Shades of Dark Magenta #760AA2
Tints of Dark Magenta #760AA2
RGB
CMYK
RGB Variations
Color information
#760AA2 (or 0x760AA2) is known color: Dark Magenta. HEX triplet: 76, 0A and A2. RGB value is (118,10,162). Sum of RGB (Red+Green+Blue) = 118+10+162=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #760AA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AA2 is #89F55D. Grayscale: #3B3B3B. Windows color (decimal): -9041246 or 10619510. OLE color: 10619510.
HSL color Cylindrical-coordinate representation of color #760AA2: hue angle of 282.63º 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 #760AA2 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 118 | 10 | 162 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.36 |
| HSL | 282.63º | 0.88% | 0.34% | - |
| HSV(B) | 282.63º | 0.94% | 0.64% | - |
| XYZ | 14.1 | 6.68 | 34.73 | - |
| YUV | 59.62 | 185.78 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 162 | 0.27 | 0.94 | 0 | 0.36 | 282.63 | 0.88 | 0.34 |
| Hex | 76 | A | A2 | 1B | 5E | 0 | 24 | 11B | 58 | 22 |
| Octal | 166 | 12 | 242 | 33 | 136 | 0 | 44 | 433 | 130 | 42 |
| Binary | 1110110 | 1010 | 10100010 | 11011 | 1011110 | 0 | 100100 | 100011011 | 1011000 | 100010 |
Color Harmonies of #760AA2
Complementary color
Monochromatic Colors of #760AA2
Black with #760AA2
Text Example
Text Example
White with #760AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AA2; }
p { color: rgb(118,10,162); }
H1.HeaderClassName
{
color: #760AA2;
}
.AnyTagClassName
{
color: #760AA2;
}
</style>
background-color css
<style>
a { background-color: #760AA2; }
a { background-color: rgb(118,10,162); }
div.DivClassName
{
background-color: #760AA2;
}
.BgClassName
{
background-color: #760AA2;
}
</style>
border-color css
<style>
span { border-color: #760AA2; }
span { border-color: rgb(118,10,162); }
td.TdClassName
{
border-color: #760AA2;
}
.TagClassName
{
border-color: #760AA2;
}
</style>