Shades of Dark Magenta #730F9A
Tints of Dark Magenta #730F9A
RGB
CMYK
RGB Variations
Color information
#730F9A (or 0x730F9A) is known color: Dark Magenta. HEX triplet: 73, 0F and 9A. RGB value is (115,15,154). Sum of RGB (Red+Green+Blue) = 115+15+154=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #730F9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730F9A is #8CF065. Grayscale: #3C3C3C. Windows color (decimal): -9236582 or 10096499. OLE color: 10096499.
HSL color Cylindrical-coordinate representation of color #730F9A: hue angle of 283.17º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730F9A is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 15 | 154 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.40 |
| HSL | 283.17º | 0.82% | 0.33% | - |
| HSV(B) | 283.17º | 0.9% | 0.6% | - |
| XYZ | 13.07 | 6.32 | 31.1 | - |
| YUV | 60.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 154 | 0.25 | 0.90 | 0 | 0.40 | 283.17 | 0.82 | 0.33 |
| Hex | 73 | F | 9A | 19 | 5A | 0 | 28 | 11B | 52 | 21 |
| Octal | 163 | 17 | 232 | 31 | 132 | 0 | 50 | 433 | 122 | 41 |
| Binary | 1110011 | 1111 | 10011010 | 11001 | 1011010 | 0 | 101000 | 100011011 | 1010010 | 100001 |
Color Harmonies of #730F9A
Complementary color
Monochromatic Colors of #730F9A
Black with #730F9A
Text Example
Text Example
White with #730F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F9A; }
p { color: rgb(115,15,154); }
H1.HeaderClassName
{
color: #730F9A;
}
.AnyTagClassName
{
color: #730F9A;
}
</style>
background-color css
<style>
a { background-color: #730F9A; }
a { background-color: rgb(115,15,154); }
div.DivClassName
{
background-color: #730F9A;
}
.BgClassName
{
background-color: #730F9A;
}
</style>
border-color css
<style>
span { border-color: #730F9A; }
span { border-color: rgb(115,15,154); }
td.TdClassName
{
border-color: #730F9A;
}
.TagClassName
{
border-color: #730F9A;
}
</style>