The Color Wheel is probably the most used method for choosing colors in the digital realm. The Color Wheel Palette has two modes, HLS mode and HSV mode:
- HLS mode: Stands for Hue, Luminosity, Saturation. Hue is the name of the color, Luminosity is the brightness of the color, and Saturation is how much of the pure color is in the mix. Colors get grayer the less saturated they are.
- HSV mode: Stands for Hue, Saturation, Value. Hue is the name of the color, Saturation is how much of the pure color is in the mix (colors get grayer the less saturated they are), and Value is how much white or black has been added to the color to make the new color.
The following screenshot shows the HLS mode of the Color Wheel Palette:
The outer ...