Shades of Vivid Violet #78208C
Tints of Vivid Violet #78208C
RGB
CMYK
RGB Variations
Color information
#78208C (or 0x78208C) is known color: Vivid Violet. HEX triplet: 78, 20 and 8C. RGB value is (120,32,140). Sum of RGB (Red+Green+Blue) = 120+32+140=292 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.10% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #78208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78208C is #87DF73. Grayscale: #464646. Windows color (decimal): -8904564 or 9183352. OLE color: 9183352.
HSL color Cylindrical-coordinate representation of color #78208C: hue angle of 288.89º 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 #78208C is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 32 | 140 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.45 |
| HSL | 288.89º | 0.63% | 0.34% | - |
| HSV(B) | 288.89º | 0.77% | 0.55% | - |
| XYZ | 13 | 6.92 | 25.46 | - |
| YUV | 70.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 140 | 0.14 | 0.77 | 0 | 0.45 | 288.89 | 0.63 | 0.34 |
| Hex | 78 | 20 | 8C | E | 4D | 0 | 2D | 121 | 3F | 22 |
| Octal | 170 | 40 | 214 | 16 | 115 | 0 | 55 | 441 | 77 | 42 |
| Binary | 1111000 | 100000 | 10001100 | 1110 | 1001101 | 0 | 101101 | 100100001 | 111111 | 100010 |
Color Harmonies of #78208C
Complementary color
Monochromatic Colors of #78208C
Black with #78208C
Text Example
Text Example
White with #78208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78208C; }
p { color: rgb(120,32,140); }
H1.HeaderClassName
{
color: #78208C;
}
.AnyTagClassName
{
color: #78208C;
}
</style>
background-color css
<style>
a { background-color: #78208C; }
a { background-color: rgb(120,32,140); }
div.DivClassName
{
background-color: #78208C;
}
.BgClassName
{
background-color: #78208C;
}
</style>
border-color css
<style>
span { border-color: #78208C; }
span { border-color: rgb(120,32,140); }
td.TdClassName
{
border-color: #78208C;
}
.TagClassName
{
border-color: #78208C;
}
</style>