Shades of Vivid Violet #794292
Tints of Vivid Violet #794292
RGB
CMYK
RGB Variations
Color information
#794292 (or 0x794292) is known color: Vivid Violet. HEX triplet: 79, 42 and 92. RGB value is (121,66,146). Sum of RGB (Red+Green+Blue) = 121+66+146=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #794292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794292 is #86BD6D. Grayscale: #5B5B5B. Windows color (decimal): -8830318 or 9585273. OLE color: 9585273.
HSL color Cylindrical-coordinate representation of color #794292: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794292 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 66 | 146 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.43 |
| HSL | 281.25º | 0.38% | 0.42% | - |
| HSV(B) | 281.25º | 0.55% | 0.57% | - |
| XYZ | 15.02 | 10.04 | 28.34 | - |
| YUV | 91.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 146 | 0.17 | 0.55 | 0 | 0.43 | 281.25 | 0.38 | 0.42 |
| Hex | 79 | 42 | 92 | 11 | 37 | 0 | 2B | 119 | 26 | 2A |
| Octal | 171 | 102 | 222 | 21 | 67 | 0 | 53 | 431 | 46 | 52 |
| Binary | 1111001 | 1000010 | 10010010 | 10001 | 110111 | 0 | 101011 | 100011001 | 100110 | 101010 |
Color Harmonies of #794292
Complementary color
Monochromatic Colors of #794292
Black with #794292
Text Example
Text Example
White with #794292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794292; }
p { color: rgb(121,66,146); }
H1.HeaderClassName
{
color: #794292;
}
.AnyTagClassName
{
color: #794292;
}
</style>
background-color css
<style>
a { background-color: #794292; }
a { background-color: rgb(121,66,146); }
div.DivClassName
{
background-color: #794292;
}
.BgClassName
{
background-color: #794292;
}
</style>
border-color css
<style>
span { border-color: #794292; }
span { border-color: rgb(121,66,146); }
td.TdClassName
{
border-color: #794292;
}
.TagClassName
{
border-color: #794292;
}
</style>