Shades of Dark Magenta #7900A4
Tints of Dark Magenta #7900A4
RGB
CMYK
RGB Variations
Color information
#7900A4 (or 0x7900A4) is known color: Dark Magenta. HEX triplet: 79, 00 and A4. RGB value is (121,0,164). Sum of RGB (Red+Green+Blue) = 121+0+164=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 164 (64.45% from 255 or 57.54% from 285); Max value from RGB is 164 - color contains mainly: blue. Hex color #7900A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7900A4 is #86FF5B. Grayscale: #363636. Windows color (decimal): -8847196 or 10748025. OLE color: 10748025.
HSL color Cylindrical-coordinate representation of color #7900A4: hue angle of 284.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900A4 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 0 | 164 | - |
| CMYK | 0.26 | 1 | 0 | 0.36 |
| HSL | 284.27º | 1% | 0.32% | - |
| HSV(B) | 284.27º | 1% | 0.64% | - |
| XYZ | 14.59 | 6.75 | 35.66 | - |
| YUV | 54.88 | 189.59 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 164 | 0.26 | 1 | 0 | 0.36 | 284.27 | 1 | 0.32 |
| Hex | 79 | 0 | A4 | 1A | 64 | 0 | 24 | 11C | 64 | 20 |
| Octal | 171 | 0 | 244 | 32 | 144 | 0 | 44 | 434 | 144 | 40 |
| Binary | 1111001 | 0 | 10100100 | 11010 | 1100100 | 0 | 100100 | 100011100 | 1100100 | 100000 |
Color Harmonies of #7900A4
Complementary color
Monochromatic Colors of #7900A4
Black with #7900A4
Text Example
Text Example
White with #7900A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900A4; }
p { color: rgb(121,0,164); }
H1.HeaderClassName
{
color: #7900A4;
}
.AnyTagClassName
{
color: #7900A4;
}
</style>
background-color css
<style>
a { background-color: #7900A4; }
a { background-color: rgb(121,0,164); }
div.DivClassName
{
background-color: #7900A4;
}
.BgClassName
{
background-color: #7900A4;
}
</style>
border-color css
<style>
span { border-color: #7900A4; }
span { border-color: rgb(121,0,164); }
td.TdClassName
{
border-color: #7900A4;
}
.TagClassName
{
border-color: #7900A4;
}
</style>