What Is HSL to RGB Conversion?
HSL and RGB are two different models for describing the same digital color. HSL represents a color using hue, saturation and lightness, while RGB describes it using red, green and blue channel intensities.
How Does the Conversion Work?
The converter normalizes saturation and lightness from percentages into decimal values, calculates chroma from the HSL values and determines how much red, green and blue are needed to reproduce the selected color.
What Range Does RGB Use?
For standard 8-bit RGB colors, each channel is represented as a whole number from 0 to 255. A value of 0 means none of that channel is present, while 255 represents its maximum intensity.