Shades of Blue Violet #762EEF
Tints of Blue Violet #762EEF
RGB
CMYK
RGB Variations
Color information
#762EEF (or 0x762EEF) is known color: Blue Violet. HEX triplet: 76, 2E and EF. RGB value is (118,46,239). Sum of RGB (Red+Green+Blue) = 118+46+239=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 46 (18.36% from 255 or 11.41% 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 #762EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EEF is #89D110. Grayscale: #585858. Windows color (decimal): -9031953 or 15674998. OLE color: 15674998.
HSL color Cylindrical-coordinate representation of color #762EEF: hue angle of 262.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762EEF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 46 | 239 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.06 |
| HSL | 262.38º | 0.86% | 0.56% | - |
| HSV(B) | 262.38º | 0.81% | 0.94% | - |
| XYZ | 24.03 | 12.04 | 82.72 | - |
| YUV | 89.53 | 212.35 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 239 | 0.51 | 0.81 | 0 | 0.06 | 262.38 | 0.86 | 0.56 |
| Hex | 76 | 2E | EF | 33 | 51 | 0 | 6 | 106 | 56 | 38 |
| Octal | 166 | 56 | 357 | 63 | 121 | 0 | 6 | 406 | 126 | 70 |
| Binary | 1110110 | 101110 | 11101111 | 110011 | 1010001 | 0 | 110 | 100000110 | 1010110 | 111000 |
Color Harmonies of #762EEF
Complementary color
Monochromatic Colors of #762EEF
Black with #762EEF
Text Example
Text Example
White with #762EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762EEF; }
p { color: rgb(118,46,239); }
H1.HeaderClassName
{
color: #762EEF;
}
.AnyTagClassName
{
color: #762EEF;
}
</style>
background-color css
<style>
a { background-color: #762EEF; }
a { background-color: rgb(118,46,239); }
div.DivClassName
{
background-color: #762EEF;
}
.BgClassName
{
background-color: #762EEF;
}
</style>
border-color css
<style>
span { border-color: #762EEF; }
span { border-color: rgb(118,46,239); }
td.TdClassName
{
border-color: #762EEF;
}
.TagClassName
{
border-color: #762EEF;
}
</style>