Shades of Vivid Violet #76208C
Tints of Vivid Violet #76208C
RGB
CMYK
RGB Variations
Color information
#76208C (or 0x76208C) is known color: Vivid Violet. HEX triplet: 76, 20 and 8C. RGB value is (118,32,140). Sum of RGB (Red+Green+Blue) = 118+32+140=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #76208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76208C is #89DF73. Grayscale: #454545. Windows color (decimal): -9035636 or 9183350. OLE color: 9183350.
HSL color Cylindrical-coordinate representation of color #76208C: hue angle of 287.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76208C is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 32 | 140 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.45 |
| HSL | 287.78º | 0.63% | 0.34% | - |
| HSV(B) | 287.78º | 0.77% | 0.55% | - |
| XYZ | 12.72 | 6.78 | 25.45 | - |
| YUV | 70.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 140 | 0.16 | 0.77 | 0 | 0.45 | 287.78 | 0.63 | 0.34 |
| Hex | 76 | 20 | 8C | 10 | 4D | 0 | 2D | 120 | 3F | 22 |
| Octal | 166 | 40 | 214 | 20 | 115 | 0 | 55 | 440 | 77 | 42 |
| Binary | 1110110 | 100000 | 10001100 | 10000 | 1001101 | 0 | 101101 | 100100000 | 111111 | 100010 |
Color Harmonies of #76208C
Complementary color
Monochromatic Colors of #76208C
Black with #76208C
Text Example
Text Example
White with #76208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76208C; }
p { color: rgb(118,32,140); }
H1.HeaderClassName
{
color: #76208C;
}
.AnyTagClassName
{
color: #76208C;
}
</style>
background-color css
<style>
a { background-color: #76208C; }
a { background-color: rgb(118,32,140); }
div.DivClassName
{
background-color: #76208C;
}
.BgClassName
{
background-color: #76208C;
}
</style>
border-color css
<style>
span { border-color: #76208C; }
span { border-color: rgb(118,32,140); }
td.TdClassName
{
border-color: #76208C;
}
.TagClassName
{
border-color: #76208C;
}
</style>