Shades of Dark Magenta #7607AA
Tints of Dark Magenta #7607AA
RGB
CMYK
RGB Variations
Color information
#7607AA (or 0x7607AA) is known color: Dark Magenta. HEX triplet: 76, 07 and AA. RGB value is (118,7,170). Sum of RGB (Red+Green+Blue) = 118+7+170=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #7607AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7607AA is #89F855. Grayscale: #3A3A3A. Windows color (decimal): -9042006 or 11143030. OLE color: 11143030.
HSL color Cylindrical-coordinate representation of color #7607AA: hue angle of 280.86º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7607AA is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 7 | 170 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.33 |
| HSL | 280.86º | 0.92% | 0.35% | - |
| HSV(B) | 280.86º | 0.96% | 0.67% | - |
| XYZ | 14.8 | 6.91 | 38.58 | - |
| YUV | 58.77 | 190.77 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 170 | 0.31 | 0.96 | 0 | 0.33 | 280.86 | 0.92 | 0.35 |
| Hex | 76 | 7 | AA | 1F | 60 | 0 | 21 | 119 | 5C | 23 |
| Octal | 166 | 7 | 252 | 37 | 140 | 0 | 41 | 431 | 134 | 43 |
| Binary | 1110110 | 111 | 10101010 | 11111 | 1100000 | 0 | 100001 | 100011001 | 1011100 | 100011 |
Color Harmonies of #7607AA
Complementary color
Monochromatic Colors of #7607AA
Black with #7607AA
Text Example
Text Example
White with #7607AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7607AA; }
p { color: rgb(118,7,170); }
H1.HeaderClassName
{
color: #7607AA;
}
.AnyTagClassName
{
color: #7607AA;
}
</style>
background-color css
<style>
a { background-color: #7607AA; }
a { background-color: rgb(118,7,170); }
div.DivClassName
{
background-color: #7607AA;
}
.BgClassName
{
background-color: #7607AA;
}
</style>
border-color css
<style>
span { border-color: #7607AA; }
span { border-color: rgb(118,7,170); }
td.TdClassName
{
border-color: #7607AA;
}
.TagClassName
{
border-color: #7607AA;
}
</style>