Shades of Vivid Violet #792487
Tints of Vivid Violet #792487
RGB
CMYK
RGB Variations
Color information
#792487 (or 0x792487) is known color: Vivid Violet. HEX triplet: 79, 24 and 87. RGB value is (121,36,135). Sum of RGB (Red+Green+Blue) = 121+36+135=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 135 (53.12% from 255 or 46.23% from 292); Max value from RGB is 135 - color contains mainly: blue. Hex color #792487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792487 is #86DB78. Grayscale: #484848. Windows color (decimal): -8838009 or 8856697. OLE color: 8856697.
HSL color Cylindrical-coordinate representation of color #792487: hue angle of 291.52º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792487 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 121 | 36 | 135 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.47 |
| HSL | 291.52º | 0.58% | 0.34% | - |
| HSV(B) | 291.52º | 0.73% | 0.53% | - |
| XYZ | 12.89 | 7.08 | 23.61 | - |
| YUV | 72.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 135 | 0.10 | 0.73 | 0 | 0.47 | 291.52 | 0.58 | 0.34 |
| Hex | 79 | 24 | 87 | A | 49 | 0 | 2F | 124 | 3A | 22 |
| Octal | 171 | 44 | 207 | 12 | 111 | 0 | 57 | 444 | 72 | 42 |
| Binary | 1111001 | 100100 | 10000111 | 1010 | 1001001 | 0 | 101111 | 100100100 | 111010 | 100010 |
Color Harmonies of #792487
Complementary color
Monochromatic Colors of #792487
Black with #792487
Text Example
Text Example
White with #792487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792487; }
p { color: rgb(121,36,135); }
H1.HeaderClassName
{
color: #792487;
}
.AnyTagClassName
{
color: #792487;
}
</style>
background-color css
<style>
a { background-color: #792487; }
a { background-color: rgb(121,36,135); }
div.DivClassName
{
background-color: #792487;
}
.BgClassName
{
background-color: #792487;
}
</style>
border-color css
<style>
span { border-color: #792487; }
span { border-color: rgb(121,36,135); }
td.TdClassName
{
border-color: #792487;
}
.TagClassName
{
border-color: #792487;
}
</style>