Shades of Dark Magenta #7200A0
Tints of Dark Magenta #7200A0
RGB
CMYK
RGB Variations
Color information
#7200A0 (or 0x7200A0) is known color: Dark Magenta. HEX triplet: 72, 00 and A0. RGB value is (114,0,160). Sum of RGB (Red+Green+Blue) = 114+0+160=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 160 (62.89% from 255 or 58.39% from 274); Max value from RGB is 160 - color contains mainly: blue. Hex color #7200A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7200A0 is #8DFF5F. Grayscale: #333333. Windows color (decimal): -9305952 or 10485874. OLE color: 10485874.
HSL color Cylindrical-coordinate representation of color #7200A0: hue angle of 282.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200A0 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 0 | 160 | - |
| CMYK | 0.29 | 1 | 0 | 0.37 |
| HSL | 282.75º | 1% | 0.31% | - |
| HSV(B) | 282.75º | 1% | 0.63% | - |
| XYZ | 13.28 | 6.12 | 33.74 | - |
| YUV | 52.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 160 | 0.29 | 1 | 0 | 0.37 | 282.75 | 1 | 0.31 |
| Hex | 72 | 0 | A0 | 1D | 64 | 0 | 25 | 11B | 64 | 1F |
| Octal | 162 | 0 | 240 | 35 | 144 | 0 | 45 | 433 | 144 | 37 |
| Binary | 1110010 | 0 | 10100000 | 11101 | 1100100 | 0 | 100101 | 100011011 | 1100100 | 11111 |
Color Harmonies of #7200A0
Complementary color
Monochromatic Colors of #7200A0
Black with #7200A0
Text Example
Text Example
White with #7200A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7200A0; }
p { color: rgb(114,0,160); }
H1.HeaderClassName
{
color: #7200A0;
}
.AnyTagClassName
{
color: #7200A0;
}
</style>
background-color css
<style>
a { background-color: #7200A0; }
a { background-color: rgb(114,0,160); }
div.DivClassName
{
background-color: #7200A0;
}
.BgClassName
{
background-color: #7200A0;
}
</style>
border-color css
<style>
span { border-color: #7200A0; }
span { border-color: rgb(114,0,160); }
td.TdClassName
{
border-color: #7200A0;
}
.TagClassName
{
border-color: #7200A0;
}
</style>