Shades of Dark Magenta #7002AC
Tints of Dark Magenta #7002AC
RGB
CMYK
RGB Variations
Color information
#7002AC (or 0x7002AC) is known color: Dark Magenta. HEX triplet: 70, 02 and AC. RGB value is (112,2,172). Sum of RGB (Red+Green+Blue) = 112+2+172=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #7002AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7002AC is #8FFD53. Grayscale: #353535. Windows color (decimal): -9436500 or 11272816. OLE color: 11272816.
HSL color Cylindrical-coordinate representation of color #7002AC: hue angle of 278.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002AC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 2 | 172 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.33 |
| HSL | 278.82º | 0.98% | 0.34% | - |
| HSV(B) | 278.82º | 0.99% | 0.67% | - |
| XYZ | 14.15 | 6.47 | 39.53 | - |
| YUV | 54.27 | 194.44 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 172 | 0.35 | 0.99 | 0 | 0.33 | 278.82 | 0.98 | 0.34 |
| Hex | 70 | 2 | AC | 23 | 63 | 0 | 21 | 117 | 62 | 22 |
| Octal | 160 | 2 | 254 | 43 | 143 | 0 | 41 | 427 | 142 | 42 |
| Binary | 1110000 | 10 | 10101100 | 100011 | 1100011 | 0 | 100001 | 100010111 | 1100010 | 100010 |
Color Harmonies of #7002AC
Complementary color
Monochromatic Colors of #7002AC
Black with #7002AC
Text Example
Text Example
White with #7002AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002AC; }
p { color: rgb(112,2,172); }
H1.HeaderClassName
{
color: #7002AC;
}
.AnyTagClassName
{
color: #7002AC;
}
</style>
background-color css
<style>
a { background-color: #7002AC; }
a { background-color: rgb(112,2,172); }
div.DivClassName
{
background-color: #7002AC;
}
.BgClassName
{
background-color: #7002AC;
}
</style>
border-color css
<style>
span { border-color: #7002AC; }
span { border-color: rgb(112,2,172); }
td.TdClassName
{
border-color: #7002AC;
}
.TagClassName
{
border-color: #7002AC;
}
</style>