Shades of Dark Magenta #760AA6
Tints of Dark Magenta #760AA6
RGB
CMYK
RGB Variations
Color information
#760AA6 (or 0x760AA6) is known color: Dark Magenta. HEX triplet: 76, 0A and A6. RGB value is (118,10,166). Sum of RGB (Red+Green+Blue) = 118+10+166=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 166 (65.23% from 255 or 56.46% from 294); Max value from RGB is 166 - color contains mainly: blue. Hex color #760AA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AA6 is #89F559. Grayscale: #3B3B3B. Windows color (decimal): -9041242 or 10881654. OLE color: 10881654.
HSL color Cylindrical-coordinate representation of color #760AA6: hue angle of 281.54º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AA6 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 10 | 166 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.35 |
| HSL | 281.54º | 0.89% | 0.35% | - |
| HSV(B) | 281.54º | 0.94% | 0.65% | - |
| XYZ | 14.46 | 6.82 | 36.63 | - |
| YUV | 60.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 166 | 0.29 | 0.94 | 0 | 0.35 | 281.54 | 0.89 | 0.35 |
| Hex | 76 | A | A6 | 1D | 5E | 0 | 23 | 11A | 59 | 23 |
| Octal | 166 | 12 | 246 | 35 | 136 | 0 | 43 | 432 | 131 | 43 |
| Binary | 1110110 | 1010 | 10100110 | 11101 | 1011110 | 0 | 100011 | 100011010 | 1011001 | 100011 |
Color Harmonies of #760AA6
Complementary color
Monochromatic Colors of #760AA6
Black with #760AA6
Text Example
Text Example
White with #760AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AA6; }
p { color: rgb(118,10,166); }
H1.HeaderClassName
{
color: #760AA6;
}
.AnyTagClassName
{
color: #760AA6;
}
</style>
background-color css
<style>
a { background-color: #760AA6; }
a { background-color: rgb(118,10,166); }
div.DivClassName
{
background-color: #760AA6;
}
.BgClassName
{
background-color: #760AA6;
}
</style>
border-color css
<style>
span { border-color: #760AA6; }
span { border-color: rgb(118,10,166); }
td.TdClassName
{
border-color: #760AA6;
}
.TagClassName
{
border-color: #760AA6;
}
</style>