Shades of Dark Magenta #73039C
Tints of Dark Magenta #73039C
RGB
CMYK
RGB Variations
Color information
#73039C (or 0x73039C) is known color: Dark Magenta. HEX triplet: 73, 03 and 9C. RGB value is (115,3,156). Sum of RGB (Red+Green+Blue) = 115+3+156=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #73039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73039C is #8CFC63. Grayscale: #353535. Windows color (decimal): -9239652 or 10224499. OLE color: 10224499.
HSL color Cylindrical-coordinate representation of color #73039C: hue angle of 283.92º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73039C is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 3 | 156 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.39 |
| HSL | 283.92º | 0.96% | 0.31% | - |
| HSV(B) | 283.92º | 0.98% | 0.61% | - |
| XYZ | 13.1 | 6.11 | 31.94 | - |
| YUV | 53.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 156 | 0.26 | 0.98 | 0 | 0.39 | 283.92 | 0.96 | 0.31 |
| Hex | 73 | 3 | 9C | 1A | 62 | 0 | 27 | 11C | 60 | 1F |
| Octal | 163 | 3 | 234 | 32 | 142 | 0 | 47 | 434 | 140 | 37 |
| Binary | 1110011 | 11 | 10011100 | 11010 | 1100010 | 0 | 100111 | 100011100 | 1100000 | 11111 |
Color Harmonies of #73039C
Complementary color
Monochromatic Colors of #73039C
Black with #73039C
Text Example
Text Example
White with #73039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73039C; }
p { color: rgb(115,3,156); }
H1.HeaderClassName
{
color: #73039C;
}
.AnyTagClassName
{
color: #73039C;
}
</style>
background-color css
<style>
a { background-color: #73039C; }
a { background-color: rgb(115,3,156); }
div.DivClassName
{
background-color: #73039C;
}
.BgClassName
{
background-color: #73039C;
}
</style>
border-color css
<style>
span { border-color: #73039C; }
span { border-color: rgb(115,3,156); }
td.TdClassName
{
border-color: #73039C;
}
.TagClassName
{
border-color: #73039C;
}
</style>