#7C07D3
A medium, vivid purple closely aligning with Blueviolet.
About #7C07D3
Visually, #7C07D3 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. Its digital footprint relies on 124 parts red, 7 parts green, and 211 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 41% Cyan, 97% Magenta, 0% Yellow, and 17% Black. The HSL representation is 274.4° hue, 93.6% saturation, and 42.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#7C07D3
RGB124, 7, 211
HSL274.4°, 93.6%, 42.7%
CMYK41%, 97%, 0%, 17%
HSV274.4°, 96.7%, 82.7%
LAB36.3, 72.9, -76.0
XYZ20.1, 9.1, 62.3
Decimal8128467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.43:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.10:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07D3;
}
.text-color {
color: #7C07D3;
}
.border-color {
border: 2px solid #7C07D3;
}