Shades of Vivid Violet #792498
Tints of Vivid Violet #792498
RGB
CMYK
RGB Variations
Color information
#792498 (or 0x792498) is known color: Vivid Violet. HEX triplet: 79, 24 and 98. RGB value is (121,36,152). Sum of RGB (Red+Green+Blue) = 121+36+152=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #792498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792498 is #86DB67. Grayscale: #4A4A4A. Windows color (decimal): -8837992 or 9970809. OLE color: 9970809.
HSL color Cylindrical-coordinate representation of color #792498: hue angle of 283.97º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792498 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 121 | 36 | 152 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.40 |
| HSL | 283.97º | 0.62% | 0.37% | - |
| HSV(B) | 283.97º | 0.76% | 0.6% | - |
| XYZ | 14.18 | 7.59 | 30.42 | - |
| YUV | 74.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 152 | 0.20 | 0.76 | 0 | 0.40 | 283.97 | 0.62 | 0.37 |
| Hex | 79 | 24 | 98 | 14 | 4C | 0 | 28 | 11C | 3E | 25 |
| Octal | 171 | 44 | 230 | 24 | 114 | 0 | 50 | 434 | 76 | 45 |
| Binary | 1111001 | 100100 | 10011000 | 10100 | 1001100 | 0 | 101000 | 100011100 | 111110 | 100101 |
Color Harmonies of #792498
Complementary color
Monochromatic Colors of #792498
Black with #792498
Text Example
Text Example
White with #792498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792498; }
p { color: rgb(121,36,152); }
H1.HeaderClassName
{
color: #792498;
}
.AnyTagClassName
{
color: #792498;
}
</style>
background-color css
<style>
a { background-color: #792498; }
a { background-color: rgb(121,36,152); }
div.DivClassName
{
background-color: #792498;
}
.BgClassName
{
background-color: #792498;
}
</style>
border-color css
<style>
span { border-color: #792498; }
span { border-color: rgb(121,36,152); }
td.TdClassName
{
border-color: #792498;
}
.TagClassName
{
border-color: #792498;
}
</style>