Shades of Blue Violet #752FFF
Tints of Blue Violet #752FFF
RGB
CMYK
RGB Variations
Color information
#752FFF (or 0x752FFF) is known color: Blue Violet. HEX triplet: 75, 2F and FF. RGB value is (117,47,255). Sum of RGB (Red+Green+Blue) = 117+47+255=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #752FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FFF is #8AD000. Grayscale: #5A5A5A. Windows color (decimal): -9097217 or 16723829. OLE color: 16723829.
HSL color Cylindrical-coordinate representation of color #752FFF: hue angle of 260.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752FFF is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 47 | 255 | - |
| CMYK | 0.54 | 0.82 | 0 | 0 |
| HSL | 260.19º | 1% | 0.59% | - |
| HSV(B) | 260.19º | 0.82% | 1% | - |
| XYZ | 26.4 | 13.03 | 95.73 | - |
| YUV | 91.64 | 220.19 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 255 | 0.54 | 0.82 | 0 | 0 | 260.19 | 1 | 0.59 |
| Hex | 75 | 2F | FF | 36 | 52 | 0 | 0 | 104 | 64 | 3B |
| Octal | 165 | 57 | 377 | 66 | 122 | 0 | 0 | 404 | 144 | 73 |
| Binary | 1110101 | 101111 | 11111111 | 110110 | 1010010 | 0 | 0 | 100000100 | 1100100 | 111011 |
Color Harmonies of #752FFF
Complementary color
Monochromatic Colors of #752FFF
Black with #752FFF
Text Example
Text Example
White with #752FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FFF; }
p { color: rgb(117,47,255); }
H1.HeaderClassName
{
color: #752FFF;
}
.AnyTagClassName
{
color: #752FFF;
}
</style>
background-color css
<style>
a { background-color: #752FFF; }
a { background-color: rgb(117,47,255); }
div.DivClassName
{
background-color: #752FFF;
}
.BgClassName
{
background-color: #752FFF;
}
</style>
border-color css
<style>
span { border-color: #752FFF; }
span { border-color: rgb(117,47,255); }
td.TdClassName
{
border-color: #752FFF;
}
.TagClassName
{
border-color: #752FFF;
}
</style>