Shades of Blue Violet #762DEE
Tints of Blue Violet #762DEE
RGB
CMYK
RGB Variations
Color information
#762DEE (or 0x762DEE) is known color: Blue Violet. HEX triplet: 76, 2D and EE. RGB value is (118,45,238). Sum of RGB (Red+Green+Blue) = 118+45+238=401 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.43% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #762DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762DEE is #89D211. Grayscale: #585858. Windows color (decimal): -9032210 or 15609206. OLE color: 15609206.
HSL color Cylindrical-coordinate representation of color #762DEE: hue angle of 262.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762DEE is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 45 | 238 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.07 |
| HSL | 262.69º | 0.85% | 0.55% | - |
| HSV(B) | 262.69º | 0.81% | 0.93% | - |
| XYZ | 23.84 | 11.9 | 81.93 | - |
| YUV | 88.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 238 | 0.50 | 0.81 | 0 | 0.07 | 262.69 | 0.85 | 0.55 |
| Hex | 76 | 2D | EE | 32 | 51 | 0 | 7 | 107 | 55 | 37 |
| Octal | 166 | 55 | 356 | 62 | 121 | 0 | 7 | 407 | 125 | 67 |
| Binary | 1110110 | 101101 | 11101110 | 110010 | 1010001 | 0 | 111 | 100000111 | 1010101 | 110111 |
Color Harmonies of #762DEE
Complementary color
Monochromatic Colors of #762DEE
Black with #762DEE
Text Example
Text Example
White with #762DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DEE; }
p { color: rgb(118,45,238); }
H1.HeaderClassName
{
color: #762DEE;
}
.AnyTagClassName
{
color: #762DEE;
}
</style>
background-color css
<style>
a { background-color: #762DEE; }
a { background-color: rgb(118,45,238); }
div.DivClassName
{
background-color: #762DEE;
}
.BgClassName
{
background-color: #762DEE;
}
</style>
border-color css
<style>
span { border-color: #762DEE; }
span { border-color: rgb(118,45,238); }
td.TdClassName
{
border-color: #762DEE;
}
.TagClassName
{
border-color: #762DEE;
}
</style>