#6624E2
A medium, vivid purple closely aligning with Blueviolet.
About #6624E2
Visually, #6624E2 is defined as a vivid purple. Its closest recognized web color is Blueviolet. Its digital footprint relies on 102 parts red, 36 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 55% C, 84% M, 0% Y, and 11% K. With a hue angle of 260.8 degrees, it sits comfortably in the purple spectrum.
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#6624E2
RGB102, 36, 226
HSL260.8°, 76.6%, 51.4%
CMYK55%, 84%, 0%, 11%
HSV260.8°, 84.1%, 88.6%
LAB37.1, 67.8, -83.3
XYZ19.8, 9.6, 72.8
Decimal6694114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.20:1
Text on #FFFFFF
AAA
2.92:1
Text on #000000
FAIL
6.88:1
Text on #F8FAFC
AA
2.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6624E2;
}
.text-color {
color: #6624E2;
}
.border-color {
border: 2px solid #6624E2;
}