Shades of Dark Magenta #760AAA
Tints of Dark Magenta #760AAA
RGB
CMYK
RGB Variations
Color information
#760AAA (or 0x760AAA) is known color: Dark Magenta. HEX triplet: 76, 0A and AA. RGB value is (118,10,170). Sum of RGB (Red+Green+Blue) = 118+10+170=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #760AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AAA is #89F555. Grayscale: #3C3C3C. Windows color (decimal): -9041238 or 11143798. OLE color: 11143798.
HSL color Cylindrical-coordinate representation of color #760AAA: hue angle of 280.5º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AAA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 10 | 170 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.33 |
| HSL | 280.5º | 0.89% | 0.35% | - |
| HSV(B) | 280.5º | 0.94% | 0.67% | - |
| XYZ | 14.84 | 6.97 | 38.59 | - |
| YUV | 60.53 | 189.78 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 170 | 0.31 | 0.94 | 0 | 0.33 | 280.5 | 0.89 | 0.35 |
| Hex | 76 | A | AA | 1F | 5E | 0 | 21 | 118 | 59 | 23 |
| Octal | 166 | 12 | 252 | 37 | 136 | 0 | 41 | 430 | 131 | 43 |
| Binary | 1110110 | 1010 | 10101010 | 11111 | 1011110 | 0 | 100001 | 100011000 | 1011001 | 100011 |
Color Harmonies of #760AAA
Complementary color
Monochromatic Colors of #760AAA
Black with #760AAA
Text Example
Text Example
White with #760AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AAA; }
p { color: rgb(118,10,170); }
H1.HeaderClassName
{
color: #760AAA;
}
.AnyTagClassName
{
color: #760AAA;
}
</style>
background-color css
<style>
a { background-color: #760AAA; }
a { background-color: rgb(118,10,170); }
div.DivClassName
{
background-color: #760AAA;
}
.BgClassName
{
background-color: #760AAA;
}
</style>
border-color css
<style>
span { border-color: #760AAA; }
span { border-color: rgb(118,10,170); }
td.TdClassName
{
border-color: #760AAA;
}
.TagClassName
{
border-color: #760AAA;
}
</style>