Shades of Vivid Violet #79249C
Tints of Vivid Violet #79249C
RGB
CMYK
RGB Variations
Color information
#79249C (or 0x79249C) is known color: Vivid Violet. HEX triplet: 79, 24 and 9C. RGB value is (121,36,156). Sum of RGB (Red+Green+Blue) = 121+36+156=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #79249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79249C is #86DB63. Grayscale: #4A4A4A. Windows color (decimal): -8837988 or 10232953. OLE color: 10232953.
HSL color Cylindrical-coordinate representation of color #79249C: hue angle of 282.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #79249C is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 36 | 156 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.39 |
| HSL | 282.5º | 0.63% | 0.38% | - |
| HSV(B) | 282.5º | 0.77% | 0.61% | - |
| XYZ | 14.52 | 7.73 | 32.18 | - |
| YUV | 75.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 36 | 156 | 0.22 | 0.77 | 0 | 0.39 | 282.5 | 0.63 | 0.38 |
| Hex | 79 | 24 | 9C | 16 | 4D | 0 | 27 | 11A | 3E | 26 |
| Octal | 171 | 44 | 234 | 26 | 115 | 0 | 47 | 432 | 76 | 46 |
| Binary | 1111001 | 100100 | 10011100 | 10110 | 1001101 | 0 | 100111 | 100011010 | 111110 | 100110 |
Color Harmonies of #79249C
Complementary color
Monochromatic Colors of #79249C
Black with #79249C
Text Example
Text Example
White with #79249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79249C; }
p { color: rgb(121,36,156); }
H1.HeaderClassName
{
color: #79249C;
}
.AnyTagClassName
{
color: #79249C;
}
</style>
background-color css
<style>
a { background-color: #79249C; }
a { background-color: rgb(121,36,156); }
div.DivClassName
{
background-color: #79249C;
}
.BgClassName
{
background-color: #79249C;
}
</style>
border-color css
<style>
span { border-color: #79249C; }
span { border-color: rgb(121,36,156); }
td.TdClassName
{
border-color: #79249C;
}
.TagClassName
{
border-color: #79249C;
}
</style>