Shades of Dark Magenta #750AA2
Tints of Dark Magenta #750AA2
RGB
CMYK
RGB Variations
Color information
#750AA2 (or 0x750AA2) is known color: Dark Magenta. HEX triplet: 75, 0A and A2. RGB value is (117,10,162). Sum of RGB (Red+Green+Blue) = 117+10+162=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #750AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750AA2 is #8AF55D. Grayscale: #3A3A3A. Windows color (decimal): -9106782 or 10619509. OLE color: 10619509.
HSL color Cylindrical-coordinate representation of color #750AA2: hue angle of 282.24º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750AA2 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 10 | 162 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.36 |
| HSL | 282.24º | 0.88% | 0.34% | - |
| HSV(B) | 282.24º | 0.94% | 0.64% | - |
| XYZ | 13.97 | 6.61 | 34.72 | - |
| YUV | 59.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 162 | 0.28 | 0.94 | 0 | 0.36 | 282.24 | 0.88 | 0.34 |
| Hex | 75 | A | A2 | 1C | 5E | 0 | 24 | 11A | 58 | 22 |
| Octal | 165 | 12 | 242 | 34 | 136 | 0 | 44 | 432 | 130 | 42 |
| Binary | 1110101 | 1010 | 10100010 | 11100 | 1011110 | 0 | 100100 | 100011010 | 1011000 | 100010 |
Color Harmonies of #750AA2
Complementary color
Monochromatic Colors of #750AA2
Black with #750AA2
Text Example
Text Example
White with #750AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AA2; }
p { color: rgb(117,10,162); }
H1.HeaderClassName
{
color: #750AA2;
}
.AnyTagClassName
{
color: #750AA2;
}
</style>
background-color css
<style>
a { background-color: #750AA2; }
a { background-color: rgb(117,10,162); }
div.DivClassName
{
background-color: #750AA2;
}
.BgClassName
{
background-color: #750AA2;
}
</style>
border-color css
<style>
span { border-color: #750AA2; }
span { border-color: rgb(117,10,162); }
td.TdClassName
{
border-color: #750AA2;
}
.TagClassName
{
border-color: #750AA2;
}
</style>