Shades of Dark Magenta #73059B
Tints of Dark Magenta #73059B
RGB
CMYK
RGB Variations
Color information
#73059B (or 0x73059B) is known color: Dark Magenta. HEX triplet: 73, 05 and 9B. RGB value is (115,5,155). Sum of RGB (Red+Green+Blue) = 115+5+155=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #73059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73059B is #8CFA64. Grayscale: #363636. Windows color (decimal): -9239141 or 10159475. OLE color: 10159475.
HSL color Cylindrical-coordinate representation of color #73059B: hue angle of 284º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73059B is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 5 | 155 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.39 |
| HSL | 284º | 0.94% | 0.31% | - |
| HSV(B) | 284º | 0.97% | 0.61% | - |
| XYZ | 13.04 | 6.12 | 31.5 | - |
| YUV | 54.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 155 | 0.26 | 0.97 | 0 | 0.39 | 284 | 0.94 | 0.31 |
| Hex | 73 | 5 | 9B | 1A | 61 | 0 | 27 | 11C | 5E | 1F |
| Octal | 163 | 5 | 233 | 32 | 141 | 0 | 47 | 434 | 136 | 37 |
| Binary | 1110011 | 101 | 10011011 | 11010 | 1100001 | 0 | 100111 | 100011100 | 1011110 | 11111 |
Color Harmonies of #73059B
Complementary color
Monochromatic Colors of #73059B
Black with #73059B
Text Example
Text Example
White with #73059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73059B; }
p { color: rgb(115,5,155); }
H1.HeaderClassName
{
color: #73059B;
}
.AnyTagClassName
{
color: #73059B;
}
</style>
background-color css
<style>
a { background-color: #73059B; }
a { background-color: rgb(115,5,155); }
div.DivClassName
{
background-color: #73059B;
}
.BgClassName
{
background-color: #73059B;
}
</style>
border-color css
<style>
span { border-color: #73059B; }
span { border-color: rgb(115,5,155); }
td.TdClassName
{
border-color: #73059B;
}
.TagClassName
{
border-color: #73059B;
}
</style>