Shades of Blue Violet #762FEB
Tints of Blue Violet #762FEB
RGB
CMYK
RGB Variations
Color information
#762FEB (or 0x762FEB) is known color: Blue Violet. HEX triplet: 76, 2F and EB. RGB value is (118,47,235). Sum of RGB (Red+Green+Blue) = 118+47+235=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #762FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FEB is #89D014. Grayscale: #585858. Windows color (decimal): -9031701 or 15413110. OLE color: 15413110.
HSL color Cylindrical-coordinate representation of color #762FEB: hue angle of 262.66º degrees, saturation: 0.82, 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 #762FEB is Cyan = 0.50, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 47 | 235 | - |
| CMYK | 0.50 | 0.8 | 0 | 0.08 |
| HSL | 262.66º | 0.82% | 0.55% | - |
| HSV(B) | 262.66º | 0.8% | 0.92% | - |
| XYZ | 23.48 | 11.88 | 79.65 | - |
| YUV | 89.66 | 210.02 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 235 | 0.50 | 0.8 | 0 | 0.08 | 262.66 | 0.82 | 0.55 |
| Hex | 76 | 2F | EB | 32 | 50 | 0 | 8 | 107 | 52 | 37 |
| Octal | 166 | 57 | 353 | 62 | 120 | 0 | 10 | 407 | 122 | 67 |
| Binary | 1110110 | 101111 | 11101011 | 110010 | 1010000 | 0 | 1000 | 100000111 | 1010010 | 110111 |
Color Harmonies of #762FEB
Complementary color
Monochromatic Colors of #762FEB
Black with #762FEB
Text Example
Text Example
White with #762FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FEB; }
p { color: rgb(118,47,235); }
H1.HeaderClassName
{
color: #762FEB;
}
.AnyTagClassName
{
color: #762FEB;
}
</style>
background-color css
<style>
a { background-color: #762FEB; }
a { background-color: rgb(118,47,235); }
div.DivClassName
{
background-color: #762FEB;
}
.BgClassName
{
background-color: #762FEB;
}
</style>
border-color css
<style>
span { border-color: #762FEB; }
span { border-color: rgb(118,47,235); }
td.TdClassName
{
border-color: #762FEB;
}
.TagClassName
{
border-color: #762FEB;
}
</style>