Shades of Vivid Violet #792C95
Tints of Vivid Violet #792C95
RGB
CMYK
RGB Variations
Color information
#792C95 (or 0x792C95) is known color: Vivid Violet. HEX triplet: 79, 2C and 95. RGB value is (121,44,149). Sum of RGB (Red+Green+Blue) = 121+44+149=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #792C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792C95 is #86D36A. Grayscale: #4E4E4E. Windows color (decimal): -8835947 or 9776249. OLE color: 9776249.
HSL color Cylindrical-coordinate representation of color #792C95: hue angle of 284º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792C95 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 44 | 149 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.42 |
| HSL | 284º | 0.54% | 0.38% | - |
| HSV(B) | 284º | 0.7% | 0.58% | - |
| XYZ | 14.21 | 8.04 | 29.24 | - |
| YUV | 78.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 149 | 0.19 | 0.70 | 0 | 0.42 | 284 | 0.54 | 0.38 |
| Hex | 79 | 2C | 95 | 13 | 46 | 0 | 2A | 11C | 36 | 26 |
| Octal | 171 | 54 | 225 | 23 | 106 | 0 | 52 | 434 | 66 | 46 |
| Binary | 1111001 | 101100 | 10010101 | 10011 | 1000110 | 0 | 101010 | 100011100 | 110110 | 100110 |
Color Harmonies of #792C95
Complementary color
Monochromatic Colors of #792C95
Black with #792C95
Text Example
Text Example
White with #792C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792C95; }
p { color: rgb(121,44,149); }
H1.HeaderClassName
{
color: #792C95;
}
.AnyTagClassName
{
color: #792C95;
}
</style>
background-color css
<style>
a { background-color: #792C95; }
a { background-color: rgb(121,44,149); }
div.DivClassName
{
background-color: #792C95;
}
.BgClassName
{
background-color: #792C95;
}
</style>
border-color css
<style>
span { border-color: #792C95; }
span { border-color: rgb(121,44,149); }
td.TdClassName
{
border-color: #792C95;
}
.TagClassName
{
border-color: #792C95;
}
</style>