Shades of Vivid Violet #792A85
Tints of Vivid Violet #792A85
RGB
CMYK
RGB Variations
Color information
#792A85 (or 0x792A85) is known color: Vivid Violet. HEX triplet: 79, 2A and 85. RGB value is (121,42,133). Sum of RGB (Red+Green+Blue) = 121+42+133=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #792A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792A85 is #86D57A. Grayscale: #4B4B4B. Windows color (decimal): -8836475 or 8727161. OLE color: 8727161.
HSL color Cylindrical-coordinate representation of color #792A85: hue angle of 292.09º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792A85 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 42 | 133 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.48 |
| HSL | 292.09º | 0.52% | 0.34% | - |
| HSV(B) | 292.09º | 0.68% | 0.52% | - |
| XYZ | 12.95 | 7.41 | 22.94 | - |
| YUV | 76 | 160.17 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 42 | 133 | 0.09 | 0.68 | 0 | 0.48 | 292.09 | 0.52 | 0.34 |
| Hex | 79 | 2A | 85 | 9 | 44 | 0 | 30 | 124 | 34 | 22 |
| Octal | 171 | 52 | 205 | 11 | 104 | 0 | 60 | 444 | 64 | 42 |
| Binary | 1111001 | 101010 | 10000101 | 1001 | 1000100 | 0 | 110000 | 100100100 | 110100 | 100010 |
Color Harmonies of #792A85
Complementary color
Monochromatic Colors of #792A85
Black with #792A85
Text Example
Text Example
White with #792A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792A85; }
p { color: rgb(121,42,133); }
H1.HeaderClassName
{
color: #792A85;
}
.AnyTagClassName
{
color: #792A85;
}
</style>
background-color css
<style>
a { background-color: #792A85; }
a { background-color: rgb(121,42,133); }
div.DivClassName
{
background-color: #792A85;
}
.BgClassName
{
background-color: #792A85;
}
</style>
border-color css
<style>
span { border-color: #792A85; }
span { border-color: rgb(121,42,133); }
td.TdClassName
{
border-color: #792A85;
}
.TagClassName
{
border-color: #792A85;
}
</style>