HSLToRGB
Converts a HSL color tuple to RGB format.
- Use the HSL to RGB conversion formula to convert to the appropriate format.
- The range of the input parameters is H: [0, 360], S: [0, 100], L: [0, 100].
- The range of all output values is [0, 255].
Converts a HSL color tuple to RGB format.