Shades of Dark Magenta #7700AD
Tints of Dark Magenta #7700AD
RGB
CMYK
RGB Variations
Color information
#7700AD (or 0x7700AD) is known color: Dark Magenta. HEX triplet: 77, 00 and AD. RGB value is (119,0,173). Sum of RGB (Red+Green+Blue) = 119+0+173=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #7700AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7700AD is #88FF52. Grayscale: #363636. Windows color (decimal): -8978259 or 11337847. OLE color: 11337847.
HSL color Cylindrical-coordinate representation of color #7700AD: hue angle of 281.27º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700AD is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 0 | 173 | - |
| CMYK | 0.31 | 1 | 0 | 0.32 |
| HSL | 281.27º | 1% | 0.34% | - |
| HSV(B) | 281.27º | 1% | 0.68% | - |
| XYZ | 15.15 | 6.94 | 40.08 | - |
| YUV | 55.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 173 | 0.31 | 1 | 0 | 0.32 | 281.27 | 1 | 0.34 |
| Hex | 77 | 0 | AD | 1F | 64 | 0 | 20 | 119 | 64 | 22 |
| Octal | 167 | 0 | 255 | 37 | 144 | 0 | 40 | 431 | 144 | 42 |
| Binary | 1110111 | 0 | 10101101 | 11111 | 1100100 | 0 | 100000 | 100011001 | 1100100 | 100010 |
Color Harmonies of #7700AD
Complementary color
Monochromatic Colors of #7700AD
Black with #7700AD
Text Example
Text Example
White with #7700AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700AD; }
p { color: rgb(119,0,173); }
H1.HeaderClassName
{
color: #7700AD;
}
.AnyTagClassName
{
color: #7700AD;
}
</style>
background-color css
<style>
a { background-color: #7700AD; }
a { background-color: rgb(119,0,173); }
div.DivClassName
{
background-color: #7700AD;
}
.BgClassName
{
background-color: #7700AD;
}
</style>
border-color css
<style>
span { border-color: #7700AD; }
span { border-color: rgb(119,0,173); }
td.TdClassName
{
border-color: #7700AD;
}
.TagClassName
{
border-color: #7700AD;
}
</style>