#7516F8
A medium, vivid purple closely aligning with Blue.
About #7516F8
When working with digital screens, the color #7516F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 117 red, 22 green, and 248 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 53% cyan, 91% magenta, 0% yellow, and 3% black. With a hue angle of 265.2 degrees, it sits comfortably in the purple spectrum.
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#7516F8
RGB117, 22, 248
HSL265.2°, 94.2%, 52.9%
CMYK53%, 91%, 0%, 3%
HSV265.2°, 91.1%, 97.3%
LAB39.8, 78.0, -91.2
XYZ24.6, 11.1, 89.7
Decimal7673592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.51:1
Text on #FFFFFF
AA
3.23:1
Text on #000000
AA Large
6.22:1
Text on #F8FAFC
AA
2.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7516F8;
}
.text-color {
color: #7516F8;
}
.border-color {
border: 2px solid #7516F8;
}