Deep purple to HEX — Color Code

HEX

#36013f

Format Value
HEX #36013f
RGB rgb(54, 1, 63)
HSL hsl(291.3, 96.9%, 12.5%)
CMYK cmyk(14.3%, 98.4%, 0%, 75.3%)

What is the HEX code for deep purple?

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

How do I use deep purple in CSS?

To apply deep purple in CSS:

  • Text color: color: #36013f;
  • Background: background-color: #36013f;
  • Border: border-color: #36013f;

What are all the color format values for deep purple?

FormatValue
HEX#36013f
RGBrgb(54, 1, 63)
HSLhsl(291.3, 96.9%, 12.5%)
CMYKcmyk(14.3%, 98.4%, 0%, 75.3%)

How do I convert deep purple to HEX?

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

What color family does deep purple belong to?

deep purple belongs to the pink color family. It is a dark, vivid color with HSL values: hue 291.3°, saturation 96.9%, lightness 12.5%.

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

Lighter variant (lightness 27.5%): #76028a. Darker variant (lightness 5%): #160019. 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.