Shades of Dark Magenta #730AAA
Tints of Dark Magenta #730AAA
RGB
CMYK
RGB Variations
Color information
#730AAA (or 0x730AAA) is known color: Dark Magenta. HEX triplet: 73, 0A and AA. RGB value is (115,10,170). Sum of RGB (Red+Green+Blue) = 115+10+170=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #730AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AAA is #8CF555. Grayscale: #3B3B3B. Windows color (decimal): -9237846 or 11143795. OLE color: 11143795.
HSL color Cylindrical-coordinate representation of color #730AAA: hue angle of 279.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730AAA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 10 | 170 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.33 |
| HSL | 279.38º | 0.89% | 0.35% | - |
| HSV(B) | 279.38º | 0.94% | 0.67% | - |
| XYZ | 14.43 | 6.76 | 38.58 | - |
| YUV | 59.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 170 | 0.32 | 0.94 | 0 | 0.33 | 279.38 | 0.89 | 0.35 |
| Hex | 73 | A | AA | 20 | 5E | 0 | 21 | 117 | 59 | 23 |
| Octal | 163 | 12 | 252 | 40 | 136 | 0 | 41 | 427 | 131 | 43 |
| Binary | 1110011 | 1010 | 10101010 | 100000 | 1011110 | 0 | 100001 | 100010111 | 1011001 | 100011 |
Color Harmonies of #730AAA
Complementary color
Monochromatic Colors of #730AAA
Black with #730AAA
Text Example
Text Example
White with #730AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730AAA; }
p { color: rgb(115,10,170); }
H1.HeaderClassName
{
color: #730AAA;
}
.AnyTagClassName
{
color: #730AAA;
}
</style>
background-color css
<style>
a { background-color: #730AAA; }
a { background-color: rgb(115,10,170); }
div.DivClassName
{
background-color: #730AAA;
}
.BgClassName
{
background-color: #730AAA;
}
</style>
border-color css
<style>
span { border-color: #730AAA; }
span { border-color: rgb(115,10,170); }
td.TdClassName
{
border-color: #730AAA;
}
.TagClassName
{
border-color: #730AAA;
}
</style>