Shades of Dark Magenta #7601AA
Tints of Dark Magenta #7601AA
RGB
CMYK
RGB Variations
Color information
#7601AA (or 0x7601AA) is known color: Dark Magenta. HEX triplet: 76, 01 and AA. RGB value is (118,1,170). Sum of RGB (Red+Green+Blue) = 118+1+170=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #7601AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7601AA is #89FE55. Grayscale: #363636. Windows color (decimal): -9043542 or 11141494. OLE color: 11141494.
HSL color Cylindrical-coordinate representation of color #7601AA: hue angle of 281.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7601AA is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 1 | 170 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.33 |
| HSL | 281.54º | 0.99% | 0.34% | - |
| HSV(B) | 281.54º | 0.99% | 0.67% | - |
| XYZ | 14.74 | 6.78 | 38.56 | - |
| YUV | 55.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 170 | 0.31 | 0.99 | 0 | 0.33 | 281.54 | 0.99 | 0.34 |
| Hex | 76 | 1 | AA | 1F | 63 | 0 | 21 | 11A | 63 | 22 |
| Octal | 166 | 1 | 252 | 37 | 143 | 0 | 41 | 432 | 143 | 42 |
| Binary | 1110110 | 1 | 10101010 | 11111 | 1100011 | 0 | 100001 | 100011010 | 1100011 | 100010 |
Color Harmonies of #7601AA
Complementary color
Monochromatic Colors of #7601AA
Black with #7601AA
Text Example
Text Example
White with #7601AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601AA; }
p { color: rgb(118,1,170); }
H1.HeaderClassName
{
color: #7601AA;
}
.AnyTagClassName
{
color: #7601AA;
}
</style>
background-color css
<style>
a { background-color: #7601AA; }
a { background-color: rgb(118,1,170); }
div.DivClassName
{
background-color: #7601AA;
}
.BgClassName
{
background-color: #7601AA;
}
</style>
border-color css
<style>
span { border-color: #7601AA; }
span { border-color: rgb(118,1,170); }
td.TdClassName
{
border-color: #7601AA;
}
.TagClassName
{
border-color: #7601AA;
}
</style>