Shades of Dark Magenta #7A109F
Tints of Dark Magenta #7A109F
RGB
CMYK
RGB Variations
Color information
#7A109F (or 0x7A109F) is known color: Dark Magenta. HEX triplet: 7A, 10 and 9F. RGB value is (122,16,159). Sum of RGB (Red+Green+Blue) = 122+16+159=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A109F is #85EF60. Grayscale: #3F3F3F. Windows color (decimal): -8777569 or 10424442. OLE color: 10424442.
HSL color Cylindrical-coordinate representation of color #7A109F: hue angle of 284.48º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A109F is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 16 | 159 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.38 |
| HSL | 284.48º | 0.82% | 0.34% | - |
| HSV(B) | 284.48º | 0.9% | 0.62% | - |
| XYZ | 14.47 | 7.01 | 33.39 | - |
| YUV | 64 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 159 | 0.23 | 0.90 | 0 | 0.38 | 284.48 | 0.82 | 0.34 |
| Hex | 7A | 10 | 9F | 17 | 5A | 0 | 26 | 11C | 52 | 22 |
| Octal | 172 | 20 | 237 | 27 | 132 | 0 | 46 | 434 | 122 | 42 |
| Binary | 1111010 | 10000 | 10011111 | 10111 | 1011010 | 0 | 100110 | 100011100 | 1010010 | 100010 |
Color Harmonies of #7A109F
Complementary color
Monochromatic Colors of #7A109F
Black with #7A109F
Text Example
Text Example
White with #7A109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A109F; }
p { color: rgb(122,16,159); }
H1.HeaderClassName
{
color: #7A109F;
}
.AnyTagClassName
{
color: #7A109F;
}
</style>
background-color css
<style>
a { background-color: #7A109F; }
a { background-color: rgb(122,16,159); }
div.DivClassName
{
background-color: #7A109F;
}
.BgClassName
{
background-color: #7A109F;
}
</style>
border-color css
<style>
span { border-color: #7A109F; }
span { border-color: rgb(122,16,159); }
td.TdClassName
{
border-color: #7A109F;
}
.TagClassName
{
border-color: #7A109F;
}
</style>