#6D3AF0
A medium, vivid purple closely aligning with Blueviolet.
About #6D3AF0
Visually, #6D3AF0 is defined as a vivid purple. Its closest recognized web color is Blueviolet. This translates to an RGB value of rgb(109, 58, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 55% cyan, 76% magenta, 0% yellow, and 6% black. With a hue angle of 256.8 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6D3AF0
RGB109, 58, 240
HSL256.8°, 85.8%, 58.4%
CMYK55%, 76%, 0%, 6%
HSV256.8°, 75.8%, 94.1%
LAB42.1, 63.6, -83.0
XYZ23.5, 12.6, 83.6
Decimal7158512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.98:1
Text on #FFFFFF
AA
3.51:1
Text on #000000
AA Large
5.71:1
Text on #F8FAFC
AA
2.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D3AF0;
}
.text-color {
color: #6D3AF0;
}
.border-color {
border: 2px solid #6D3AF0;
}