Blue purple to HSL — Color Code

HSL

hsl(256.7, 66.8%, 48.4%)

Format Value
HEX #5729ce
RGB rgb(87, 41, 206)
HSL hsl(256.7, 66.8%, 48.4%)
CMYK cmyk(57.8%, 80.1%, 0%, 19.2%)

What is the HSL code for blue purple?

The CSS color blue purple in HSL format is hsl(256.7, 66.8%, 48.4%). Use this value directly in CSS, SVG, and most design tools.

How do I use blue purple in CSS?

To apply blue purple in CSS:

  • Text color: color: hsl(256.7, 66.8%, 48.4%);
  • Background: background-color: hsl(256.7, 66.8%, 48.4%);
  • Border: border-color: hsl(256.7, 66.8%, 48.4%);

What are all the color format values for blue purple?

FormatValue
HEX#5729ce
RGBrgb(87, 41, 206)
HSLhsl(256.7, 66.8%, 48.4%)
CMYKcmyk(57.8%, 80.1%, 0%, 19.2%)

How do I convert blue purple to HSL?

Select blue purple from the color name list in our color converter. The HSL value — hsl(256.7, 66.8%, 48.4%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does blue purple belong to?

blue purple belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 256.7°, saturation 66.8%, lightness 48.4%.

How do I create lighter and darker shades of blue purple?

Lighter variant (lightness 63.4%): #8663e0. Darker variant (lightness 33.4%): #3c1c8e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.