Shades of Dark Magenta #79139E
Tints of Dark Magenta #79139E
RGB
CMYK
RGB Variations
Color information
#79139E (or 0x79139E) is known color: Dark Magenta. HEX triplet: 79, 13 and 9E. RGB value is (121,19,158). Sum of RGB (Red+Green+Blue) = 121+19+158=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #79139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79139E is #86EC61. Grayscale: #404040. Windows color (decimal): -8842338 or 10359673. OLE color: 10359673.
HSL color Cylindrical-coordinate representation of color #79139E: hue angle of 284.03º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79139E is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 19 | 158 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.38 |
| HSL | 284.03º | 0.79% | 0.35% | - |
| HSV(B) | 284.03º | 0.88% | 0.62% | - |
| XYZ | 14.29 | 7 | 32.95 | - |
| YUV | 65.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 19 | 158 | 0.23 | 0.88 | 0 | 0.38 | 284.03 | 0.79 | 0.35 |
| Hex | 79 | 13 | 9E | 17 | 58 | 0 | 26 | 11C | 4F | 23 |
| Octal | 171 | 23 | 236 | 27 | 130 | 0 | 46 | 434 | 117 | 43 |
| Binary | 1111001 | 10011 | 10011110 | 10111 | 1011000 | 0 | 100110 | 100011100 | 1001111 | 100011 |
Color Harmonies of #79139E
Complementary color
Monochromatic Colors of #79139E
Black with #79139E
Text Example
Text Example
White with #79139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79139E; }
p { color: rgb(121,19,158); }
H1.HeaderClassName
{
color: #79139E;
}
.AnyTagClassName
{
color: #79139E;
}
</style>
background-color css
<style>
a { background-color: #79139E; }
a { background-color: rgb(121,19,158); }
div.DivClassName
{
background-color: #79139E;
}
.BgClassName
{
background-color: #79139E;
}
</style>
border-color css
<style>
span { border-color: #79139E; }
span { border-color: rgb(121,19,158); }
td.TdClassName
{
border-color: #79139E;
}
.TagClassName
{
border-color: #79139E;
}
</style>