Shades of Dark Magenta #73019F
Tints of Dark Magenta #73019F
RGB
CMYK
RGB Variations
Color information
#73019F (or 0x73019F) is known color: Dark Magenta. HEX triplet: 73, 01 and 9F. RGB value is (115,1,159). Sum of RGB (Red+Green+Blue) = 115+1+159=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #73019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73019F is #8CFE60. Grayscale: #343434. Windows color (decimal): -9240161 or 10420595. OLE color: 10420595.
HSL color Cylindrical-coordinate representation of color #73019F: hue angle of 283.29º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73019F is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 1 | 159 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.38 |
| HSL | 283.29º | 0.99% | 0.31% | - |
| HSV(B) | 283.29º | 0.99% | 0.62% | - |
| XYZ | 13.34 | 6.17 | 33.29 | - |
| YUV | 53.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 159 | 0.28 | 0.99 | 0 | 0.38 | 283.29 | 0.99 | 0.31 |
| Hex | 73 | 1 | 9F | 1C | 63 | 0 | 26 | 11B | 63 | 1F |
| Octal | 163 | 1 | 237 | 34 | 143 | 0 | 46 | 433 | 143 | 37 |
| Binary | 1110011 | 1 | 10011111 | 11100 | 1100011 | 0 | 100110 | 100011011 | 1100011 | 11111 |
Color Harmonies of #73019F
Complementary color
Monochromatic Colors of #73019F
Black with #73019F
Text Example
Text Example
White with #73019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73019F; }
p { color: rgb(115,1,159); }
H1.HeaderClassName
{
color: #73019F;
}
.AnyTagClassName
{
color: #73019F;
}
</style>
background-color css
<style>
a { background-color: #73019F; }
a { background-color: rgb(115,1,159); }
div.DivClassName
{
background-color: #73019F;
}
.BgClassName
{
background-color: #73019F;
}
</style>
border-color css
<style>
span { border-color: #73019F; }
span { border-color: rgb(115,1,159); }
td.TdClassName
{
border-color: #73019F;
}
.TagClassName
{
border-color: #73019F;
}
</style>