#6D24B6
A medium, moderate purple closely aligning with Darkorchid.
About #6D24B6
The hex code #6D24B6 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(109, 36, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 40% cyan, 80% magenta, 0% yellow, and 29% black. The HSL representation is 270.0° hue, 67.0% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D24B6
RGB109, 36, 182
HSL270.0°, 67.0%, 42.7%
CMYK40%, 80%, 0%, 29%
HSV270.0°, 80.2%, 71.4%
LAB33.8, 58.0, -63.2
XYZ15.4, 7.9, 45.0
Decimal7152822
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.15:1
Text on #FFFFFF
AAA
2.58:1
Text on #000000
FAIL
7.79:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D24B6;
}
.text-color {
color: #6D24B6;
}
.border-color {
border: 2px solid #6D24B6;
}