Shades of Dark Magenta #7509A1
Tints of Dark Magenta #7509A1
RGB
CMYK
RGB Variations
Color information
#7509A1 (or 0x7509A1) is known color: Dark Magenta. HEX triplet: 75, 09 and A1. RGB value is (117,9,161). Sum of RGB (Red+Green+Blue) = 117+9+161=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #7509A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7509A1 is #8AF65E. Grayscale: #3A3A3A. Windows color (decimal): -9107039 or 10553717. OLE color: 10553717.
HSL color Cylindrical-coordinate representation of color #7509A1: hue angle of 282.63º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7509A1 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 9 | 161 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.37 |
| HSL | 282.63º | 0.89% | 0.33% | - |
| HSV(B) | 282.63º | 0.94% | 0.63% | - |
| XYZ | 13.87 | 6.55 | 34.25 | - |
| YUV | 58.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 161 | 0.27 | 0.94 | 0 | 0.37 | 282.63 | 0.89 | 0.33 |
| Hex | 75 | 9 | A1 | 1B | 5E | 0 | 25 | 11B | 59 | 21 |
| Octal | 165 | 11 | 241 | 33 | 136 | 0 | 45 | 433 | 131 | 41 |
| Binary | 1110101 | 1001 | 10100001 | 11011 | 1011110 | 0 | 100101 | 100011011 | 1011001 | 100001 |
Color Harmonies of #7509A1
Complementary color
Monochromatic Colors of #7509A1
Black with #7509A1
Text Example
Text Example
White with #7509A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509A1; }
p { color: rgb(117,9,161); }
H1.HeaderClassName
{
color: #7509A1;
}
.AnyTagClassName
{
color: #7509A1;
}
</style>
background-color css
<style>
a { background-color: #7509A1; }
a { background-color: rgb(117,9,161); }
div.DivClassName
{
background-color: #7509A1;
}
.BgClassName
{
background-color: #7509A1;
}
</style>
border-color css
<style>
span { border-color: #7509A1; }
span { border-color: rgb(117,9,161); }
td.TdClassName
{
border-color: #7509A1;
}
.TagClassName
{
border-color: #7509A1;
}
</style>