Shades of Dark Magenta #7A0893
Tints of Dark Magenta #7A0893
RGB
CMYK
RGB Variations
Color information
#7A0893 (or 0x7A0893) is known color: Dark Magenta. HEX triplet: 7A, 08 and 93. RGB value is (122,8,147). Sum of RGB (Red+Green+Blue) = 122+8+147=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0893 is #85F76C. Grayscale: #393939. Windows color (decimal): -8779629 or 9635962. OLE color: 9635962.
HSL color Cylindrical-coordinate representation of color #7A0893: hue angle of 289.21º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0893 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 8 | 147 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.42 |
| HSL | 289.21º | 0.9% | 0.3% | - |
| HSV(B) | 289.21º | 0.95% | 0.58% | - |
| XYZ | 13.38 | 6.42 | 28.14 | - |
| YUV | 57.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 147 | 0.17 | 0.95 | 0 | 0.42 | 289.21 | 0.9 | 0.3 |
| Hex | 7A | 8 | 93 | 11 | 5F | 0 | 2A | 121 | 5A | 1E |
| Octal | 172 | 10 | 223 | 21 | 137 | 0 | 52 | 441 | 132 | 36 |
| Binary | 1111010 | 1000 | 10010011 | 10001 | 1011111 | 0 | 101010 | 100100001 | 1011010 | 11110 |
Color Harmonies of #7A0893
Complementary color
Monochromatic Colors of #7A0893
Black with #7A0893
Text Example
Text Example
White with #7A0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0893; }
p { color: rgb(122,8,147); }
H1.HeaderClassName
{
color: #7A0893;
}
.AnyTagClassName
{
color: #7A0893;
}
</style>
background-color css
<style>
a { background-color: #7A0893; }
a { background-color: rgb(122,8,147); }
div.DivClassName
{
background-color: #7A0893;
}
.BgClassName
{
background-color: #7A0893;
}
</style>
border-color css
<style>
span { border-color: #7A0893; }
span { border-color: rgb(122,8,147); }
td.TdClassName
{
border-color: #7A0893;
}
.TagClassName
{
border-color: #7A0893;
}
</style>