Shades of Vivid Violet #78408E
Tints of Vivid Violet #78408E
RGB
CMYK
RGB Variations
Color information
#78408E (or 0x78408E) is known color: Vivid Violet. HEX triplet: 78, 40 and 8E. RGB value is (120,64,142). Sum of RGB (Red+Green+Blue) = 120+64+142=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #78408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78408E is #87BF71. Grayscale: #595959. Windows color (decimal): -8896370 or 9322616. OLE color: 9322616.
HSL color Cylindrical-coordinate representation of color #78408E: hue angle of 283.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78408E is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 64 | 142 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.44 |
| HSL | 283.08º | 0.38% | 0.4% | - |
| HSV(B) | 283.08º | 0.55% | 0.56% | - |
| XYZ | 14.46 | 9.61 | 26.68 | - |
| YUV | 89.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 142 | 0.15 | 0.55 | 0 | 0.44 | 283.08 | 0.38 | 0.4 |
| Hex | 78 | 40 | 8E | F | 37 | 0 | 2C | 11B | 26 | 28 |
| Octal | 170 | 100 | 216 | 17 | 67 | 0 | 54 | 433 | 46 | 50 |
| Binary | 1111000 | 1000000 | 10001110 | 1111 | 110111 | 0 | 101100 | 100011011 | 100110 | 101000 |
Color Harmonies of #78408E
Complementary color
Monochromatic Colors of #78408E
Black with #78408E
Text Example
Text Example
White with #78408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78408E; }
p { color: rgb(120,64,142); }
H1.HeaderClassName
{
color: #78408E;
}
.AnyTagClassName
{
color: #78408E;
}
</style>
background-color css
<style>
a { background-color: #78408E; }
a { background-color: rgb(120,64,142); }
div.DivClassName
{
background-color: #78408E;
}
.BgClassName
{
background-color: #78408E;
}
</style>
border-color css
<style>
span { border-color: #78408E; }
span { border-color: rgb(120,64,142); }
td.TdClassName
{
border-color: #78408E;
}
.TagClassName
{
border-color: #78408E;
}
</style>