Shades of Blue Violet #762FEF
Tints of Blue Violet #762FEF
RGB
CMYK
RGB Variations
Color information
#762FEF (or 0x762FEF) is known color: Blue Violet. HEX triplet: 76, 2F and EF. RGB value is (118,47,239). Sum of RGB (Red+Green+Blue) = 118+47+239=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #762FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FEF is #89D010. Grayscale: #595959. Windows color (decimal): -9031697 or 15675254. OLE color: 15675254.
HSL color Cylindrical-coordinate representation of color #762FEF: hue angle of 262.19º 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 #762FEF is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 47 | 239 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.06 |
| HSL | 262.19º | 0.86% | 0.56% | - |
| HSV(B) | 262.19º | 0.8% | 0.94% | - |
| XYZ | 24.07 | 12.12 | 82.73 | - |
| YUV | 90.12 | 212.02 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 239 | 0.51 | 0.80 | 0 | 0.06 | 262.19 | 0.86 | 0.56 |
| Hex | 76 | 2F | EF | 33 | 50 | 0 | 6 | 106 | 56 | 38 |
| Octal | 166 | 57 | 357 | 63 | 120 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110110 | 101111 | 11101111 | 110011 | 1010000 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #762FEF
Complementary color
Monochromatic Colors of #762FEF
Black with #762FEF
Text Example
Text Example
White with #762FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FEF; }
p { color: rgb(118,47,239); }
H1.HeaderClassName
{
color: #762FEF;
}
.AnyTagClassName
{
color: #762FEF;
}
</style>
background-color css
<style>
a { background-color: #762FEF; }
a { background-color: rgb(118,47,239); }
div.DivClassName
{
background-color: #762FEF;
}
.BgClassName
{
background-color: #762FEF;
}
</style>
border-color css
<style>
span { border-color: #762FEF; }
span { border-color: rgb(118,47,239); }
td.TdClassName
{
border-color: #762FEF;
}
.TagClassName
{
border-color: #762FEF;
}
</style>