Shades of Vivid Violet #792092
Tints of Vivid Violet #792092
RGB
CMYK
RGB Variations
Color information
#792092 (or 0x792092) is known color: Vivid Violet. HEX triplet: 79, 20 and 92. RGB value is (121,32,146). Sum of RGB (Red+Green+Blue) = 121+32+146=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 146 (57.42% from 255 or 48.83% from 299); Max value from RGB is 146 - color contains mainly: blue. Hex color #792092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792092 is #86DF6D. Grayscale: #474747. Windows color (decimal): -8839022 or 9576569. OLE color: 9576569.
HSL color Cylindrical-coordinate representation of color #792092: hue angle of 286.84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #792092 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 32 | 146 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.43 |
| HSL | 286.84º | 0.64% | 0.35% | - |
| HSV(B) | 286.84º | 0.78% | 0.57% | - |
| XYZ | 13.59 | 7.17 | 27.86 | - |
| YUV | 71.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 146 | 0.17 | 0.78 | 0 | 0.43 | 286.84 | 0.64 | 0.35 |
| Hex | 79 | 20 | 92 | 11 | 4E | 0 | 2B | 11F | 40 | 23 |
| Octal | 171 | 40 | 222 | 21 | 116 | 0 | 53 | 437 | 100 | 43 |
| Binary | 1111001 | 100000 | 10010010 | 10001 | 1001110 | 0 | 101011 | 100011111 | 1000000 | 100011 |
Color Harmonies of #792092
Complementary color
Monochromatic Colors of #792092
Black with #792092
Text Example
Text Example
White with #792092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792092; }
p { color: rgb(121,32,146); }
H1.HeaderClassName
{
color: #792092;
}
.AnyTagClassName
{
color: #792092;
}
</style>
background-color css
<style>
a { background-color: #792092; }
a { background-color: rgb(121,32,146); }
div.DivClassName
{
background-color: #792092;
}
.BgClassName
{
background-color: #792092;
}
</style>
border-color css
<style>
span { border-color: #792092; }
span { border-color: rgb(121,32,146); }
td.TdClassName
{
border-color: #792092;
}
.TagClassName
{
border-color: #792092;
}
</style>