Shades of Dark Magenta #7A0E9D
Tints of Dark Magenta #7A0E9D
RGB
CMYK
RGB Variations
Color information
#7A0E9D (or 0x7A0E9D) is known color: Dark Magenta. HEX triplet: 7A, 0E and 9D. RGB value is (122,14,157). Sum of RGB (Red+Green+Blue) = 122+14+157=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A0E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0E9D is #85F162. Grayscale: #3E3E3E. Windows color (decimal): -8778083 or 10292858. OLE color: 10292858.
HSL color Cylindrical-coordinate representation of color #7A0E9D: hue angle of 285.31º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0E9D is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 14 | 157 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.38 |
| HSL | 285.31º | 0.84% | 0.34% | - |
| HSV(B) | 285.31º | 0.91% | 0.62% | - |
| XYZ | 14.27 | 6.89 | 32.48 | - |
| YUV | 62.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 157 | 0.22 | 0.91 | 0 | 0.38 | 285.31 | 0.84 | 0.34 |
| Hex | 7A | E | 9D | 16 | 5B | 0 | 26 | 11D | 54 | 22 |
| Octal | 172 | 16 | 235 | 26 | 133 | 0 | 46 | 435 | 124 | 42 |
| Binary | 1111010 | 1110 | 10011101 | 10110 | 1011011 | 0 | 100110 | 100011101 | 1010100 | 100010 |
Color Harmonies of #7A0E9D
Complementary color
Monochromatic Colors of #7A0E9D
Black with #7A0E9D
Text Example
Text Example
White with #7A0E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0E9D; }
p { color: rgb(122,14,157); }
H1.HeaderClassName
{
color: #7A0E9D;
}
.AnyTagClassName
{
color: #7A0E9D;
}
</style>
background-color css
<style>
a { background-color: #7A0E9D; }
a { background-color: rgb(122,14,157); }
div.DivClassName
{
background-color: #7A0E9D;
}
.BgClassName
{
background-color: #7A0E9D;
}
</style>
border-color css
<style>
span { border-color: #7A0E9D; }
span { border-color: rgb(122,14,157); }
td.TdClassName
{
border-color: #7A0E9D;
}
.TagClassName
{
border-color: #7A0E9D;
}
</style>