Shades of Dark Magenta #7703AB
Tints of Dark Magenta #7703AB
RGB
CMYK
RGB Variations
Color information
#7703AB (or 0x7703AB) is known color: Dark Magenta. HEX triplet: 77, 03 and AB. RGB value is (119,3,171). Sum of RGB (Red+Green+Blue) = 119+3+171=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #7703AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7703AB is #88FC54. Grayscale: #383838. Windows color (decimal): -8977493 or 11207543. OLE color: 11207543.
HSL color Cylindrical-coordinate representation of color #7703AB: hue angle of 281.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7703AB is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 119 | 3 | 171 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.33 |
| HSL | 281.43º | 0.97% | 0.34% | - |
| HSV(B) | 281.43º | 0.98% | 0.67% | - |
| XYZ | 14.99 | 6.93 | 39.08 | - |
| YUV | 56.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 3 | 171 | 0.30 | 0.98 | 0 | 0.33 | 281.43 | 0.97 | 0.34 |
| Hex | 77 | 3 | AB | 1E | 62 | 0 | 21 | 119 | 61 | 22 |
| Octal | 167 | 3 | 253 | 36 | 142 | 0 | 41 | 431 | 141 | 42 |
| Binary | 1110111 | 11 | 10101011 | 11110 | 1100010 | 0 | 100001 | 100011001 | 1100001 | 100010 |
Color Harmonies of #7703AB
Complementary color
Monochromatic Colors of #7703AB
Black with #7703AB
Text Example
Text Example
White with #7703AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7703AB; }
p { color: rgb(119,3,171); }
H1.HeaderClassName
{
color: #7703AB;
}
.AnyTagClassName
{
color: #7703AB;
}
</style>
background-color css
<style>
a { background-color: #7703AB; }
a { background-color: rgb(119,3,171); }
div.DivClassName
{
background-color: #7703AB;
}
.BgClassName
{
background-color: #7703AB;
}
</style>
border-color css
<style>
span { border-color: #7703AB; }
span { border-color: rgb(119,3,171); }
td.TdClassName
{
border-color: #7703AB;
}
.TagClassName
{
border-color: #7703AB;
}
</style>