#7549F0
A light, vivid purple closely aligning with Blueviolet.
About #7549F0
Visually, #7549F0 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(117, 73, 240).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 70% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7549F0
RGB117, 73, 240
HSL255.8°, 84.8%, 61.4%
CMYK51%, 70%, 0%, 6%
HSV255.8°, 69.6%, 94.1%
LAB45.4, 57.6, -77.5
XYZ25.4, 14.8, 84.0
Decimal7686640
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7549F0;
}
.text-color {
color: #7549F0;
}
.border-color {
border: 2px solid #7549F0;
}