Shades of Dark Magenta #7300AD
Tints of Dark Magenta #7300AD
RGB
CMYK
RGB Variations
Color information
#7300AD (or 0x7300AD) is known color: Dark Magenta. HEX triplet: 73, 00 and AD. RGB value is (115,0,173). Sum of RGB (Red+Green+Blue) = 115+0+173=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #7300AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300AD is #8CFF52. Grayscale: #353535. Windows color (decimal): -9240403 or 11337843. OLE color: 11337843.
HSL color Cylindrical-coordinate representation of color #7300AD: hue angle of 279.88º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300AD is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 0 | 173 | - |
| CMYK | 0.34 | 1 | 0 | 0.32 |
| HSL | 279.88º | 1% | 0.34% | - |
| HSV(B) | 279.88º | 1% | 0.68% | - |
| XYZ | 14.61 | 6.66 | 40.05 | - |
| YUV | 54.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 0 | 173 | 0.34 | 1 | 0 | 0.32 | 279.88 | 1 | 0.34 |
| Hex | 73 | 0 | AD | 22 | 64 | 0 | 20 | 118 | 64 | 22 |
| Octal | 163 | 0 | 255 | 42 | 144 | 0 | 40 | 430 | 144 | 42 |
| Binary | 1110011 | 0 | 10101101 | 100010 | 1100100 | 0 | 100000 | 100011000 | 1100100 | 100010 |
Color Harmonies of #7300AD
Complementary color
Monochromatic Colors of #7300AD
Black with #7300AD
Text Example
Text Example
White with #7300AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7300AD; }
p { color: rgb(115,0,173); }
H1.HeaderClassName
{
color: #7300AD;
}
.AnyTagClassName
{
color: #7300AD;
}
</style>
background-color css
<style>
a { background-color: #7300AD; }
a { background-color: rgb(115,0,173); }
div.DivClassName
{
background-color: #7300AD;
}
.BgClassName
{
background-color: #7300AD;
}
</style>
border-color css
<style>
span { border-color: #7300AD; }
span { border-color: rgb(115,0,173); }
td.TdClassName
{
border-color: #7300AD;
}
.TagClassName
{
border-color: #7300AD;
}
</style>