Shades of Vivid Violet #792D9F
Tints of Vivid Violet #792D9F
RGB
CMYK
RGB Variations
Color information
#792D9F (or 0x792D9F) is known color: Vivid Violet. HEX triplet: 79, 2D and 9F. RGB value is (121,45,159). Sum of RGB (Red+Green+Blue) = 121+45+159=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #792D9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792D9F is #86D260. Grayscale: #505050. Windows color (decimal): -8835681 or 10431865. OLE color: 10431865.
HSL color Cylindrical-coordinate representation of color #792D9F: hue angle of 280º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792D9F is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 45 | 159 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.38 |
| HSL | 280º | 0.56% | 0.4% | - |
| HSV(B) | 280º | 0.72% | 0.62% | - |
| XYZ | 15.08 | 8.44 | 33.64 | - |
| YUV | 80.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 159 | 0.24 | 0.72 | 0 | 0.38 | 280 | 0.56 | 0.4 |
| Hex | 79 | 2D | 9F | 18 | 48 | 0 | 26 | 118 | 38 | 28 |
| Octal | 171 | 55 | 237 | 30 | 110 | 0 | 46 | 430 | 70 | 50 |
| Binary | 1111001 | 101101 | 10011111 | 11000 | 1001000 | 0 | 100110 | 100011000 | 111000 | 101000 |
Color Harmonies of #792D9F
Complementary color
Monochromatic Colors of #792D9F
Black with #792D9F
Text Example
Text Example
White with #792D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D9F; }
p { color: rgb(121,45,159); }
H1.HeaderClassName
{
color: #792D9F;
}
.AnyTagClassName
{
color: #792D9F;
}
</style>
background-color css
<style>
a { background-color: #792D9F; }
a { background-color: rgb(121,45,159); }
div.DivClassName
{
background-color: #792D9F;
}
.BgClassName
{
background-color: #792D9F;
}
</style>
border-color css
<style>
span { border-color: #792D9F; }
span { border-color: rgb(121,45,159); }
td.TdClassName
{
border-color: #792D9F;
}
.TagClassName
{
border-color: #792D9F;
}
</style>