#7C00BD
A dark, vivid purple closely aligning with Darkviolet.
About #7C00BD
Visually, #7C00BD is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(124, 0, 189).
Translating this color to physical media requires the CMYK color model. The color uses 34% Cyan, 100% Magenta, 0% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark 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#7C00BD
RGB124, 0, 189
HSL279.4°, 100.0%, 37.1%
CMYK34%, 100%, 0%, 26%
HSV279.4°, 100.0%, 74.1%
LAB33.9, 69.4, -67.0
XYZ17.5, 8.0, 48.8
Decimal8126653
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.10:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00BD;
}
.text-color {
color: #7C00BD;
}
.border-color {
border: 2px solid #7C00BD;
}