Shades of Dark Magenta #7000AA
Tints of Dark Magenta #7000AA
RGB
CMYK
RGB Variations
Color information
#7000AA (or 0x7000AA) is known color: Dark Magenta. HEX triplet: 70, 00 and AA. RGB value is (112,0,170). Sum of RGB (Red+Green+Blue) = 112+0+170=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #7000AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7000AA is #8FFF55. Grayscale: #343434. Windows color (decimal): -9437014 or 11141232. OLE color: 11141232.
HSL color Cylindrical-coordinate representation of color #7000AA: hue angle of 279.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000AA is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 0 | 170 | - |
| CMYK | 0.34 | 1 | 0 | 0.33 |
| HSL | 279.53º | 1% | 0.33% | - |
| HSV(B) | 279.53º | 1% | 0.67% | - |
| XYZ | 13.94 | 6.35 | 38.52 | - |
| YUV | 52.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 170 | 0.34 | 1 | 0 | 0.33 | 279.53 | 1 | 0.33 |
| Hex | 70 | 0 | AA | 22 | 64 | 0 | 21 | 118 | 64 | 21 |
| Octal | 160 | 0 | 252 | 42 | 144 | 0 | 41 | 430 | 144 | 41 |
| Binary | 1110000 | 0 | 10101010 | 100010 | 1100100 | 0 | 100001 | 100011000 | 1100100 | 100001 |
Color Harmonies of #7000AA
Complementary color
Monochromatic Colors of #7000AA
Black with #7000AA
Text Example
Text Example
White with #7000AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000AA; }
p { color: rgb(112,0,170); }
H1.HeaderClassName
{
color: #7000AA;
}
.AnyTagClassName
{
color: #7000AA;
}
</style>
background-color css
<style>
a { background-color: #7000AA; }
a { background-color: rgb(112,0,170); }
div.DivClassName
{
background-color: #7000AA;
}
.BgClassName
{
background-color: #7000AA;
}
</style>
border-color css
<style>
span { border-color: #7000AA; }
span { border-color: rgb(112,0,170); }
td.TdClassName
{
border-color: #7000AA;
}
.TagClassName
{
border-color: #7000AA;
}
</style>