Shades of Vivid Violet #794192
Tints of Vivid Violet #794192
RGB
CMYK
RGB Variations
Color information
#794192 (or 0x794192) is known color: Vivid Violet. HEX triplet: 79, 41 and 92. RGB value is (121,65,146). Sum of RGB (Red+Green+Blue) = 121+65+146=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #794192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794192 is #86BE6D. Grayscale: #5A5A5A. Windows color (decimal): -8830574 or 9585017. OLE color: 9585017.
HSL color Cylindrical-coordinate representation of color #794192: hue angle of 281.48º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794192 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 65 | 146 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.43 |
| HSL | 281.48º | 0.38% | 0.41% | - |
| HSV(B) | 281.48º | 0.55% | 0.57% | - |
| XYZ | 14.96 | 9.92 | 28.32 | - |
| YUV | 90.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 146 | 0.17 | 0.55 | 0 | 0.43 | 281.48 | 0.38 | 0.41 |
| Hex | 79 | 41 | 92 | 11 | 37 | 0 | 2B | 119 | 26 | 29 |
| Octal | 171 | 101 | 222 | 21 | 67 | 0 | 53 | 431 | 46 | 51 |
| Binary | 1111001 | 1000001 | 10010010 | 10001 | 110111 | 0 | 101011 | 100011001 | 100110 | 101001 |
Color Harmonies of #794192
Complementary color
Monochromatic Colors of #794192
Black with #794192
Text Example
Text Example
White with #794192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794192; }
p { color: rgb(121,65,146); }
H1.HeaderClassName
{
color: #794192;
}
.AnyTagClassName
{
color: #794192;
}
</style>
background-color css
<style>
a { background-color: #794192; }
a { background-color: rgb(121,65,146); }
div.DivClassName
{
background-color: #794192;
}
.BgClassName
{
background-color: #794192;
}
</style>
border-color css
<style>
span { border-color: #794192; }
span { border-color: rgb(121,65,146); }
td.TdClassName
{
border-color: #794192;
}
.TagClassName
{
border-color: #794192;
}
</style>