Shades of Dark Magenta #7203AA
Tints of Dark Magenta #7203AA
RGB
CMYK
RGB Variations
Color information
#7203AA (or 0x7203AA) is known color: Dark Magenta. HEX triplet: 72, 03 and AA. RGB value is (114,3,170). Sum of RGB (Red+Green+Blue) = 114+3+170=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #7203AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7203AA is #8DFC55. Grayscale: #363636. Windows color (decimal): -9305174 or 11142002. OLE color: 11142002.
HSL color Cylindrical-coordinate representation of color #7203AA: hue angle of 279.88º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7203AA is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 3 | 170 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.33 |
| HSL | 279.88º | 0.97% | 0.34% | - |
| HSV(B) | 279.88º | 0.98% | 0.67% | - |
| XYZ | 14.23 | 6.54 | 38.54 | - |
| YUV | 55.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 170 | 0.33 | 0.98 | 0 | 0.33 | 279.88 | 0.97 | 0.34 |
| Hex | 72 | 3 | AA | 21 | 62 | 0 | 21 | 118 | 61 | 22 |
| Octal | 162 | 3 | 252 | 41 | 142 | 0 | 41 | 430 | 141 | 42 |
| Binary | 1110010 | 11 | 10101010 | 100001 | 1100010 | 0 | 100001 | 100011000 | 1100001 | 100010 |
Color Harmonies of #7203AA
Complementary color
Monochromatic Colors of #7203AA
Black with #7203AA
Text Example
Text Example
White with #7203AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7203AA; }
p { color: rgb(114,3,170); }
H1.HeaderClassName
{
color: #7203AA;
}
.AnyTagClassName
{
color: #7203AA;
}
</style>
background-color css
<style>
a { background-color: #7203AA; }
a { background-color: rgb(114,3,170); }
div.DivClassName
{
background-color: #7203AA;
}
.BgClassName
{
background-color: #7203AA;
}
</style>
border-color css
<style>
span { border-color: #7203AA; }
span { border-color: rgb(114,3,170); }
td.TdClassName
{
border-color: #7203AA;
}
.TagClassName
{
border-color: #7203AA;
}
</style>