Shades of Dark Magenta #7503A0
Tints of Dark Magenta #7503A0
RGB
CMYK
RGB Variations
Color information
#7503A0 (or 0x7503A0) is known color: Dark Magenta. HEX triplet: 75, 03 and A0. RGB value is (117,3,160). Sum of RGB (Red+Green+Blue) = 117+3+160=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 160 (62.89% from 255 or 57.14% from 280); Max value from RGB is 160 - color contains mainly: blue. Hex color #7503A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7503A0 is #8AFC5F. Grayscale: #363636. Windows color (decimal): -9108576 or 10486645. OLE color: 10486645.
HSL color Cylindrical-coordinate representation of color #7503A0: hue angle of 283.57º 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 #7503A0 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 3 | 160 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.37 |
| HSL | 283.57º | 0.96% | 0.32% | - |
| HSV(B) | 283.57º | 0.98% | 0.63% | - |
| XYZ | 13.71 | 6.39 | 33.77 | - |
| YUV | 54.98 | 187.27 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 160 | 0.27 | 0.98 | 0 | 0.37 | 283.57 | 0.96 | 0.32 |
| Hex | 75 | 3 | A0 | 1B | 62 | 0 | 25 | 11C | 60 | 20 |
| Octal | 165 | 3 | 240 | 33 | 142 | 0 | 45 | 434 | 140 | 40 |
| Binary | 1110101 | 11 | 10100000 | 11011 | 1100010 | 0 | 100101 | 100011100 | 1100000 | 100000 |
Color Harmonies of #7503A0
Complementary color
Monochromatic Colors of #7503A0
Black with #7503A0
Text Example
Text Example
White with #7503A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7503A0; }
p { color: rgb(117,3,160); }
H1.HeaderClassName
{
color: #7503A0;
}
.AnyTagClassName
{
color: #7503A0;
}
</style>
background-color css
<style>
a { background-color: #7503A0; }
a { background-color: rgb(117,3,160); }
div.DivClassName
{
background-color: #7503A0;
}
.BgClassName
{
background-color: #7503A0;
}
</style>
border-color css
<style>
span { border-color: #7503A0; }
span { border-color: rgb(117,3,160); }
td.TdClassName
{
border-color: #7503A0;
}
.TagClassName
{
border-color: #7503A0;
}
</style>