#6D00E2
A medium, vivid purple closely aligning with Blueviolet.
About #6D00E2
Visually, #6D00E2 is defined as a vivid purple. It is closely associated with the named CSS color Blueviolet. In the RGB color space, it consists of 109 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 52% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6D00E2
RGB109, 0, 226
HSL268.9°, 100.0%, 44.3%
CMYK52%, 100%, 0%, 11%
HSV268.9°, 100.0%, 88.6%
LAB35.5, 75.7, -85.9
XYZ20.0, 8.7, 72.6
Decimal7143650
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.64:1
Text on #FFFFFF
AAA
2.75:1
Text on #000000
FAIL
7.30:1
Text on #F8FAFC
AAA
2.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D00E2;
}
.text-color {
color: #6D00E2;
}
.border-color {
border: 2px solid #6D00E2;
}