Shades of Blue Violet #762DDC
Tints of Blue Violet #762DDC
RGB
CMYK
RGB Variations
Color information
#762DDC (or 0x762DDC) is known color: Blue Violet. HEX triplet: 76, 2D and DC. RGB value is (118,45,220). Sum of RGB (Red+Green+Blue) = 118+45+220=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #762DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762DDC is #89D223. Grayscale: #565656. Windows color (decimal): -9032228 or 14429558. OLE color: 14429558.
HSL color Cylindrical-coordinate representation of color #762DDC: hue angle of 265.03º degrees, saturation: 0.71, 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 #762DDC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 45 | 220 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.14 |
| HSL | 265.03º | 0.71% | 0.52% | - |
| HSV(B) | 265.03º | 0.8% | 0.86% | - |
| XYZ | 21.33 | 10.9 | 68.69 | - |
| YUV | 86.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 220 | 0.46 | 0.80 | 0 | 0.14 | 265.03 | 0.71 | 0.52 |
| Hex | 76 | 2D | DC | 2E | 50 | 0 | E | 109 | 47 | 34 |
| Octal | 166 | 55 | 334 | 56 | 120 | 0 | 16 | 411 | 107 | 64 |
| Binary | 1110110 | 101101 | 11011100 | 101110 | 1010000 | 0 | 1110 | 100001001 | 1000111 | 110100 |
Color Harmonies of #762DDC
Complementary color
Monochromatic Colors of #762DDC
Black with #762DDC
Text Example
Text Example
White with #762DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762DDC; }
p { color: rgb(118,45,220); }
H1.HeaderClassName
{
color: #762DDC;
}
.AnyTagClassName
{
color: #762DDC;
}
</style>
background-color css
<style>
a { background-color: #762DDC; }
a { background-color: rgb(118,45,220); }
div.DivClassName
{
background-color: #762DDC;
}
.BgClassName
{
background-color: #762DDC;
}
</style>
border-color css
<style>
span { border-color: #762DDC; }
span { border-color: rgb(118,45,220); }
td.TdClassName
{
border-color: #762DDC;
}
.TagClassName
{
border-color: #762DDC;
}
</style>