Shades of Dark Magenta #7A09AC
Tints of Dark Magenta #7A09AC
RGB
CMYK
RGB Variations
Color information
#7A09AC (or 0x7A09AC) is known color: Dark Magenta. HEX triplet: 7A, 09 and AC. RGB value is (122,9,172). Sum of RGB (Red+Green+Blue) = 122+9+172=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A09AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A09AC is #85F653. Grayscale: #3C3C3C. Windows color (decimal): -8779348 or 11274618. OLE color: 11274618.
HSL color Cylindrical-coordinate representation of color #7A09AC: hue angle of 281.6º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A09AC is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 9 | 172 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.33 |
| HSL | 281.6º | 0.9% | 0.35% | - |
| HSV(B) | 281.6º | 0.95% | 0.67% | - |
| XYZ | 15.57 | 7.31 | 39.62 | - |
| YUV | 61.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 172 | 0.29 | 0.95 | 0 | 0.33 | 281.6 | 0.9 | 0.35 |
| Hex | 7A | 9 | AC | 1D | 5F | 0 | 21 | 11A | 5A | 23 |
| Octal | 172 | 11 | 254 | 35 | 137 | 0 | 41 | 432 | 132 | 43 |
| Binary | 1111010 | 1001 | 10101100 | 11101 | 1011111 | 0 | 100001 | 100011010 | 1011010 | 100011 |
Color Harmonies of #7A09AC
Complementary color
Monochromatic Colors of #7A09AC
Black with #7A09AC
Text Example
Text Example
White with #7A09AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09AC; }
p { color: rgb(122,9,172); }
H1.HeaderClassName
{
color: #7A09AC;
}
.AnyTagClassName
{
color: #7A09AC;
}
</style>
background-color css
<style>
a { background-color: #7A09AC; }
a { background-color: rgb(122,9,172); }
div.DivClassName
{
background-color: #7A09AC;
}
.BgClassName
{
background-color: #7A09AC;
}
</style>
border-color css
<style>
span { border-color: #7A09AC; }
span { border-color: rgb(122,9,172); }
td.TdClassName
{
border-color: #7A09AC;
}
.TagClassName
{
border-color: #7A09AC;
}
</style>