Shades of Blue Violet #762FEC
Tints of Blue Violet #762FEC
RGB
CMYK
RGB Variations
Color information
#762FEC (or 0x762FEC) is known color: Blue Violet. HEX triplet: 76, 2F and EC. RGB value is (118,47,236). Sum of RGB (Red+Green+Blue) = 118+47+236=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #762FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FEC is #89D013. Grayscale: #595959. Windows color (decimal): -9031700 or 15478646. OLE color: 15478646.
HSL color Cylindrical-coordinate representation of color #762FEC: hue angle of 262.54º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762FEC is Cyan = 0.5, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 47 | 236 | - |
| CMYK | 0.5 | 0.80 | 0 | 0.07 |
| HSL | 262.54º | 0.83% | 0.55% | - |
| HSV(B) | 262.54º | 0.8% | 0.93% | - |
| XYZ | 23.63 | 11.94 | 80.42 | - |
| YUV | 89.78 | 210.52 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 236 | 0.5 | 0.80 | 0 | 0.07 | 262.54 | 0.83 | 0.55 |
| Hex | 76 | 2F | EC | 32 | 50 | 0 | 7 | 107 | 53 | 37 |
| Octal | 166 | 57 | 354 | 62 | 120 | 0 | 7 | 407 | 123 | 67 |
| Binary | 1110110 | 101111 | 11101100 | 110010 | 1010000 | 0 | 111 | 100000111 | 1010011 | 110111 |
Color Harmonies of #762FEC
Complementary color
Monochromatic Colors of #762FEC
Black with #762FEC
Text Example
Text Example
White with #762FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FEC; }
p { color: rgb(118,47,236); }
H1.HeaderClassName
{
color: #762FEC;
}
.AnyTagClassName
{
color: #762FEC;
}
</style>
background-color css
<style>
a { background-color: #762FEC; }
a { background-color: rgb(118,47,236); }
div.DivClassName
{
background-color: #762FEC;
}
.BgClassName
{
background-color: #762FEC;
}
</style>
border-color css
<style>
span { border-color: #762FEC; }
span { border-color: rgb(118,47,236); }
td.TdClassName
{
border-color: #762FEC;
}
.TagClassName
{
border-color: #762FEC;
}
</style>