Shades of Vivid Violet #78199A
Tints of Vivid Violet #78199A
RGB
CMYK
RGB Variations
Color information
#78199A (or 0x78199A) is known color: Vivid Violet. HEX triplet: 78, 19 and 9A. RGB value is (120,25,154). Sum of RGB (Red+Green+Blue) = 120+25+154=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #78199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78199A is #87E665. Grayscale: #434343. Windows color (decimal): -8906342 or 10099064. OLE color: 10099064.
HSL color Cylindrical-coordinate representation of color #78199A: hue angle of 284.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78199A is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 25 | 154 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.40 |
| HSL | 284.19º | 0.72% | 0.35% | - |
| HSV(B) | 284.19º | 0.84% | 0.6% | - |
| XYZ | 13.93 | 7.02 | 31.19 | - |
| YUV | 68.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 25 | 154 | 0.22 | 0.84 | 0 | 0.40 | 284.19 | 0.72 | 0.35 |
| Hex | 78 | 19 | 9A | 16 | 54 | 0 | 28 | 11C | 48 | 23 |
| Octal | 170 | 31 | 232 | 26 | 124 | 0 | 50 | 434 | 110 | 43 |
| Binary | 1111000 | 11001 | 10011010 | 10110 | 1010100 | 0 | 101000 | 100011100 | 1001000 | 100011 |
Color Harmonies of #78199A
Complementary color
Monochromatic Colors of #78199A
Black with #78199A
Text Example
Text Example
White with #78199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78199A; }
p { color: rgb(120,25,154); }
H1.HeaderClassName
{
color: #78199A;
}
.AnyTagClassName
{
color: #78199A;
}
</style>
background-color css
<style>
a { background-color: #78199A; }
a { background-color: rgb(120,25,154); }
div.DivClassName
{
background-color: #78199A;
}
.BgClassName
{
background-color: #78199A;
}
</style>
border-color css
<style>
span { border-color: #78199A; }
span { border-color: rgb(120,25,154); }
td.TdClassName
{
border-color: #78199A;
}
.TagClassName
{
border-color: #78199A;
}
</style>