Shades of Blue Violet #762CDC
Tints of Blue Violet #762CDC
RGB
CMYK
RGB Variations
Color information
#762CDC (or 0x762CDC) is known color: Blue Violet. HEX triplet: 76, 2C and DC. RGB value is (118,44,220). Sum of RGB (Red+Green+Blue) = 118+44+220=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #762CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762CDC is #89D323. Grayscale: #555555. Windows color (decimal): -9032484 or 14429302. OLE color: 14429302.
HSL color Cylindrical-coordinate representation of color #762CDC: hue angle of 265.23º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762CDC is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 44 | 220 | - |
| CMYK | 0.46 | 0.8 | 0 | 0.14 |
| HSL | 265.23º | 0.72% | 0.52% | - |
| HSV(B) | 265.23º | 0.8% | 0.86% | - |
| XYZ | 21.29 | 10.82 | 68.68 | - |
| YUV | 86.19 | 203.52 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 220 | 0.46 | 0.8 | 0 | 0.14 | 265.23 | 0.72 | 0.52 |
| Hex | 76 | 2C | DC | 2E | 50 | 0 | E | 109 | 48 | 34 |
| Octal | 166 | 54 | 334 | 56 | 120 | 0 | 16 | 411 | 110 | 64 |
| Binary | 1110110 | 101100 | 11011100 | 101110 | 1010000 | 0 | 1110 | 100001001 | 1001000 | 110100 |
Color Harmonies of #762CDC
Complementary color
Monochromatic Colors of #762CDC
Black with #762CDC
Text Example
Text Example
White with #762CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CDC; }
p { color: rgb(118,44,220); }
H1.HeaderClassName
{
color: #762CDC;
}
.AnyTagClassName
{
color: #762CDC;
}
</style>
background-color css
<style>
a { background-color: #762CDC; }
a { background-color: rgb(118,44,220); }
div.DivClassName
{
background-color: #762CDC;
}
.BgClassName
{
background-color: #762CDC;
}
</style>
border-color css
<style>
span { border-color: #762CDC; }
span { border-color: rgb(118,44,220); }
td.TdClassName
{
border-color: #762CDC;
}
.TagClassName
{
border-color: #762CDC;
}
</style>