Shades of Dark Magenta #7500A2
Tints of Dark Magenta #7500A2
RGB
CMYK
RGB Variations
Color information
#7500A2 (or 0x7500A2) is known color: Dark Magenta. HEX triplet: 75, 00 and A2. RGB value is (117,0,162). Sum of RGB (Red+Green+Blue) = 117+0+162=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 162 (63.67% from 255 or 58.06% from 279); Max value from RGB is 162 - color contains mainly: blue. Hex color #7500A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7500A2 is #8AFF5D. Grayscale: #343434. Windows color (decimal): -9109342 or 10616949. OLE color: 10616949.
HSL color Cylindrical-coordinate representation of color #7500A2: hue angle of 283.33º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500A2 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 0 | 162 | - |
| CMYK | 0.28 | 1 | 0 | 0.36 |
| HSL | 283.33º | 1% | 0.32% | - |
| HSV(B) | 283.33º | 1% | 0.64% | - |
| XYZ | 13.86 | 6.39 | 34.69 | - |
| YUV | 53.45 | 189.26 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 162 | 0.28 | 1 | 0 | 0.36 | 283.33 | 1 | 0.32 |
| Hex | 75 | 0 | A2 | 1C | 64 | 0 | 24 | 11B | 64 | 20 |
| Octal | 165 | 0 | 242 | 34 | 144 | 0 | 44 | 433 | 144 | 40 |
| Binary | 1110101 | 0 | 10100010 | 11100 | 1100100 | 0 | 100100 | 100011011 | 1100100 | 100000 |
Color Harmonies of #7500A2
Complementary color
Monochromatic Colors of #7500A2
Black with #7500A2
Text Example
Text Example
White with #7500A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500A2; }
p { color: rgb(117,0,162); }
H1.HeaderClassName
{
color: #7500A2;
}
.AnyTagClassName
{
color: #7500A2;
}
</style>
background-color css
<style>
a { background-color: #7500A2; }
a { background-color: rgb(117,0,162); }
div.DivClassName
{
background-color: #7500A2;
}
.BgClassName
{
background-color: #7500A2;
}
</style>
border-color css
<style>
span { border-color: #7500A2; }
span { border-color: rgb(117,0,162); }
td.TdClassName
{
border-color: #7500A2;
}
.TagClassName
{
border-color: #7500A2;
}
</style>