Shades of Blue Violet #762AEC
Tints of Blue Violet #762AEC
RGB
CMYK
RGB Variations
Color information
#762AEC (or 0x762AEC) is known color: Blue Violet. HEX triplet: 76, 2A and EC. RGB value is (118,42,236). Sum of RGB (Red+Green+Blue) = 118+42+236=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #762AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762AEC is #89D513. Grayscale: #565656. Windows color (decimal): -9032980 or 15477366. OLE color: 15477366.
HSL color Cylindrical-coordinate representation of color #762AEC: hue angle of 263.51º 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 #762AEC is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 42 | 236 | - |
| CMYK | 0.5 | 0.82 | 0 | 0.07 |
| HSL | 263.51º | 0.84% | 0.55% | - |
| HSV(B) | 263.51º | 0.82% | 0.93% | - |
| XYZ | 23.44 | 11.56 | 80.35 | - |
| YUV | 86.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 236 | 0.5 | 0.82 | 0 | 0.07 | 263.51 | 0.84 | 0.55 |
| Hex | 76 | 2A | EC | 32 | 52 | 0 | 7 | 108 | 54 | 37 |
| Octal | 166 | 52 | 354 | 62 | 122 | 0 | 7 | 410 | 124 | 67 |
| Binary | 1110110 | 101010 | 11101100 | 110010 | 1010010 | 0 | 111 | 100001000 | 1010100 | 110111 |
Color Harmonies of #762AEC
Complementary color
Monochromatic Colors of #762AEC
Black with #762AEC
Text Example
Text Example
White with #762AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762AEC; }
p { color: rgb(118,42,236); }
H1.HeaderClassName
{
color: #762AEC;
}
.AnyTagClassName
{
color: #762AEC;
}
</style>
background-color css
<style>
a { background-color: #762AEC; }
a { background-color: rgb(118,42,236); }
div.DivClassName
{
background-color: #762AEC;
}
.BgClassName
{
background-color: #762AEC;
}
</style>
border-color css
<style>
span { border-color: #762AEC; }
span { border-color: rgb(118,42,236); }
td.TdClassName
{
border-color: #762AEC;
}
.TagClassName
{
border-color: #762AEC;
}
</style>