#7C16F8
A medium, vivid purple closely aligning with Blueviolet.
About #7C16F8
The hex code #7C16F8 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Blueviolet. In the RGB color space, it consists of 124 red, 22 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 50% C, 91% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C16F8
RGB124, 22, 248
HSL267.1°, 94.2%, 52.9%
CMYK50%, 91%, 0%, 3%
HSV267.1°, 91.1%, 97.3%
LAB40.6, 78.6, -89.9
XYZ25.5, 11.6, 89.7
Decimal8132344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.31:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.03:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C16F8;
}
.text-color {
color: #7C16F8;
}
.border-color {
border: 2px solid #7C16F8;
}