#7C0FBD
A medium, vivid purple closely aligning with Darkorchid.
About #7C0FBD
Visually, #7C0FBD is defined as a vivid purple. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(124, 15, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 34% cyan, 92% magenta, 0% yellow, and 26% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C0FBD
RGB124, 15, 189
HSL277.6°, 85.3%, 40.0%
CMYK34%, 92%, 0%, 26%
HSV277.6°, 92.1%, 74.1%
LAB34.6, 67.2, -65.8
XYZ17.7, 8.3, 48.8
Decimal8130493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.89:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.55:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C0FBD;
}
.text-color {
color: #7C0FBD;
}
.border-color {
border: 2px solid #7C0FBD;
}