Shades of Dark Magenta #7900AC
Tints of Dark Magenta #7900AC
RGB
CMYK
RGB Variations
Color information
#7900AC (or 0x7900AC) is known color: Dark Magenta. HEX triplet: 79, 00 and AC. RGB value is (121,0,172). Sum of RGB (Red+Green+Blue) = 121+0+172=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #7900AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7900AC is #86FF53. Grayscale: #373737. Windows color (decimal): -8847188 or 11272313. OLE color: 11272313.
HSL color Cylindrical-coordinate representation of color #7900AC: hue angle of 282.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900AC is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 121 | 0 | 172 | - |
| CMYK | 0.30 | 1 | 0 | 0.33 |
| HSL | 282.21º | 1% | 0.34% | - |
| HSV(B) | 282.21º | 1% | 0.67% | - |
| XYZ | 15.33 | 7.04 | 39.58 | - |
| YUV | 55.79 | 193.59 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 172 | 0.30 | 1 | 0 | 0.33 | 282.21 | 1 | 0.34 |
| Hex | 79 | 0 | AC | 1E | 64 | 0 | 21 | 11A | 64 | 22 |
| Octal | 171 | 0 | 254 | 36 | 144 | 0 | 41 | 432 | 144 | 42 |
| Binary | 1111001 | 0 | 10101100 | 11110 | 1100100 | 0 | 100001 | 100011010 | 1100100 | 100010 |
Color Harmonies of #7900AC
Complementary color
Monochromatic Colors of #7900AC
Black with #7900AC
Text Example
Text Example
White with #7900AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900AC; }
p { color: rgb(121,0,172); }
H1.HeaderClassName
{
color: #7900AC;
}
.AnyTagClassName
{
color: #7900AC;
}
</style>
background-color css
<style>
a { background-color: #7900AC; }
a { background-color: rgb(121,0,172); }
div.DivClassName
{
background-color: #7900AC;
}
.BgClassName
{
background-color: #7900AC;
}
</style>
border-color css
<style>
span { border-color: #7900AC; }
span { border-color: rgb(121,0,172); }
td.TdClassName
{
border-color: #7900AC;
}
.TagClassName
{
border-color: #7900AC;
}
</style>