Shades of Dark Magenta #730BA9
Tints of Dark Magenta #730BA9
RGB
CMYK
RGB Variations
Color information
#730BA9 (or 0x730BA9) is known color: Dark Magenta. HEX triplet: 73, 0B and A9. RGB value is (115,11,169). Sum of RGB (Red+Green+Blue) = 115+11+169=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 169 (66.41% from 255 or 57.29% from 295); Max value from RGB is 169 - color contains mainly: blue. Hex color #730BA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730BA9 is #8CF456. Grayscale: #3B3B3B. Windows color (decimal): -9237591 or 11078515. OLE color: 11078515.
HSL color Cylindrical-coordinate representation of color #730BA9: hue angle of 279.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730BA9 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 11 | 169 | - |
| CMYK | 0.32 | 0.93 | 0 | 0.34 |
| HSL | 279.49º | 0.88% | 0.35% | - |
| HSV(B) | 279.49º | 0.93% | 0.66% | - |
| XYZ | 14.35 | 6.75 | 38.08 | - |
| YUV | 60.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 169 | 0.32 | 0.93 | 0 | 0.34 | 279.49 | 0.88 | 0.35 |
| Hex | 73 | B | A9 | 20 | 5D | 0 | 22 | 117 | 58 | 23 |
| Octal | 163 | 13 | 251 | 40 | 135 | 0 | 42 | 427 | 130 | 43 |
| Binary | 1110011 | 1011 | 10101001 | 100000 | 1011101 | 0 | 100010 | 100010111 | 1011000 | 100011 |
Color Harmonies of #730BA9
Complementary color
Monochromatic Colors of #730BA9
Black with #730BA9
Text Example
Text Example
White with #730BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730BA9; }
p { color: rgb(115,11,169); }
H1.HeaderClassName
{
color: #730BA9;
}
.AnyTagClassName
{
color: #730BA9;
}
</style>
background-color css
<style>
a { background-color: #730BA9; }
a { background-color: rgb(115,11,169); }
div.DivClassName
{
background-color: #730BA9;
}
.BgClassName
{
background-color: #730BA9;
}
</style>
border-color css
<style>
span { border-color: #730BA9; }
span { border-color: rgb(115,11,169); }
td.TdClassName
{
border-color: #730BA9;
}
.TagClassName
{
border-color: #730BA9;
}
</style>