Shades of Vivid Violet #79218D
Tints of Vivid Violet #79218D
RGB
CMYK
RGB Variations
Color information
#79218D (or 0x79218D) is known color: Vivid Violet. HEX triplet: 79, 21 and 8D. RGB value is (121,33,141). Sum of RGB (Red+Green+Blue) = 121+33+141=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #79218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79218D is #86DE72. Grayscale: #474747. Windows color (decimal): -8838771 or 9249145. OLE color: 9249145.
HSL color Cylindrical-coordinate representation of color #79218D: hue angle of 288.89º degrees, saturation: 0.62, 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 #79218D is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 121 | 33 | 141 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.45 |
| HSL | 288.89º | 0.62% | 0.34% | - |
| HSV(B) | 288.89º | 0.77% | 0.55% | - |
| XYZ | 13.24 | 7.08 | 25.87 | - |
| YUV | 71.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 33 | 141 | 0.14 | 0.77 | 0 | 0.45 | 288.89 | 0.62 | 0.34 |
| Hex | 79 | 21 | 8D | E | 4D | 0 | 2D | 121 | 3E | 22 |
| Octal | 171 | 41 | 215 | 16 | 115 | 0 | 55 | 441 | 76 | 42 |
| Binary | 1111001 | 100001 | 10001101 | 1110 | 1001101 | 0 | 101101 | 100100001 | 111110 | 100010 |
Color Harmonies of #79218D
Complementary color
Monochromatic Colors of #79218D
Black with #79218D
Text Example
Text Example
White with #79218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79218D; }
p { color: rgb(121,33,141); }
H1.HeaderClassName
{
color: #79218D;
}
.AnyTagClassName
{
color: #79218D;
}
</style>
background-color css
<style>
a { background-color: #79218D; }
a { background-color: rgb(121,33,141); }
div.DivClassName
{
background-color: #79218D;
}
.BgClassName
{
background-color: #79218D;
}
</style>
border-color css
<style>
span { border-color: #79218D; }
span { border-color: rgb(121,33,141); }
td.TdClassName
{
border-color: #79218D;
}
.TagClassName
{
border-color: #79218D;
}
</style>