Shades of Vivid Violet #793099
Tints of Vivid Violet #793099
RGB
CMYK
RGB Variations
Color information
#793099 (or 0x793099) is known color: Vivid Violet. HEX triplet: 79, 30 and 99. RGB value is (121,48,153). Sum of RGB (Red+Green+Blue) = 121+48+153=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #793099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793099 is #86CF66. Grayscale: #515151. Windows color (decimal): -8834919 or 10039417. OLE color: 10039417.
HSL color Cylindrical-coordinate representation of color #793099: hue angle of 281.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793099 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 121 | 48 | 153 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.4 |
| HSL | 281.71º | 0.52% | 0.39% | - |
| HSV(B) | 281.71º | 0.69% | 0.6% | - |
| XYZ | 14.69 | 8.48 | 31 | - |
| YUV | 81.8 | 168.18 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 48 | 153 | 0.21 | 0.69 | 0 | 0.4 | 281.71 | 0.52 | 0.39 |
| Hex | 79 | 30 | 99 | 15 | 45 | 0 | 28 | 11A | 34 | 27 |
| Octal | 171 | 60 | 231 | 25 | 105 | 0 | 50 | 432 | 64 | 47 |
| Binary | 1111001 | 110000 | 10011001 | 10101 | 1000101 | 0 | 101000 | 100011010 | 110100 | 100111 |
Color Harmonies of #793099
Complementary color
Monochromatic Colors of #793099
Black with #793099
Text Example
Text Example
White with #793099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793099; }
p { color: rgb(121,48,153); }
H1.HeaderClassName
{
color: #793099;
}
.AnyTagClassName
{
color: #793099;
}
</style>
background-color css
<style>
a { background-color: #793099; }
a { background-color: rgb(121,48,153); }
div.DivClassName
{
background-color: #793099;
}
.BgClassName
{
background-color: #793099;
}
</style>
border-color css
<style>
span { border-color: #793099; }
span { border-color: rgb(121,48,153); }
td.TdClassName
{
border-color: #793099;
}
.TagClassName
{
border-color: #793099;
}
</style>