#753AF0
A medium, vivid purple closely aligning with Blueviolet.
About #753AF0
The precise color #753AF0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(117, 58, 240).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 76% M, 0% Y, and 6% 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#753AF0
RGB117, 58, 240
HSL259.5°, 85.8%, 58.4%
CMYK51%, 76%, 0%, 6%
HSV259.5°, 75.8%, 94.1%
LAB42.9, 64.6, -81.6
XYZ24.6, 13.1, 83.7
Decimal7682800
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.80:1
Text on #FFFFFF
AA
3.62:1
Text on #000000
AA Large
5.54:1
Text on #F8FAFC
AA
3.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #753AF0;
}
.text-color {
color: #753AF0;
}
.border-color {
border: 2px solid #753AF0;
}