#6600F0
A medium, vivid purple closely aligning with Blue.
About #6600F0
Visually, #6600F0 is defined as a vivid purple. Designers often compare it to the standard color Blue. In the RGB color space, it consists of 102 red, 0 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 57% cyan, 100% magenta, 0% yellow, and 6% black. With a hue angle of 265.5 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6600F0
RGB102, 0, 240
HSL265.5°, 100.0%, 47.1%
CMYK57%, 100%, 0%, 6%
HSV265.5°, 100.0%, 94.1%
LAB36.2, 78.2, -92.7
XYZ21.2, 9.1, 83.1
Decimal6684912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.44:1
Text on #FFFFFF
AAA
2.82:1
Text on #000000
FAIL
7.11:1
Text on #F8FAFC
AAA
2.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6600F0;
}
.text-color {
color: #6600F0;
}
.border-color {
border: 2px solid #6600F0;
}