Shades of Blue Violet #762CDE
Tints of Blue Violet #762CDE
RGB
CMYK
RGB Variations
Color information
#762CDE (or 0x762CDE) is known color: Blue Violet. HEX triplet: 76, 2C and DE. RGB value is (118,44,222). Sum of RGB (Red+Green+Blue) = 118+44+222=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #762CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CDE is #89D321. Grayscale: #555555. Windows color (decimal): -9032482 or 14560374. OLE color: 14560374.
HSL color Cylindrical-coordinate representation of color #762CDE: hue angle of 264.94º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762CDE is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 44 | 222 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.13 |
| HSL | 264.94º | 0.73% | 0.52% | - |
| HSV(B) | 264.94º | 0.8% | 0.87% | - |
| XYZ | 21.56 | 10.93 | 70.08 | - |
| YUV | 86.42 | 204.52 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 222 | 0.47 | 0.80 | 0 | 0.13 | 264.94 | 0.73 | 0.52 |
| Hex | 76 | 2C | DE | 2F | 50 | 0 | D | 109 | 49 | 34 |
| Octal | 166 | 54 | 336 | 57 | 120 | 0 | 15 | 411 | 111 | 64 |
| Binary | 1110110 | 101100 | 11011110 | 101111 | 1010000 | 0 | 1101 | 100001001 | 1001001 | 110100 |
Color Harmonies of #762CDE
Complementary color
Monochromatic Colors of #762CDE
Black with #762CDE
Text Example
Text Example
White with #762CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CDE; }
p { color: rgb(118,44,222); }
H1.HeaderClassName
{
color: #762CDE;
}
.AnyTagClassName
{
color: #762CDE;
}
</style>
background-color css
<style>
a { background-color: #762CDE; }
a { background-color: rgb(118,44,222); }
div.DivClassName
{
background-color: #762CDE;
}
.BgClassName
{
background-color: #762CDE;
}
</style>
border-color css
<style>
span { border-color: #762CDE; }
span { border-color: rgb(118,44,222); }
td.TdClassName
{
border-color: #762CDE;
}
.TagClassName
{
border-color: #762CDE;
}
</style>