#7C07C5
A medium, vivid purple closely aligning with Darkviolet.
About #7C07C5
The precise color #7C07C5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(124, 7, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 37% C, 96% M, 0% Y, and 23% K. The HSL representation is 276.9° hue, 93.1% saturation, and 40.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C07C5
RGB124, 7, 197
HSL276.9°, 93.1%, 40.0%
CMYK37%, 96%, 0%, 23%
HSV276.9°, 96.4%, 77.3%
LAB34.9, 70.0, -70.0
XYZ18.5, 8.5, 53.5
Decimal8128453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.80:1
Text on #FFFFFF
AAA
2.69:1
Text on #000000
FAIL
7.45:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07C5;
}
.text-color {
color: #7C07C5;
}
.border-color {
border: 2px solid #7C07C5;
}