Shades of Dark Magenta #7300AA
Tints of Dark Magenta #7300AA
RGB
CMYK
RGB Variations
Color information
#7300AA (or 0x7300AA) is known color: Dark Magenta. HEX triplet: 73, 00 and AA. RGB value is (115,0,170). Sum of RGB (Red+Green+Blue) = 115+0+170=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #7300AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300AA is #8CFF55. Grayscale: #353535. Windows color (decimal): -9240406 or 11141235. OLE color: 11141235.
HSL color Cylindrical-coordinate representation of color #7300AA: hue angle of 280.59º 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 #7300AA is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 0 | 170 | - |
| CMYK | 0.32 | 1 | 0 | 0.33 |
| HSL | 280.59º | 1% | 0.33% | - |
| HSV(B) | 280.59º | 1% | 0.67% | - |
| XYZ | 14.33 | 6.55 | 38.54 | - |
| YUV | 53.77 | 193.6 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 170 | 0.32 | 1 | 0 | 0.33 | 280.59 | 1 | 0.33 |
| Hex | 73 | 0 | AA | 20 | 64 | 0 | 21 | 119 | 64 | 21 |
| Octal | 163 | 0 | 252 | 40 | 144 | 0 | 41 | 431 | 144 | 41 |
| Binary | 1110011 | 0 | 10101010 | 100000 | 1100100 | 0 | 100001 | 100011001 | 1100100 | 100001 |
Color Harmonies of #7300AA
Complementary color
Monochromatic Colors of #7300AA
Black with #7300AA
Text Example
Text Example
White with #7300AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300AA; }
p { color: rgb(115,0,170); }
H1.HeaderClassName
{
color: #7300AA;
}
.AnyTagClassName
{
color: #7300AA;
}
</style>
background-color css
<style>
a { background-color: #7300AA; }
a { background-color: rgb(115,0,170); }
div.DivClassName
{
background-color: #7300AA;
}
.BgClassName
{
background-color: #7300AA;
}
</style>
border-color css
<style>
span { border-color: #7300AA; }
span { border-color: rgb(115,0,170); }
td.TdClassName
{
border-color: #7300AA;
}
.TagClassName
{
border-color: #7300AA;
}
</style>