Shades of Vivid Violet #791896
Tints of Vivid Violet #791896
RGB
CMYK
RGB Variations
Color information
#791896 (or 0x791896) is known color: Vivid Violet. HEX triplet: 79, 18 and 96. RGB value is (121,24,150). Sum of RGB (Red+Green+Blue) = 121+24+150=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #791896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791896 is #86E769. Grayscale: #424242. Windows color (decimal): -8841066 or 9836665. OLE color: 9836665.
HSL color Cylindrical-coordinate representation of color #791896: hue angle of 286.19º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791896 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 24 | 150 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.41 |
| HSL | 286.19º | 0.72% | 0.34% | - |
| HSV(B) | 286.19º | 0.84% | 0.59% | - |
| XYZ | 13.72 | 6.92 | 29.47 | - |
| YUV | 67.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 24 | 150 | 0.19 | 0.84 | 0 | 0.41 | 286.19 | 0.72 | 0.34 |
| Hex | 79 | 18 | 96 | 13 | 54 | 0 | 29 | 11E | 48 | 22 |
| Octal | 171 | 30 | 226 | 23 | 124 | 0 | 51 | 436 | 110 | 42 |
| Binary | 1111001 | 11000 | 10010110 | 10011 | 1010100 | 0 | 101001 | 100011110 | 1001000 | 100010 |
Color Harmonies of #791896
Complementary color
Monochromatic Colors of #791896
Black with #791896
Text Example
Text Example
White with #791896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791896; }
p { color: rgb(121,24,150); }
H1.HeaderClassName
{
color: #791896;
}
.AnyTagClassName
{
color: #791896;
}
</style>
background-color css
<style>
a { background-color: #791896; }
a { background-color: rgb(121,24,150); }
div.DivClassName
{
background-color: #791896;
}
.BgClassName
{
background-color: #791896;
}
</style>
border-color css
<style>
span { border-color: #791896; }
span { border-color: rgb(121,24,150); }
td.TdClassName
{
border-color: #791896;
}
.TagClassName
{
border-color: #791896;
}
</style>