Shades of Dark Magenta #7601A6
Tints of Dark Magenta #7601A6
RGB
CMYK
RGB Variations
Color information
#7601A6 (or 0x7601A6) is known color: Dark Magenta. HEX triplet: 76, 01 and A6. RGB value is (118,1,166). Sum of RGB (Red+Green+Blue) = 118+1+166=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #7601A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7601A6 is #89FE59. Grayscale: #363636. Windows color (decimal): -9043546 or 10879350. OLE color: 10879350.
HSL color Cylindrical-coordinate representation of color #7601A6: hue angle of 282.55º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7601A6 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 1 | 166 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.35 |
| HSL | 282.55º | 0.99% | 0.33% | - |
| HSV(B) | 282.55º | 0.99% | 0.65% | - |
| XYZ | 14.37 | 6.63 | 36.6 | - |
| YUV | 54.79 | 190.76 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 166 | 0.29 | 0.99 | 0 | 0.35 | 282.55 | 0.99 | 0.33 |
| Hex | 76 | 1 | A6 | 1D | 63 | 0 | 23 | 11B | 63 | 21 |
| Octal | 166 | 1 | 246 | 35 | 143 | 0 | 43 | 433 | 143 | 41 |
| Binary | 1110110 | 1 | 10100110 | 11101 | 1100011 | 0 | 100011 | 100011011 | 1100011 | 100001 |
Color Harmonies of #7601A6
Complementary color
Monochromatic Colors of #7601A6
Black with #7601A6
Text Example
Text Example
White with #7601A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7601A6; }
p { color: rgb(118,1,166); }
H1.HeaderClassName
{
color: #7601A6;
}
.AnyTagClassName
{
color: #7601A6;
}
</style>
background-color css
<style>
a { background-color: #7601A6; }
a { background-color: rgb(118,1,166); }
div.DivClassName
{
background-color: #7601A6;
}
.BgClassName
{
background-color: #7601A6;
}
</style>
border-color css
<style>
span { border-color: #7601A6; }
span { border-color: rgb(118,1,166); }
td.TdClassName
{
border-color: #7601A6;
}
.TagClassName
{
border-color: #7601A6;
}
</style>