Shades of Dark Magenta #730E99
Tints of Dark Magenta #730E99
RGB
CMYK
RGB Variations
Color information
#730E99 (or 0x730E99) is known color: Dark Magenta. HEX triplet: 73, 0E and 99. RGB value is (115,14,153). Sum of RGB (Red+Green+Blue) = 115+14+153=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #730E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E99 is #8CF166. Grayscale: #3B3B3B. Windows color (decimal): -9236839 or 10030707. OLE color: 10030707.
HSL color Cylindrical-coordinate representation of color #730E99: hue angle of 283.6º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730E99 is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 14 | 153 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.4 |
| HSL | 283.6º | 0.83% | 0.33% | - |
| HSV(B) | 283.6º | 0.91% | 0.6% | - |
| XYZ | 12.98 | 6.26 | 30.66 | - |
| YUV | 60.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 153 | 0.25 | 0.91 | 0 | 0.4 | 283.6 | 0.83 | 0.33 |
| Hex | 73 | E | 99 | 19 | 5B | 0 | 28 | 11C | 53 | 21 |
| Octal | 163 | 16 | 231 | 31 | 133 | 0 | 50 | 434 | 123 | 41 |
| Binary | 1110011 | 1110 | 10011001 | 11001 | 1011011 | 0 | 101000 | 100011100 | 1010011 | 100001 |
Color Harmonies of #730E99
Complementary color
Monochromatic Colors of #730E99
Black with #730E99
Text Example
Text Example
White with #730E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E99; }
p { color: rgb(115,14,153); }
H1.HeaderClassName
{
color: #730E99;
}
.AnyTagClassName
{
color: #730E99;
}
</style>
background-color css
<style>
a { background-color: #730E99; }
a { background-color: rgb(115,14,153); }
div.DivClassName
{
background-color: #730E99;
}
.BgClassName
{
background-color: #730E99;
}
</style>
border-color css
<style>
span { border-color: #730E99; }
span { border-color: rgb(115,14,153); }
td.TdClassName
{
border-color: #730E99;
}
.TagClassName
{
border-color: #730E99;
}
</style>