#6633DB
A medium, moderate purple closely aligning with Blueviolet.
About #6633DB
The precise color #6633DB is an excellent choice for modern design projects. Designers often compare it to the standard color Blueviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 51, and 219.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 53% cyan, 77% magenta, 0% yellow, and 14% black. With a hue angle of 258.2 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#6633DB
RGB102, 51, 219
HSL258.2°, 70.0%, 52.9%
CMYK53%, 77%, 0%, 14%
HSV258.2°, 76.7%, 85.9%
LAB38.4, 60.2, -77.2
XYZ19.4, 10.3, 68.0
Decimal6697947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.86:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.56:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6633DB;
}
.text-color {
color: #6633DB;
}
.border-color {
border: 2px solid #6633DB;
}