#7C00E2
A medium, vivid purple closely aligning with Blueviolet.
About #7C00E2
At its core, #7C00E2 is a medium and vivid hue. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 124 red, 0 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 45% cyan, 100% magenta, 0% yellow, and 11% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7C00E2
RGB124, 0, 226
HSL272.9°, 100.0%, 44.3%
CMYK45%, 100%, 0%, 11%
HSV272.9°, 100.0%, 88.6%
LAB37.4, 76.8, -82.7
XYZ22.0, 9.8, 72.7
Decimal8126690
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.11:1
Text on #FFFFFF
AAA
2.96:1
Text on #000000
FAIL
6.79:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C00E2;
}
.text-color {
color: #7C00E2;
}
.border-color {
border: 2px solid #7C00E2;
}