Shades of Blue Violet #752FEF
Tints of Blue Violet #752FEF
RGB
CMYK
RGB Variations
Color information
#752FEF (or 0x752FEF) is known color: Blue Violet. HEX triplet: 75, 2F and EF. RGB value is (117,47,239). Sum of RGB (Red+Green+Blue) = 117+47+239=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #752FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752FEF is #8AD010. Grayscale: #595959. Windows color (decimal): -9097233 or 15675253. OLE color: 15675253.
HSL color Cylindrical-coordinate representation of color #752FEF: hue angle of 261.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #752FEF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 47 | 239 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.06 |
| HSL | 261.88º | 0.86% | 0.56% | - |
| HSV(B) | 261.88º | 0.8% | 0.94% | - |
| XYZ | 23.93 | 12.05 | 82.73 | - |
| YUV | 89.82 | 212.19 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 239 | 0.51 | 0.80 | 0 | 0.06 | 261.88 | 0.86 | 0.56 |
| Hex | 75 | 2F | EF | 33 | 50 | 0 | 6 | 106 | 56 | 38 |
| Octal | 165 | 57 | 357 | 63 | 120 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110101 | 101111 | 11101111 | 110011 | 1010000 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #752FEF
Complementary color
Monochromatic Colors of #752FEF
Black with #752FEF
Text Example
Text Example
White with #752FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FEF; }
p { color: rgb(117,47,239); }
H1.HeaderClassName
{
color: #752FEF;
}
.AnyTagClassName
{
color: #752FEF;
}
</style>
background-color css
<style>
a { background-color: #752FEF; }
a { background-color: rgb(117,47,239); }
div.DivClassName
{
background-color: #752FEF;
}
.BgClassName
{
background-color: #752FEF;
}
</style>
border-color css
<style>
span { border-color: #752FEF; }
span { border-color: rgb(117,47,239); }
td.TdClassName
{
border-color: #752FEF;
}
.TagClassName
{
border-color: #752FEF;
}
</style>