Shades of Dark Magenta #7705AA
Tints of Dark Magenta #7705AA
RGB
CMYK
RGB Variations
Color information
#7705AA (or 0x7705AA) is known color: Dark Magenta. HEX triplet: 77, 05 and AA. RGB value is (119,5,170). Sum of RGB (Red+Green+Blue) = 119+5+170=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #7705AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7705AA is #88FA55. Grayscale: #393939. Windows color (decimal): -8976982 or 11142519. OLE color: 11142519.
HSL color Cylindrical-coordinate representation of color #7705AA: hue angle of 281.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7705AA is Cyan = 0.3, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 5 | 170 | - |
| CMYK | 0.3 | 0.97 | 0 | 0.33 |
| HSL | 281.45º | 0.94% | 0.34% | - |
| HSV(B) | 281.45º | 0.97% | 0.67% | - |
| XYZ | 14.92 | 6.93 | 38.58 | - |
| YUV | 57.9 | 191.27 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 5 | 170 | 0.3 | 0.97 | 0 | 0.33 | 281.45 | 0.94 | 0.34 |
| Hex | 77 | 5 | AA | 1E | 61 | 0 | 21 | 119 | 5E | 22 |
| Octal | 167 | 5 | 252 | 36 | 141 | 0 | 41 | 431 | 136 | 42 |
| Binary | 1110111 | 101 | 10101010 | 11110 | 1100001 | 0 | 100001 | 100011001 | 1011110 | 100010 |
Color Harmonies of #7705AA
Complementary color
Monochromatic Colors of #7705AA
Black with #7705AA
Text Example
Text Example
White with #7705AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7705AA; }
p { color: rgb(119,5,170); }
H1.HeaderClassName
{
color: #7705AA;
}
.AnyTagClassName
{
color: #7705AA;
}
</style>
background-color css
<style>
a { background-color: #7705AA; }
a { background-color: rgb(119,5,170); }
div.DivClassName
{
background-color: #7705AA;
}
.BgClassName
{
background-color: #7705AA;
}
</style>
border-color css
<style>
span { border-color: #7705AA; }
span { border-color: rgb(119,5,170); }
td.TdClassName
{
border-color: #7705AA;
}
.TagClassName
{
border-color: #7705AA;
}
</style>