Shades of Blue Violet #762BEC
Tints of Blue Violet #762BEC
RGB
CMYK
RGB Variations
Color information
#762BEC (or 0x762BEC) is known color: Blue Violet. HEX triplet: 76, 2B and EC. RGB value is (118,43,236). Sum of RGB (Red+Green+Blue) = 118+43+236=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 236 (92.58% from 255 or 59.45% from 397); Max value from RGB is 236 - color contains mainly: blue. Hex color #762BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BEC is #89D413. Grayscale: #565656. Windows color (decimal): -9032724 or 15477622. OLE color: 15477622.
HSL color Cylindrical-coordinate representation of color #762BEC: hue angle of 263.32º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762BEC is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 43 | 236 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.07 |
| HSL | 263.32º | 0.84% | 0.55% | - |
| HSV(B) | 263.32º | 0.82% | 0.93% | - |
| XYZ | 23.48 | 11.64 | 80.37 | - |
| YUV | 87.43 | 211.85 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 236 | 0.5 | 0.82 | 0 | 0.07 | 263.32 | 0.84 | 0.55 |
| Hex | 76 | 2B | EC | 32 | 52 | 0 | 7 | 107 | 54 | 37 |
| Octal | 166 | 53 | 354 | 62 | 122 | 0 | 7 | 407 | 124 | 67 |
| Binary | 1110110 | 101011 | 11101100 | 110010 | 1010010 | 0 | 111 | 100000111 | 1010100 | 110111 |
Color Harmonies of #762BEC
Complementary color
Monochromatic Colors of #762BEC
Black with #762BEC
Text Example
Text Example
White with #762BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BEC; }
p { color: rgb(118,43,236); }
H1.HeaderClassName
{
color: #762BEC;
}
.AnyTagClassName
{
color: #762BEC;
}
</style>
background-color css
<style>
a { background-color: #762BEC; }
a { background-color: rgb(118,43,236); }
div.DivClassName
{
background-color: #762BEC;
}
.BgClassName
{
background-color: #762BEC;
}
</style>
border-color css
<style>
span { border-color: #762BEC; }
span { border-color: rgb(118,43,236); }
td.TdClassName
{
border-color: #762BEC;
}
.TagClassName
{
border-color: #762BEC;
}
</style>