Shades of Dark Magenta #73049E
Tints of Dark Magenta #73049E
RGB
CMYK
RGB Variations
Color information
#73049E (or 0x73049E) is known color: Dark Magenta. HEX triplet: 73, 04 and 9E. RGB value is (115,4,158). Sum of RGB (Red+Green+Blue) = 115+4+158=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #73049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73049E is #8CFB61. Grayscale: #363636. Windows color (decimal): -9239394 or 10355827. OLE color: 10355827.
HSL color Cylindrical-coordinate representation of color #73049E: hue angle of 283.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73049E is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 4 | 158 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.38 |
| HSL | 283.25º | 0.95% | 0.32% | - |
| HSV(B) | 283.25º | 0.97% | 0.62% | - |
| XYZ | 13.29 | 6.2 | 32.84 | - |
| YUV | 54.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 158 | 0.27 | 0.97 | 0 | 0.38 | 283.25 | 0.95 | 0.32 |
| Hex | 73 | 4 | 9E | 1B | 61 | 0 | 26 | 11B | 5F | 20 |
| Octal | 163 | 4 | 236 | 33 | 141 | 0 | 46 | 433 | 137 | 40 |
| Binary | 1110011 | 100 | 10011110 | 11011 | 1100001 | 0 | 100110 | 100011011 | 1011111 | 100000 |
Color Harmonies of #73049E
Complementary color
Monochromatic Colors of #73049E
Black with #73049E
Text Example
Text Example
White with #73049E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73049E; }
p { color: rgb(115,4,158); }
H1.HeaderClassName
{
color: #73049E;
}
.AnyTagClassName
{
color: #73049E;
}
</style>
background-color css
<style>
a { background-color: #73049E; }
a { background-color: rgb(115,4,158); }
div.DivClassName
{
background-color: #73049E;
}
.BgClassName
{
background-color: #73049E;
}
</style>
border-color css
<style>
span { border-color: #73049E; }
span { border-color: rgb(115,4,158); }
td.TdClassName
{
border-color: #73049E;
}
.TagClassName
{
border-color: #73049E;
}
</style>