#6600E2
A medium, vivid purple closely aligning with Mediumblue.
About #6600E2
Visually, #6600E2 is defined as a vivid purple. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 102 red, 0 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 55% C, 100% M, 0% Y, and 11% K. With a hue angle of 267.1 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6600E2
RGB102, 0, 226
HSL267.1°, 100.0%, 44.3%
CMYK55%, 100%, 0%, 11%
HSV267.1°, 100.0%, 88.6%
LAB34.6, 75.2, -87.4
XYZ19.2, 8.3, 72.5
Decimal6684898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.89:1
Text on #FFFFFF
AAA
2.66:1
Text on #000000
FAIL
7.54:1
Text on #F8FAFC
AAA
2.26:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6600E2;
}
.text-color {
color: #6600E2;
}
.border-color {
border: 2px solid #6600E2;
}