Shades of Blue Violet #762CEE
Tints of Blue Violet #762CEE
RGB
CMYK
RGB Variations
Color information
#762CEE (or 0x762CEE) is known color: Blue Violet. HEX triplet: 76, 2C and EE. RGB value is (118,44,238). Sum of RGB (Red+Green+Blue) = 118+44+238=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #762CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CEE is #89D311. Grayscale: #575757. Windows color (decimal): -9032466 or 15608950. OLE color: 15608950.
HSL color Cylindrical-coordinate representation of color #762CEE: hue angle of 262.89º degrees, saturation: 0.85, 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 #762CEE is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 44 | 238 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.07 |
| HSL | 262.89º | 0.85% | 0.55% | - |
| HSV(B) | 262.89º | 0.82% | 0.93% | - |
| XYZ | 23.8 | 11.83 | 81.92 | - |
| YUV | 88.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 238 | 0.50 | 0.82 | 0 | 0.07 | 262.89 | 0.85 | 0.55 |
| Hex | 76 | 2C | EE | 32 | 52 | 0 | 7 | 107 | 55 | 37 |
| Octal | 166 | 54 | 356 | 62 | 122 | 0 | 7 | 407 | 125 | 67 |
| Binary | 1110110 | 101100 | 11101110 | 110010 | 1010010 | 0 | 111 | 100000111 | 1010101 | 110111 |
Color Harmonies of #762CEE
Complementary color
Monochromatic Colors of #762CEE
Black with #762CEE
Text Example
Text Example
White with #762CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CEE; }
p { color: rgb(118,44,238); }
H1.HeaderClassName
{
color: #762CEE;
}
.AnyTagClassName
{
color: #762CEE;
}
</style>
background-color css
<style>
a { background-color: #762CEE; }
a { background-color: rgb(118,44,238); }
div.DivClassName
{
background-color: #762CEE;
}
.BgClassName
{
background-color: #762CEE;
}
</style>
border-color css
<style>
span { border-color: #762CEE; }
span { border-color: rgb(118,44,238); }
td.TdClassName
{
border-color: #762CEE;
}
.TagClassName
{
border-color: #762CEE;
}
</style>