Shades of Dark Magenta #7009A0
Tints of Dark Magenta #7009A0
RGB
CMYK
RGB Variations
Color information
#7009A0 (or 0x7009A0) is known color: Dark Magenta. HEX triplet: 70, 09 and A0. RGB value is (112,9,160). Sum of RGB (Red+Green+Blue) = 112+9+160=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 160 (62.89% from 255 or 56.94% from 281); Max value from RGB is 160 - color contains mainly: blue. Hex color #7009A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7009A0 is #8FF65F. Grayscale: #383838. Windows color (decimal): -9434720 or 10488176. OLE color: 10488176.
HSL color Cylindrical-coordinate representation of color #7009A0: hue angle of 280.93º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7009A0 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 9 | 160 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.37 |
| HSL | 280.93º | 0.89% | 0.33% | - |
| HSV(B) | 280.93º | 0.94% | 0.63% | - |
| XYZ | 13.12 | 6.18 | 33.76 | - |
| YUV | 57.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 9 | 160 | 0.30 | 0.94 | 0 | 0.37 | 280.93 | 0.89 | 0.33 |
| Hex | 70 | 9 | A0 | 1E | 5E | 0 | 25 | 119 | 59 | 21 |
| Octal | 160 | 11 | 240 | 36 | 136 | 0 | 45 | 431 | 131 | 41 |
| Binary | 1110000 | 1001 | 10100000 | 11110 | 1011110 | 0 | 100101 | 100011001 | 1011001 | 100001 |
Color Harmonies of #7009A0
Complementary color
Monochromatic Colors of #7009A0
Black with #7009A0
Text Example
Text Example
White with #7009A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7009A0; }
p { color: rgb(112,9,160); }
H1.HeaderClassName
{
color: #7009A0;
}
.AnyTagClassName
{
color: #7009A0;
}
</style>
background-color css
<style>
a { background-color: #7009A0; }
a { background-color: rgb(112,9,160); }
div.DivClassName
{
background-color: #7009A0;
}
.BgClassName
{
background-color: #7009A0;
}
</style>
border-color css
<style>
span { border-color: #7009A0; }
span { border-color: rgb(112,9,160); }
td.TdClassName
{
border-color: #7009A0;
}
.TagClassName
{
border-color: #7009A0;
}
</style>