Shades of Dark Magenta #730E9D
Tints of Dark Magenta #730E9D
RGB
CMYK
RGB Variations
Color information
#730E9D (or 0x730E9D) is known color: Dark Magenta. HEX triplet: 73, 0E and 9D. RGB value is (115,14,157). Sum of RGB (Red+Green+Blue) = 115+14+157=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 157 (61.72% from 255 or 54.90% from 286); Max value from RGB is 157 - color contains mainly: blue. Hex color #730E9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E9D is #8CF162. Grayscale: #3C3C3C. Windows color (decimal): -9236835 or 10292851. OLE color: 10292851.
HSL color Cylindrical-coordinate representation of color #730E9D: hue angle of 282.38º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730E9D is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 14 | 157 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.38 |
| HSL | 282.38º | 0.84% | 0.34% | - |
| HSV(B) | 282.38º | 0.91% | 0.62% | - |
| XYZ | 13.31 | 6.39 | 32.43 | - |
| YUV | 60.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 157 | 0.27 | 0.91 | 0 | 0.38 | 282.38 | 0.84 | 0.34 |
| Hex | 73 | E | 9D | 1B | 5B | 0 | 26 | 11A | 54 | 22 |
| Octal | 163 | 16 | 235 | 33 | 133 | 0 | 46 | 432 | 124 | 42 |
| Binary | 1110011 | 1110 | 10011101 | 11011 | 1011011 | 0 | 100110 | 100011010 | 1010100 | 100010 |
Color Harmonies of #730E9D
Complementary color
Monochromatic Colors of #730E9D
Black with #730E9D
Text Example
Text Example
White with #730E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E9D; }
p { color: rgb(115,14,157); }
H1.HeaderClassName
{
color: #730E9D;
}
.AnyTagClassName
{
color: #730E9D;
}
</style>
background-color css
<style>
a { background-color: #730E9D; }
a { background-color: rgb(115,14,157); }
div.DivClassName
{
background-color: #730E9D;
}
.BgClassName
{
background-color: #730E9D;
}
</style>
border-color css
<style>
span { border-color: #730E9D; }
span { border-color: rgb(115,14,157); }
td.TdClassName
{
border-color: #730E9D;
}
.TagClassName
{
border-color: #730E9D;
}
</style>