Shades of Dark Magenta #7202AC
Tints of Dark Magenta #7202AC
RGB
CMYK
RGB Variations
Color information
#7202AC (or 0x7202AC) is known color: Dark Magenta. HEX triplet: 72, 02 and AC. RGB value is (114,2,172). Sum of RGB (Red+Green+Blue) = 114+2+172=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #7202AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7202AC is #8DFD53. Grayscale: #363636. Windows color (decimal): -9305428 or 11272818. OLE color: 11272818.
HSL color Cylindrical-coordinate representation of color #7202AC: hue angle of 279.53º 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 #7202AC is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 2 | 172 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.33 |
| HSL | 279.53º | 0.98% | 0.34% | - |
| HSV(B) | 279.53º | 0.99% | 0.67% | - |
| XYZ | 14.41 | 6.6 | 39.54 | - |
| YUV | 54.87 | 194.11 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 172 | 0.34 | 0.99 | 0 | 0.33 | 279.53 | 0.98 | 0.34 |
| Hex | 72 | 2 | AC | 22 | 63 | 0 | 21 | 118 | 62 | 22 |
| Octal | 162 | 2 | 254 | 42 | 143 | 0 | 41 | 430 | 142 | 42 |
| Binary | 1110010 | 10 | 10101100 | 100010 | 1100011 | 0 | 100001 | 100011000 | 1100010 | 100010 |
Color Harmonies of #7202AC
Complementary color
Monochromatic Colors of #7202AC
Black with #7202AC
Text Example
Text Example
White with #7202AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7202AC; }
p { color: rgb(114,2,172); }
H1.HeaderClassName
{
color: #7202AC;
}
.AnyTagClassName
{
color: #7202AC;
}
</style>
background-color css
<style>
a { background-color: #7202AC; }
a { background-color: rgb(114,2,172); }
div.DivClassName
{
background-color: #7202AC;
}
.BgClassName
{
background-color: #7202AC;
}
</style>
border-color css
<style>
span { border-color: #7202AC; }
span { border-color: rgb(114,2,172); }
td.TdClassName
{
border-color: #7202AC;
}
.TagClassName
{
border-color: #7202AC;
}
</style>