Rebeccapurple to HSL — Color Code

HSL

hsl(270, 50%, 40%)

Format Value
HEX #663399
RGB rgb(102, 51, 153)
HSL hsl(270, 50%, 40%)
CMYK cmyk(33.3%, 66.7%, 0%, 40%)

What is the HSL code for rebeccapurple?

The CSS color rebeccapurple in HSL format is hsl(270, 50%, 40%). Use this value directly in CSS, SVG, and most design tools.

How do I use rebeccapurple in CSS?

To apply rebeccapurple in CSS:

  • Text color: color: hsl(270, 50%, 40%);
  • Background: background-color: hsl(270, 50%, 40%);
  • Border: border-color: hsl(270, 50%, 40%);

What are all the color format values for rebeccapurple?

FormatValue
HEX#663399
RGBrgb(102, 51, 153)
HSLhsl(270, 50%, 40%)
CMYKcmyk(33.3%, 66.7%, 0%, 40%)

How do I convert rebeccapurple to HSL?

Select rebeccapurple from the color name list in our color converter. The HSL value — hsl(270, 50%, 40%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does rebeccapurple belong to?

rebeccapurple belongs to the purple color family. It is a medium, moderately saturated color with HSL values: hue 270°, saturation 50%, lightness 40%.

How do I create lighter and darker shades of rebeccapurple?

Lighter variant (lightness 55%): #8c53c6. Darker variant (lightness 25%): #402060. 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.