Shades of Vivid Violet #793E88
Tints of Vivid Violet #793E88
RGB
CMYK
RGB Variations
Color information
#793E88 (or 0x793E88) is known color: Vivid Violet. HEX triplet: 79, 3E and 88. RGB value is (121,62,136). Sum of RGB (Red+Green+Blue) = 121+62+136=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #793E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793E88 is #86C177. Grayscale: #575757. Windows color (decimal): -8831352 or 8928889. OLE color: 8928889.
HSL color Cylindrical-coordinate representation of color #793E88: hue angle of 287.84º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #793E88 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 62 | 136 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.47 |
| HSL | 287.84º | 0.37% | 0.39% | - |
| HSV(B) | 287.84º | 0.54% | 0.53% | - |
| XYZ | 14.05 | 9.29 | 24.34 | - |
| YUV | 88.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 62 | 136 | 0.11 | 0.54 | 0 | 0.47 | 287.84 | 0.37 | 0.39 |
| Hex | 79 | 3E | 88 | B | 36 | 0 | 2F | 120 | 25 | 27 |
| Octal | 171 | 76 | 210 | 13 | 66 | 0 | 57 | 440 | 45 | 47 |
| Binary | 1111001 | 111110 | 10001000 | 1011 | 110110 | 0 | 101111 | 100100000 | 100101 | 100111 |
Color Harmonies of #793E88
Complementary color
Monochromatic Colors of #793E88
Black with #793E88
Text Example
Text Example
White with #793E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793E88; }
p { color: rgb(121,62,136); }
H1.HeaderClassName
{
color: #793E88;
}
.AnyTagClassName
{
color: #793E88;
}
</style>
background-color css
<style>
a { background-color: #793E88; }
a { background-color: rgb(121,62,136); }
div.DivClassName
{
background-color: #793E88;
}
.BgClassName
{
background-color: #793E88;
}
</style>
border-color css
<style>
span { border-color: #793E88; }
span { border-color: rgb(121,62,136); }
td.TdClassName
{
border-color: #793E88;
}
.TagClassName
{
border-color: #793E88;
}
</style>