Shades of Dark Magenta #7301A9
Tints of Dark Magenta #7301A9
RGB
CMYK
RGB Variations
Color information
#7301A9 (or 0x7301A9) is known color: Dark Magenta. HEX triplet: 73, 01 and A9. RGB value is (115,1,169). Sum of RGB (Red+Green+Blue) = 115+1+169=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 169 (66.41% from 255 or 59.30% from 285); Max value from RGB is 169 - color contains mainly: blue. Hex color #7301A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7301A9 is #8CFE56. Grayscale: #353535. Windows color (decimal): -9240151 or 11075955. OLE color: 11075955.
HSL color Cylindrical-coordinate representation of color #7301A9: hue angle of 280.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7301A9 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 1 | 169 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.34 |
| HSL | 280.71º | 0.99% | 0.33% | - |
| HSV(B) | 280.71º | 0.99% | 0.66% | - |
| XYZ | 14.24 | 6.53 | 38.05 | - |
| YUV | 54.24 | 192.77 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 169 | 0.32 | 0.99 | 0 | 0.34 | 280.71 | 0.99 | 0.33 |
| Hex | 73 | 1 | A9 | 20 | 63 | 0 | 22 | 119 | 63 | 21 |
| Octal | 163 | 1 | 251 | 40 | 143 | 0 | 42 | 431 | 143 | 41 |
| Binary | 1110011 | 1 | 10101001 | 100000 | 1100011 | 0 | 100010 | 100011001 | 1100011 | 100001 |
Color Harmonies of #7301A9
Complementary color
Monochromatic Colors of #7301A9
Black with #7301A9
Text Example
Text Example
White with #7301A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7301A9; }
p { color: rgb(115,1,169); }
H1.HeaderClassName
{
color: #7301A9;
}
.AnyTagClassName
{
color: #7301A9;
}
</style>
background-color css
<style>
a { background-color: #7301A9; }
a { background-color: rgb(115,1,169); }
div.DivClassName
{
background-color: #7301A9;
}
.BgClassName
{
background-color: #7301A9;
}
</style>
border-color css
<style>
span { border-color: #7301A9; }
span { border-color: rgb(115,1,169); }
td.TdClassName
{
border-color: #7301A9;
}
.TagClassName
{
border-color: #7301A9;
}
</style>