#7C1DB6
A medium, vivid purple closely aligning with Darkorchid.
About #7C1DB6
The hex code #7C1DB6 represents a beautifully specific shade of purple. Designers often compare it to the standard color Darkorchid. This translates to an RGB value of rgb(124, 29, 182).
If you are designing for print, the four-color process is what matters most. The color uses 32% Cyan, 84% Magenta, 0% Yellow, and 29% Black. The HSL representation is 277.3° hue, 72.5% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C1DB6
RGB124, 29, 182
HSL277.3°, 72.5%, 41.4%
CMYK32%, 84%, 0%, 29%
HSV277.3°, 84.1%, 71.4%
LAB35.1, 62.6, -60.9
XYZ17.2, 8.5, 45.0
Decimal8134070
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.75:1
Text on #FFFFFF
AAA
2.71:1
Text on #000000
FAIL
7.41:1
Text on #F8FAFC
AAA
2.30:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C1DB6;
}
.text-color {
color: #7C1DB6;
}
.border-color {
border: 2px solid #7C1DB6;
}