Shades of Dark Magenta #7A0A9D
Tints of Dark Magenta #7A0A9D
RGB
CMYK
RGB Variations
Color information
#7A0A9D (or 0x7A0A9D) is known color: Dark Magenta. HEX triplet: 7A, 0A and 9D. RGB value is (122,10,157). Sum of RGB (Red+Green+Blue) = 122+10+157=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0A9D is #85F562. Grayscale: #3B3B3B. Windows color (decimal): -8779107 or 10291834. OLE color: 10291834.
HSL color Cylindrical-coordinate representation of color #7A0A9D: hue angle of 285.71º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0A9D is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 10 | 157 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.38 |
| HSL | 285.71º | 0.88% | 0.33% | - |
| HSV(B) | 285.71º | 0.94% | 0.62% | - |
| XYZ | 14.22 | 6.79 | 32.46 | - |
| YUV | 60.25 | 182.61 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 157 | 0.22 | 0.94 | 0 | 0.38 | 285.71 | 0.88 | 0.33 |
| Hex | 7A | A | 9D | 16 | 5E | 0 | 26 | 11E | 58 | 21 |
| Octal | 172 | 12 | 235 | 26 | 136 | 0 | 46 | 436 | 130 | 41 |
| Binary | 1111010 | 1010 | 10011101 | 10110 | 1011110 | 0 | 100110 | 100011110 | 1011000 | 100001 |
Color Harmonies of #7A0A9D
Complementary color
Monochromatic Colors of #7A0A9D
Black with #7A0A9D
Text Example
Text Example
White with #7A0A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0A9D; }
p { color: rgb(122,10,157); }
H1.HeaderClassName
{
color: #7A0A9D;
}
.AnyTagClassName
{
color: #7A0A9D;
}
</style>
background-color css
<style>
a { background-color: #7A0A9D; }
a { background-color: rgb(122,10,157); }
div.DivClassName
{
background-color: #7A0A9D;
}
.BgClassName
{
background-color: #7A0A9D;
}
</style>
border-color css
<style>
span { border-color: #7A0A9D; }
span { border-color: rgb(122,10,157); }
td.TdClassName
{
border-color: #7A0A9D;
}
.TagClassName
{
border-color: #7A0A9D;
}
</style>