Shades of Vivid Violet #791899
Tints of Vivid Violet #791899
RGB
CMYK
RGB Variations
Color information
#791899 (or 0x791899) is known color: Vivid Violet. HEX triplet: 79, 18 and 99. RGB value is (121,24,153). Sum of RGB (Red+Green+Blue) = 121+24+153=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #791899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791899 is #86E766. Grayscale: #434343. Windows color (decimal): -8841063 or 10033273. OLE color: 10033273.
HSL color Cylindrical-coordinate representation of color #791899: hue angle of 285.12º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791899 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 24 | 153 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.4 |
| HSL | 285.12º | 0.73% | 0.35% | - |
| HSV(B) | 285.12º | 0.84% | 0.6% | - |
| XYZ | 13.96 | 7.02 | 30.76 | - |
| YUV | 67.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 153 | 0.21 | 0.84 | 0 | 0.4 | 285.12 | 0.73 | 0.35 |
| Hex | 79 | 18 | 99 | 15 | 54 | 0 | 28 | 11D | 49 | 23 |
| Octal | 171 | 30 | 231 | 25 | 124 | 0 | 50 | 435 | 111 | 43 |
| Binary | 1111001 | 11000 | 10011001 | 10101 | 1010100 | 0 | 101000 | 100011101 | 1001001 | 100011 |
Color Harmonies of #791899
Complementary color
Monochromatic Colors of #791899
Black with #791899
Text Example
Text Example
White with #791899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791899; }
p { color: rgb(121,24,153); }
H1.HeaderClassName
{
color: #791899;
}
.AnyTagClassName
{
color: #791899;
}
</style>
background-color css
<style>
a { background-color: #791899; }
a { background-color: rgb(121,24,153); }
div.DivClassName
{
background-color: #791899;
}
.BgClassName
{
background-color: #791899;
}
</style>
border-color css
<style>
span { border-color: #791899; }
span { border-color: rgb(121,24,153); }
td.TdClassName
{
border-color: #791899;
}
.TagClassName
{
border-color: #791899;
}
</style>