#7C07F0
A medium, vivid purple closely aligning with Blueviolet.
About #7C07F0
At its core, #7C07F0 is a medium and vivid hue. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 124 red, 7 green, and 240 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 48% C, 97% M, 0% Y, and 6% K. The HSL representation is 270.1° hue, 94.3% saturation, and 48.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C07F0
RGB124, 7, 240
HSL270.1°, 94.3%, 48.4%
CMYK48%, 97%, 0%, 6%
HSV270.1°, 97.1%, 94.1%
LAB39.1, 79.0, -87.8
XYZ24.1, 10.7, 83.2
Decimal8128496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.68:1
Text on #FFFFFF
AA
3.15:1
Text on #000000
AA Large
6.38:1
Text on #F8FAFC
AA
2.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C07F0;
}
.text-color {
color: #7C07F0;
}
.border-color {
border: 2px solid #7C07F0;
}