Shades of Blue Violet #762EEB
Tints of Blue Violet #762EEB
RGB
CMYK
RGB Variations
Color information
#762EEB (or 0x762EEB) is known color: Blue Violet. HEX triplet: 76, 2E and EB. RGB value is (118,46,235). Sum of RGB (Red+Green+Blue) = 118+46+235=399 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.57% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #762EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762EEB is #89D114. Grayscale: #585858. Windows color (decimal): -9031957 or 15412854. OLE color: 15412854.
HSL color Cylindrical-coordinate representation of color #762EEB: hue angle of 262.86º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762EEB is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 46 | 235 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.08 |
| HSL | 262.86º | 0.83% | 0.55% | - |
| HSV(B) | 262.86º | 0.8% | 0.92% | - |
| XYZ | 23.44 | 11.8 | 79.64 | - |
| YUV | 89.07 | 210.35 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 235 | 0.50 | 0.80 | 0 | 0.08 | 262.86 | 0.83 | 0.55 |
| Hex | 76 | 2E | EB | 32 | 50 | 0 | 8 | 107 | 53 | 37 |
| Octal | 166 | 56 | 353 | 62 | 120 | 0 | 10 | 407 | 123 | 67 |
| Binary | 1110110 | 101110 | 11101011 | 110010 | 1010000 | 0 | 1000 | 100000111 | 1010011 | 110111 |
Color Harmonies of #762EEB
Complementary color
Monochromatic Colors of #762EEB
Black with #762EEB
Text Example
Text Example
White with #762EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762EEB; }
p { color: rgb(118,46,235); }
H1.HeaderClassName
{
color: #762EEB;
}
.AnyTagClassName
{
color: #762EEB;
}
</style>
background-color css
<style>
a { background-color: #762EEB; }
a { background-color: rgb(118,46,235); }
div.DivClassName
{
background-color: #762EEB;
}
.BgClassName
{
background-color: #762EEB;
}
</style>
border-color css
<style>
span { border-color: #762EEB; }
span { border-color: rgb(118,46,235); }
td.TdClassName
{
border-color: #762EEB;
}
.TagClassName
{
border-color: #762EEB;
}
</style>