Shades of Dark Magenta #7503A1
Tints of Dark Magenta #7503A1
RGB
CMYK
RGB Variations
Color information
#7503A1 (or 0x7503A1) is known color: Dark Magenta. HEX triplet: 75, 03 and A1. RGB value is (117,3,161). Sum of RGB (Red+Green+Blue) = 117+3+161=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #7503A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7503A1 is #8AFC5E. Grayscale: #363636. Windows color (decimal): -9108575 or 10552181. OLE color: 10552181.
HSL color Cylindrical-coordinate representation of color #7503A1: hue angle of 283.29º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7503A1 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 3 | 161 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.37 |
| HSL | 283.29º | 0.96% | 0.32% | - |
| HSV(B) | 283.29º | 0.98% | 0.63% | - |
| XYZ | 13.8 | 6.42 | 34.23 | - |
| YUV | 55.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 161 | 0.27 | 0.98 | 0 | 0.37 | 283.29 | 0.96 | 0.32 |
| Hex | 75 | 3 | A1 | 1B | 62 | 0 | 25 | 11B | 60 | 20 |
| Octal | 165 | 3 | 241 | 33 | 142 | 0 | 45 | 433 | 140 | 40 |
| Binary | 1110101 | 11 | 10100001 | 11011 | 1100010 | 0 | 100101 | 100011011 | 1100000 | 100000 |
Color Harmonies of #7503A1
Complementary color
Monochromatic Colors of #7503A1
Black with #7503A1
Text Example
Text Example
White with #7503A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503A1; }
p { color: rgb(117,3,161); }
H1.HeaderClassName
{
color: #7503A1;
}
.AnyTagClassName
{
color: #7503A1;
}
</style>
background-color css
<style>
a { background-color: #7503A1; }
a { background-color: rgb(117,3,161); }
div.DivClassName
{
background-color: #7503A1;
}
.BgClassName
{
background-color: #7503A1;
}
</style>
border-color css
<style>
span { border-color: #7503A1; }
span { border-color: rgb(117,3,161); }
td.TdClassName
{
border-color: #7503A1;
}
.TagClassName
{
border-color: #7503A1;
}
</style>