Shades of Dark Magenta #7500AD
Tints of Dark Magenta #7500AD
RGB
CMYK
RGB Variations
Color information
#7500AD (or 0x7500AD) is known color: Dark Magenta. HEX triplet: 75, 00 and AD. RGB value is (117,0,173). Sum of RGB (Red+Green+Blue) = 117+0+173=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #7500AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500AD is #8AFF52. Grayscale: #363636. Windows color (decimal): -9109331 or 11337845. OLE color: 11337845.
HSL color Cylindrical-coordinate representation of color #7500AD: hue angle of 280.58º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500AD is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 0 | 173 | - |
| CMYK | 0.32 | 1 | 0 | 0.32 |
| HSL | 280.58º | 1% | 0.34% | - |
| HSV(B) | 280.58º | 1% | 0.68% | - |
| XYZ | 14.88 | 6.8 | 40.06 | - |
| YUV | 54.71 | 194.76 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 173 | 0.32 | 1 | 0 | 0.32 | 280.58 | 1 | 0.34 |
| Hex | 75 | 0 | AD | 20 | 64 | 0 | 20 | 119 | 64 | 22 |
| Octal | 165 | 0 | 255 | 40 | 144 | 0 | 40 | 431 | 144 | 42 |
| Binary | 1110101 | 0 | 10101101 | 100000 | 1100100 | 0 | 100000 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7500AD
Complementary color
Monochromatic Colors of #7500AD
Black with #7500AD
Text Example
Text Example
White with #7500AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500AD; }
p { color: rgb(117,0,173); }
H1.HeaderClassName
{
color: #7500AD;
}
.AnyTagClassName
{
color: #7500AD;
}
</style>
background-color css
<style>
a { background-color: #7500AD; }
a { background-color: rgb(117,0,173); }
div.DivClassName
{
background-color: #7500AD;
}
.BgClassName
{
background-color: #7500AD;
}
</style>
border-color css
<style>
span { border-color: #7500AD; }
span { border-color: rgb(117,0,173); }
td.TdClassName
{
border-color: #7500AD;
}
.TagClassName
{
border-color: #7500AD;
}
</style>