Shades of Dark Magenta #73059C
Tints of Dark Magenta #73059C
RGB
CMYK
RGB Variations
Color information
#73059C (or 0x73059C) is known color: Dark Magenta. HEX triplet: 73, 05 and 9C. RGB value is (115,5,156). Sum of RGB (Red+Green+Blue) = 115+5+156=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #73059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73059C is #8CFA63. Grayscale: #363636. Windows color (decimal): -9239140 or 10225011. OLE color: 10225011.
HSL color Cylindrical-coordinate representation of color #73059C: hue angle of 283.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73059C is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 5 | 156 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.39 |
| HSL | 283.71º | 0.94% | 0.32% | - |
| HSV(B) | 283.71º | 0.97% | 0.61% | - |
| XYZ | 13.13 | 6.15 | 31.95 | - |
| YUV | 55.1 | 184.94 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 156 | 0.26 | 0.97 | 0 | 0.39 | 283.71 | 0.94 | 0.32 |
| Hex | 73 | 5 | 9C | 1A | 61 | 0 | 27 | 11C | 5E | 20 |
| Octal | 163 | 5 | 234 | 32 | 141 | 0 | 47 | 434 | 136 | 40 |
| Binary | 1110011 | 101 | 10011100 | 11010 | 1100001 | 0 | 100111 | 100011100 | 1011110 | 100000 |
Color Harmonies of #73059C
Complementary color
Monochromatic Colors of #73059C
Black with #73059C
Text Example
Text Example
White with #73059C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73059C; }
p { color: rgb(115,5,156); }
H1.HeaderClassName
{
color: #73059C;
}
.AnyTagClassName
{
color: #73059C;
}
</style>
background-color css
<style>
a { background-color: #73059C; }
a { background-color: rgb(115,5,156); }
div.DivClassName
{
background-color: #73059C;
}
.BgClassName
{
background-color: #73059C;
}
</style>
border-color css
<style>
span { border-color: #73059C; }
span { border-color: rgb(115,5,156); }
td.TdClassName
{
border-color: #73059C;
}
.TagClassName
{
border-color: #73059C;
}
</style>