Shades of Dark Magenta #7A079D
Tints of Dark Magenta #7A079D
RGB
CMYK
RGB Variations
Color information
#7A079D (or 0x7A079D) is known color: Dark Magenta. HEX triplet: 7A, 07 and 9D. RGB value is (122,7,157). Sum of RGB (Red+Green+Blue) = 122+7+157=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A079D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A079D is #85F862. Grayscale: #3A3A3A. Windows color (decimal): -8779875 or 10291066. OLE color: 10291066.
HSL color Cylindrical-coordinate representation of color #7A079D: hue angle of 286º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A079D is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 7 | 157 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.38 |
| HSL | 286º | 0.91% | 0.32% | - |
| HSV(B) | 286º | 0.96% | 0.62% | - |
| XYZ | 14.19 | 6.72 | 32.45 | - |
| YUV | 58.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 157 | 0.22 | 0.96 | 0 | 0.38 | 286 | 0.91 | 0.32 |
| Hex | 7A | 7 | 9D | 16 | 60 | 0 | 26 | 11E | 5B | 20 |
| Octal | 172 | 7 | 235 | 26 | 140 | 0 | 46 | 436 | 133 | 40 |
| Binary | 1111010 | 111 | 10011101 | 10110 | 1100000 | 0 | 100110 | 100011110 | 1011011 | 100000 |
Color Harmonies of #7A079D
Complementary color
Monochromatic Colors of #7A079D
Black with #7A079D
Text Example
Text Example
White with #7A079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A079D; }
p { color: rgb(122,7,157); }
H1.HeaderClassName
{
color: #7A079D;
}
.AnyTagClassName
{
color: #7A079D;
}
</style>
background-color css
<style>
a { background-color: #7A079D; }
a { background-color: rgb(122,7,157); }
div.DivClassName
{
background-color: #7A079D;
}
.BgClassName
{
background-color: #7A079D;
}
</style>
border-color css
<style>
span { border-color: #7A079D; }
span { border-color: rgb(122,7,157); }
td.TdClassName
{
border-color: #7A079D;
}
.TagClassName
{
border-color: #7A079D;
}
</style>