HSL to HSV Converter
Convert a HSL colour to HSV, with a live swatch and every other notation alongside.
To convert HSL to HSV, paste your colour above — any recognisable notation is accepted, including named CSS colours — and every format is shown at once with a live swatch. HSV is what colour pickers use internally. It differs from HSL in how it treats brightness — at full value HSV gives a pure hue, where HSL at full lightness gives white.
Runs in your browserAbout converting HSL to HSV
HSL separates hue from saturation and lightness, which is why it is the notation to reach for when generating a tint or shade: change one number, keep the hue. HSV is what colour pickers use internally. It differs from HSL in how it treats brightness — at full value HSV gives a pure hue, where HSL at full lightness gives white.