Shades of Vivid Violet #791CA1
Tints of Vivid Violet #791CA1
RGB
CMYK
RGB Variations
Color information
#791CA1 (or 0x791CA1) is known color: Vivid Violet. HEX triplet: 79, 1C and A1. RGB value is (121,28,161). Sum of RGB (Red+Green+Blue) = 121+28+161=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 161 (63.28% from 255 or 51.94% from 310); Max value from RGB is 161 - color contains mainly: blue. Hex color #791CA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791CA1 is #86E35E. Grayscale: #464646. Windows color (decimal): -8840031 or 10558585. OLE color: 10558585.
HSL color Cylindrical-coordinate representation of color #791CA1: hue angle of 281.95º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791CA1 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 28 | 161 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.37 |
| HSL | 281.95º | 0.7% | 0.37% | - |
| HSV(B) | 281.95º | 0.83% | 0.63% | - |
| XYZ | 14.73 | 7.47 | 34.38 | - |
| YUV | 70.97 | 178.81 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 28 | 161 | 0.25 | 0.83 | 0 | 0.37 | 281.95 | 0.7 | 0.37 |
| Hex | 79 | 1C | A1 | 19 | 53 | 0 | 25 | 11A | 46 | 25 |
| Octal | 171 | 34 | 241 | 31 | 123 | 0 | 45 | 432 | 106 | 45 |
| Binary | 1111001 | 11100 | 10100001 | 11001 | 1010011 | 0 | 100101 | 100011010 | 1000110 | 100101 |
Color Harmonies of #791CA1
Complementary color
Monochromatic Colors of #791CA1
Black with #791CA1
Text Example
Text Example
White with #791CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791CA1; }
p { color: rgb(121,28,161); }
H1.HeaderClassName
{
color: #791CA1;
}
.AnyTagClassName
{
color: #791CA1;
}
</style>
background-color css
<style>
a { background-color: #791CA1; }
a { background-color: rgb(121,28,161); }
div.DivClassName
{
background-color: #791CA1;
}
.BgClassName
{
background-color: #791CA1;
}
</style>
border-color css
<style>
span { border-color: #791CA1; }
span { border-color: rgb(121,28,161); }
td.TdClassName
{
border-color: #791CA1;
}
.TagClassName
{
border-color: #791CA1;
}
</style>