Shades of Dark Magenta #73019D
Tints of Dark Magenta #73019D
RGB
CMYK
RGB Variations
Color information
#73019D (or 0x73019D) is known color: Dark Magenta. HEX triplet: 73, 01 and 9D. RGB value is (115,1,157). Sum of RGB (Red+Green+Blue) = 115+1+157=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #73019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73019D is #8CFE62. Grayscale: #343434. Windows color (decimal): -9240163 or 10289523. OLE color: 10289523.
HSL color Cylindrical-coordinate representation of color #73019D: hue angle of 283.85º 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 #73019D is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 1 | 157 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.38 |
| HSL | 283.85º | 0.99% | 0.31% | - |
| HSV(B) | 283.85º | 0.99% | 0.62% | - |
| XYZ | 13.17 | 6.1 | 32.38 | - |
| YUV | 52.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 157 | 0.27 | 0.99 | 0 | 0.38 | 283.85 | 0.99 | 0.31 |
| Hex | 73 | 1 | 9D | 1B | 63 | 0 | 26 | 11C | 63 | 1F |
| Octal | 163 | 1 | 235 | 33 | 143 | 0 | 46 | 434 | 143 | 37 |
| Binary | 1110011 | 1 | 10011101 | 11011 | 1100011 | 0 | 100110 | 100011100 | 1100011 | 11111 |
Color Harmonies of #73019D
Complementary color
Monochromatic Colors of #73019D
Black with #73019D
Text Example
Text Example
White with #73019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73019D; }
p { color: rgb(115,1,157); }
H1.HeaderClassName
{
color: #73019D;
}
.AnyTagClassName
{
color: #73019D;
}
</style>
background-color css
<style>
a { background-color: #73019D; }
a { background-color: rgb(115,1,157); }
div.DivClassName
{
background-color: #73019D;
}
.BgClassName
{
background-color: #73019D;
}
</style>
border-color css
<style>
span { border-color: #73019D; }
span { border-color: rgb(115,1,157); }
td.TdClassName
{
border-color: #73019D;
}
.TagClassName
{
border-color: #73019D;
}
</style>