Shades of Vivid Violet #792CA1
Tints of Vivid Violet #792CA1
RGB
CMYK
RGB Variations
Color information
#792CA1 (or 0x792CA1) is known color: Vivid Violet. HEX triplet: 79, 2C and A1. RGB value is (121,44,161). Sum of RGB (Red+Green+Blue) = 121+44+161=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #792CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792CA1 is #86D35E. Grayscale: #4F4F4F. Windows color (decimal): -8835935 or 10562681. OLE color: 10562681.
HSL color Cylindrical-coordinate representation of color #792CA1: hue angle of 279.49º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792CA1 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 44 | 161 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.37 |
| HSL | 279.49º | 0.57% | 0.4% | - |
| HSV(B) | 279.49º | 0.73% | 0.63% | - |
| XYZ | 15.22 | 8.44 | 34.55 | - |
| YUV | 80.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 44 | 161 | 0.25 | 0.73 | 0 | 0.37 | 279.49 | 0.57 | 0.4 |
| Hex | 79 | 2C | A1 | 19 | 49 | 0 | 25 | 117 | 39 | 28 |
| Octal | 171 | 54 | 241 | 31 | 111 | 0 | 45 | 427 | 71 | 50 |
| Binary | 1111001 | 101100 | 10100001 | 11001 | 1001001 | 0 | 100101 | 100010111 | 111001 | 101000 |
Color Harmonies of #792CA1
Complementary color
Monochromatic Colors of #792CA1
Black with #792CA1
Text Example
Text Example
White with #792CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792CA1; }
p { color: rgb(121,44,161); }
H1.HeaderClassName
{
color: #792CA1;
}
.AnyTagClassName
{
color: #792CA1;
}
</style>
background-color css
<style>
a { background-color: #792CA1; }
a { background-color: rgb(121,44,161); }
div.DivClassName
{
background-color: #792CA1;
}
.BgClassName
{
background-color: #792CA1;
}
</style>
border-color css
<style>
span { border-color: #792CA1; }
span { border-color: rgb(121,44,161); }
td.TdClassName
{
border-color: #792CA1;
}
.TagClassName
{
border-color: #792CA1;
}
</style>