Shades of Dark Magenta #73099E
Tints of Dark Magenta #73099E
RGB
CMYK
RGB Variations
Color information
#73099E (or 0x73099E) is known color: Dark Magenta. HEX triplet: 73, 09 and 9E. RGB value is (115,9,158). Sum of RGB (Red+Green+Blue) = 115+9+158=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #73099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73099E is #8CF661. Grayscale: #393939. Windows color (decimal): -9238114 or 10357107. OLE color: 10357107.
HSL color Cylindrical-coordinate representation of color #73099E: hue angle of 282.68º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73099E is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 9 | 158 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.38 |
| HSL | 282.68º | 0.89% | 0.33% | - |
| HSV(B) | 282.68º | 0.94% | 0.62% | - |
| XYZ | 13.34 | 6.31 | 32.86 | - |
| YUV | 57.68 | 184.62 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 158 | 0.27 | 0.94 | 0 | 0.38 | 282.68 | 0.89 | 0.33 |
| Hex | 73 | 9 | 9E | 1B | 5E | 0 | 26 | 11B | 59 | 21 |
| Octal | 163 | 11 | 236 | 33 | 136 | 0 | 46 | 433 | 131 | 41 |
| Binary | 1110011 | 1001 | 10011110 | 11011 | 1011110 | 0 | 100110 | 100011011 | 1011001 | 100001 |
Color Harmonies of #73099E
Complementary color
Monochromatic Colors of #73099E
Black with #73099E
Text Example
Text Example
White with #73099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73099E; }
p { color: rgb(115,9,158); }
H1.HeaderClassName
{
color: #73099E;
}
.AnyTagClassName
{
color: #73099E;
}
</style>
background-color css
<style>
a { background-color: #73099E; }
a { background-color: rgb(115,9,158); }
div.DivClassName
{
background-color: #73099E;
}
.BgClassName
{
background-color: #73099E;
}
</style>
border-color css
<style>
span { border-color: #73099E; }
span { border-color: rgb(115,9,158); }
td.TdClassName
{
border-color: #73099E;
}
.TagClassName
{
border-color: #73099E;
}
</style>