Shades of Vivid Violet #792996
Tints of Vivid Violet #792996
RGB
CMYK
RGB Variations
Color information
#792996 (or 0x792996) is known color: Vivid Violet. HEX triplet: 79, 29 and 96. RGB value is (121,41,150). Sum of RGB (Red+Green+Blue) = 121+41+150=312 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.78% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #792996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792996 is #86D669. Grayscale: #4C4C4C. Windows color (decimal): -8836714 or 9841017. OLE color: 9841017.
HSL color Cylindrical-coordinate representation of color #792996: hue angle of 284.04º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792996 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 41 | 150 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.41 |
| HSL | 284.04º | 0.57% | 0.37% | - |
| HSV(B) | 284.04º | 0.73% | 0.59% | - |
| XYZ | 14.18 | 7.85 | 29.62 | - |
| YUV | 77.35 | 169 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 41 | 150 | 0.19 | 0.73 | 0 | 0.41 | 284.04 | 0.57 | 0.37 |
| Hex | 79 | 29 | 96 | 13 | 49 | 0 | 29 | 11C | 39 | 25 |
| Octal | 171 | 51 | 226 | 23 | 111 | 0 | 51 | 434 | 71 | 45 |
| Binary | 1111001 | 101001 | 10010110 | 10011 | 1001001 | 0 | 101001 | 100011100 | 111001 | 100101 |
Color Harmonies of #792996
Complementary color
Monochromatic Colors of #792996
Black with #792996
Text Example
Text Example
White with #792996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792996; }
p { color: rgb(121,41,150); }
H1.HeaderClassName
{
color: #792996;
}
.AnyTagClassName
{
color: #792996;
}
</style>
background-color css
<style>
a { background-color: #792996; }
a { background-color: rgb(121,41,150); }
div.DivClassName
{
background-color: #792996;
}
.BgClassName
{
background-color: #792996;
}
</style>
border-color css
<style>
span { border-color: #792996; }
span { border-color: rgb(121,41,150); }
td.TdClassName
{
border-color: #792996;
}
.TagClassName
{
border-color: #792996;
}
</style>