#6D33D3
A medium, moderate purple closely aligning with Blueviolet.
About #6D33D3
The hex code #6D33D3 represents a beautifully specific shade of purple. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 109 red, 51 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 76% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6D33D3
RGB109, 51, 211
HSL261.8°, 64.5%, 51.4%
CMYK48%, 76%, 0%, 17%
HSV261.8°, 75.8%, 82.7%
LAB38.4, 59.1, -72.5
XYZ19.2, 10.3, 62.6
Decimal7156691
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.85:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.55:1
Text on #F8FAFC
AA
2.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D33D3;
}
.text-color {
color: #6D33D3;
}
.border-color {
border: 2px solid #6D33D3;
}