#6D33F0
A medium, vivid purple closely aligning with Blueviolet.
About #6D33F0
The precise color #6D33F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 109 red, 51 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 55% cyan and 79% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6D33F0
RGB109, 51, 240
HSL258.4°, 86.3%, 57.1%
CMYK55%, 79%, 0%, 6%
HSV258.4°, 78.8%, 94.1%
LAB41.1, 66.6, -84.7
XYZ23.2, 11.9, 83.5
Decimal7156720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.21:1
Text on #FFFFFF
AA
3.38:1
Text on #000000
AA Large
5.93:1
Text on #F8FAFC
AA
2.88:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D33F0;
}
.text-color {
color: #6D33F0;
}
.border-color {
border: 2px solid #6D33F0;
}