Shades of Vivid Violet #793C90
Tints of Vivid Violet #793C90
RGB
CMYK
RGB Variations
Color information
#793C90 (or 0x793C90) is known color: Vivid Violet. HEX triplet: 79, 3C and 90. RGB value is (121,60,144). Sum of RGB (Red+Green+Blue) = 121+60+144=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #793C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793C90 is #86C36F. Grayscale: #575757. Windows color (decimal): -8831856 or 9452665. OLE color: 9452665.
HSL color Cylindrical-coordinate representation of color #793C90: hue angle of 283.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793C90 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 60 | 144 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.44 |
| HSL | 283.57º | 0.41% | 0.4% | - |
| HSV(B) | 283.57º | 0.58% | 0.56% | - |
| XYZ | 14.54 | 9.31 | 27.42 | - |
| YUV | 87.82 | 159.71 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 144 | 0.16 | 0.58 | 0 | 0.44 | 283.57 | 0.41 | 0.4 |
| Hex | 79 | 3C | 90 | 10 | 3A | 0 | 2C | 11C | 29 | 28 |
| Octal | 171 | 74 | 220 | 20 | 72 | 0 | 54 | 434 | 51 | 50 |
| Binary | 1111001 | 111100 | 10010000 | 10000 | 111010 | 0 | 101100 | 100011100 | 101001 | 101000 |
Color Harmonies of #793C90
Complementary color
Monochromatic Colors of #793C90
Black with #793C90
Text Example
Text Example
White with #793C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C90; }
p { color: rgb(121,60,144); }
H1.HeaderClassName
{
color: #793C90;
}
.AnyTagClassName
{
color: #793C90;
}
</style>
background-color css
<style>
a { background-color: #793C90; }
a { background-color: rgb(121,60,144); }
div.DivClassName
{
background-color: #793C90;
}
.BgClassName
{
background-color: #793C90;
}
</style>
border-color css
<style>
span { border-color: #793C90; }
span { border-color: rgb(121,60,144); }
td.TdClassName
{
border-color: #793C90;
}
.TagClassName
{
border-color: #793C90;
}
</style>