Shades of Vivid Violet #792089
Tints of Vivid Violet #792089
RGB
CMYK
RGB Variations
Color information
#792089 (or 0x792089) is known color: Vivid Violet. HEX triplet: 79, 20 and 89. RGB value is (121,32,137). Sum of RGB (Red+Green+Blue) = 121+32+137=290 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.72% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #792089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792089 is #86DF76. Grayscale: #464646. Windows color (decimal): -8839031 or 8986745. OLE color: 8986745.
HSL color Cylindrical-coordinate representation of color #792089: hue angle of 290.86º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #792089 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 121 | 32 | 137 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.46 |
| HSL | 290.86º | 0.62% | 0.33% | - |
| HSV(B) | 290.86º | 0.77% | 0.54% | - |
| XYZ | 12.92 | 6.9 | 24.32 | - |
| YUV | 70.58 | 165.49 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 32 | 137 | 0.12 | 0.77 | 0 | 0.46 | 290.86 | 0.62 | 0.33 |
| Hex | 79 | 20 | 89 | C | 4D | 0 | 2E | 123 | 3E | 21 |
| Octal | 171 | 40 | 211 | 14 | 115 | 0 | 56 | 443 | 76 | 41 |
| Binary | 1111001 | 100000 | 10001001 | 1100 | 1001101 | 0 | 101110 | 100100011 | 111110 | 100001 |
Color Harmonies of #792089
Complementary color
Monochromatic Colors of #792089
Black with #792089
Text Example
Text Example
White with #792089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792089; }
p { color: rgb(121,32,137); }
H1.HeaderClassName
{
color: #792089;
}
.AnyTagClassName
{
color: #792089;
}
</style>
background-color css
<style>
a { background-color: #792089; }
a { background-color: rgb(121,32,137); }
div.DivClassName
{
background-color: #792089;
}
.BgClassName
{
background-color: #792089;
}
</style>
border-color css
<style>
span { border-color: #792089; }
span { border-color: rgb(121,32,137); }
td.TdClassName
{
border-color: #792089;
}
.TagClassName
{
border-color: #792089;
}
</style>