#750FF0
A medium, vivid purple closely aligning with Blueviolet.
About #750FF0
When working with digital screens, the color #750FF0 is rendered by mixing light. Its closest recognized web color is Blueviolet. In the RGB color space, it consists of 117 red, 15 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 51% C, 94% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#750FF0
RGB117, 15, 240
HSL267.2°, 88.2%, 50.0%
CMYK51%, 94%, 0%, 6%
HSV267.2°, 93.8%, 94.1%
LAB38.6, 77.4, -88.8
XYZ23.2, 10.4, 83.2
Decimal7671792
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.81:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.51:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750FF0;
}
.text-color {
color: #750FF0;
}
.border-color {
border: 2px solid #750FF0;
}