Shades of Vivid Violet #794291
Tints of Vivid Violet #794291
RGB
CMYK
RGB Variations
Color information
#794291 (or 0x794291) is known color: Vivid Violet. HEX triplet: 79, 42 and 91. RGB value is (121,66,145). Sum of RGB (Red+Green+Blue) = 121+66+145=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #794291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794291 is #86BD6E. Grayscale: #5B5B5B. Windows color (decimal): -8830319 or 9519737. OLE color: 9519737.
HSL color Cylindrical-coordinate representation of color #794291: hue angle of 281.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794291 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 66 | 145 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.43 |
| HSL | 281.77º | 0.37% | 0.41% | - |
| HSV(B) | 281.77º | 0.54% | 0.57% | - |
| XYZ | 14.94 | 10.01 | 27.93 | - |
| YUV | 91.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 145 | 0.17 | 0.54 | 0 | 0.43 | 281.77 | 0.37 | 0.41 |
| Hex | 79 | 42 | 91 | 11 | 36 | 0 | 2B | 11A | 25 | 29 |
| Octal | 171 | 102 | 221 | 21 | 66 | 0 | 53 | 432 | 45 | 51 |
| Binary | 1111001 | 1000010 | 10010001 | 10001 | 110110 | 0 | 101011 | 100011010 | 100101 | 101001 |
Color Harmonies of #794291
Complementary color
Monochromatic Colors of #794291
Black with #794291
Text Example
Text Example
White with #794291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794291; }
p { color: rgb(121,66,145); }
H1.HeaderClassName
{
color: #794291;
}
.AnyTagClassName
{
color: #794291;
}
</style>
background-color css
<style>
a { background-color: #794291; }
a { background-color: rgb(121,66,145); }
div.DivClassName
{
background-color: #794291;
}
.BgClassName
{
background-color: #794291;
}
</style>
border-color css
<style>
span { border-color: #794291; }
span { border-color: rgb(121,66,145); }
td.TdClassName
{
border-color: #794291;
}
.TagClassName
{
border-color: #794291;
}
</style>