Shades of Vivid Violet #79298E
Tints of Vivid Violet #79298E
RGB
CMYK
RGB Variations
Color information
#79298E (or 0x79298E) is known color: Vivid Violet. HEX triplet: 79, 29 and 8E. RGB value is (121,41,142). Sum of RGB (Red+Green+Blue) = 121+41+142=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #79298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79298E is #86D671. Grayscale: #4C4C4C. Windows color (decimal): -8836722 or 9316729. OLE color: 9316729.
HSL color Cylindrical-coordinate representation of color #79298E: hue angle of 287.52º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #79298E is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 41 | 142 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.44 |
| HSL | 287.52º | 0.55% | 0.36% | - |
| HSV(B) | 287.52º | 0.71% | 0.56% | - |
| XYZ | 13.56 | 7.6 | 26.34 | - |
| YUV | 76.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 142 | 0.15 | 0.71 | 0 | 0.44 | 287.52 | 0.55 | 0.36 |
| Hex | 79 | 29 | 8E | F | 47 | 0 | 2C | 120 | 37 | 24 |
| Octal | 171 | 51 | 216 | 17 | 107 | 0 | 54 | 440 | 67 | 44 |
| Binary | 1111001 | 101001 | 10001110 | 1111 | 1000111 | 0 | 101100 | 100100000 | 110111 | 100100 |
Color Harmonies of #79298E
Complementary color
Monochromatic Colors of #79298E
Black with #79298E
Text Example
Text Example
White with #79298E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79298E; }
p { color: rgb(121,41,142); }
H1.HeaderClassName
{
color: #79298E;
}
.AnyTagClassName
{
color: #79298E;
}
</style>
background-color css
<style>
a { background-color: #79298E; }
a { background-color: rgb(121,41,142); }
div.DivClassName
{
background-color: #79298E;
}
.BgClassName
{
background-color: #79298E;
}
</style>
border-color css
<style>
span { border-color: #79298E; }
span { border-color: rgb(121,41,142); }
td.TdClassName
{
border-color: #79298E;
}
.TagClassName
{
border-color: #79298E;
}
</style>