Light purple to HEX — Color Code

HEX

#bf77f6

Format Value
HEX #bf77f6
RGB rgb(191, 119, 246)
HSL hsl(274, 87.6%, 71.6%)
CMYK cmyk(22.4%, 51.6%, 0%, 3.5%)

What is the HEX code for light purple?

The CSS color light purple in HEX format is #bf77f6. Use this value directly in CSS, SVG, and most design tools.

How do I use light purple in CSS?

To apply light purple in CSS:

  • Text color: color: #bf77f6;
  • Background: background-color: #bf77f6;
  • Border: border-color: #bf77f6;

What are all the color format values for light purple?

FormatValue
HEX#bf77f6
RGBrgb(191, 119, 246)
HSLhsl(274, 87.6%, 71.6%)
CMYKcmyk(22.4%, 51.6%, 0%, 3.5%)

How do I convert light purple to HEX?

Select light purple from the color name list in our color converter. The HEX value — #bf77f6 — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does light purple belong to?

light purple belongs to the purple color family. It is a light, vivid color with HSL values: hue 274°, saturation 87.6%, lightness 71.6%.

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

Lighter variant (lightness 86.6%): #e1bffb. Darker variant (lightness 56.599999999999994%): #9d2ff1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HEX used for?

HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.