#7C00CC
A medium, vivid purple closely aligning with Darkviolet.
About #7C00CC
Visually, #7C00CC is defined as a vivid purple. Designers often compare it to the standard color Darkviolet. In the RGB color space, it consists of 124 red, 0 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. The color uses 39% Cyan, 100% Magenta, 0% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C00CC
RGB124, 0, 204
HSL276.5°, 100.0%, 40.0%
CMYK39%, 100%, 0%, 20%
HSV276.5°, 100.0%, 80.0%
LAB35.3, 72.4, -73.5
XYZ19.2, 8.6, 57.8
Decimal8126668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.70:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00CC;
}
.text-color {
color: #7C00CC;
}
.border-color {
border: 2px solid #7C00CC;
}