Shades of Dark Magenta #7903AB
Tints of Dark Magenta #7903AB
RGB
CMYK
RGB Variations
Color information
#7903AB (or 0x7903AB) is known color: Dark Magenta. HEX triplet: 79, 03 and AB. RGB value is (121,3,171). Sum of RGB (Red+Green+Blue) = 121+3+171=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #7903AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7903AB is #86FC54. Grayscale: #383838. Windows color (decimal): -8846421 or 11207545. OLE color: 11207545.
HSL color Cylindrical-coordinate representation of color #7903AB: hue angle of 282.14º 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 #7903AB is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 3 | 171 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.33 |
| HSL | 282.14º | 0.97% | 0.34% | - |
| HSV(B) | 282.14º | 0.98% | 0.67% | - |
| XYZ | 15.27 | 7.07 | 39.09 | - |
| YUV | 57.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 171 | 0.29 | 0.98 | 0 | 0.33 | 282.14 | 0.97 | 0.34 |
| Hex | 79 | 3 | AB | 1D | 62 | 0 | 21 | 11A | 61 | 22 |
| Octal | 171 | 3 | 253 | 35 | 142 | 0 | 41 | 432 | 141 | 42 |
| Binary | 1111001 | 11 | 10101011 | 11101 | 1100010 | 0 | 100001 | 100011010 | 1100001 | 100010 |
Color Harmonies of #7903AB
Complementary color
Monochromatic Colors of #7903AB
Black with #7903AB
Text Example
Text Example
White with #7903AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7903AB; }
p { color: rgb(121,3,171); }
H1.HeaderClassName
{
color: #7903AB;
}
.AnyTagClassName
{
color: #7903AB;
}
</style>
background-color css
<style>
a { background-color: #7903AB; }
a { background-color: rgb(121,3,171); }
div.DivClassName
{
background-color: #7903AB;
}
.BgClassName
{
background-color: #7903AB;
}
</style>
border-color css
<style>
span { border-color: #7903AB; }
span { border-color: rgb(121,3,171); }
td.TdClassName
{
border-color: #7903AB;
}
.TagClassName
{
border-color: #7903AB;
}
</style>