Shades of Vivid Violet #78408A
Tints of Vivid Violet #78408A
RGB
CMYK
RGB Variations
Color information
#78408A (or 0x78408A) is known color: Vivid Violet. HEX triplet: 78, 40 and 8A. RGB value is (120,64,138). Sum of RGB (Red+Green+Blue) = 120+64+138=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #78408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78408A is #87BF75. Grayscale: #585858. Windows color (decimal): -8896374 or 9060472. OLE color: 9060472.
HSL color Cylindrical-coordinate representation of color #78408A: hue angle of 285.41º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78408A is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 64 | 138 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.46 |
| HSL | 285.41º | 0.37% | 0.4% | - |
| HSV(B) | 285.41º | 0.54% | 0.54% | - |
| XYZ | 14.17 | 9.49 | 25.13 | - |
| YUV | 89.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 138 | 0.13 | 0.54 | 0 | 0.46 | 285.41 | 0.37 | 0.4 |
| Hex | 78 | 40 | 8A | D | 36 | 0 | 2E | 11D | 25 | 28 |
| Octal | 170 | 100 | 212 | 15 | 66 | 0 | 56 | 435 | 45 | 50 |
| Binary | 1111000 | 1000000 | 10001010 | 1101 | 110110 | 0 | 101110 | 100011101 | 100101 | 101000 |
Color Harmonies of #78408A
Complementary color
Monochromatic Colors of #78408A
Black with #78408A
Text Example
Text Example
White with #78408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78408A; }
p { color: rgb(120,64,138); }
H1.HeaderClassName
{
color: #78408A;
}
.AnyTagClassName
{
color: #78408A;
}
</style>
background-color css
<style>
a { background-color: #78408A; }
a { background-color: rgb(120,64,138); }
div.DivClassName
{
background-color: #78408A;
}
.BgClassName
{
background-color: #78408A;
}
</style>
border-color css
<style>
span { border-color: #78408A; }
span { border-color: rgb(120,64,138); }
td.TdClassName
{
border-color: #78408A;
}
.TagClassName
{
border-color: #78408A;
}
</style>