Shades of Vivid Violet #79198E
Tints of Vivid Violet #79198E
RGB
CMYK
RGB Variations
Color information
#79198E (or 0x79198E) is known color: Vivid Violet. HEX triplet: 79, 19 and 8E. RGB value is (121,25,142). Sum of RGB (Red+Green+Blue) = 121+25+142=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #79198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79198E is #86E671. Grayscale: #424242. Windows color (decimal): -8840818 or 9312633. OLE color: 9312633.
HSL color Cylindrical-coordinate representation of color #79198E: hue angle of 289.23º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79198E is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 25 | 142 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.44 |
| HSL | 289.23º | 0.7% | 0.33% | - |
| HSV(B) | 289.23º | 0.82% | 0.56% | - |
| XYZ | 13.12 | 6.71 | 26.2 | - |
| YUV | 67.04 | 170.3 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 25 | 142 | 0.15 | 0.82 | 0 | 0.44 | 289.23 | 0.7 | 0.33 |
| Hex | 79 | 19 | 8E | F | 52 | 0 | 2C | 121 | 46 | 21 |
| Octal | 171 | 31 | 216 | 17 | 122 | 0 | 54 | 441 | 106 | 41 |
| Binary | 1111001 | 11001 | 10001110 | 1111 | 1010010 | 0 | 101100 | 100100001 | 1000110 | 100001 |
Color Harmonies of #79198E
Complementary color
Monochromatic Colors of #79198E
Black with #79198E
Text Example
Text Example
White with #79198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79198E; }
p { color: rgb(121,25,142); }
H1.HeaderClassName
{
color: #79198E;
}
.AnyTagClassName
{
color: #79198E;
}
</style>
background-color css
<style>
a { background-color: #79198E; }
a { background-color: rgb(121,25,142); }
div.DivClassName
{
background-color: #79198E;
}
.BgClassName
{
background-color: #79198E;
}
</style>
border-color css
<style>
span { border-color: #79198E; }
span { border-color: rgb(121,25,142); }
td.TdClassName
{
border-color: #79198E;
}
.TagClassName
{
border-color: #79198E;
}
</style>