Shades of Dark Magenta #7A109D
Tints of Dark Magenta #7A109D
RGB
CMYK
RGB Variations
Color information
#7A109D (or 0x7A109D) is known color: Dark Magenta. HEX triplet: 7A, 10 and 9D. RGB value is (122,16,157). Sum of RGB (Red+Green+Blue) = 122+16+157=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A109D is #85EF62. Grayscale: #3F3F3F. Windows color (decimal): -8777571 or 10293370. OLE color: 10293370.
HSL color Cylindrical-coordinate representation of color #7A109D: hue angle of 285.11º 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 #7A109D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 16 | 157 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.38 |
| HSL | 285.11º | 0.82% | 0.34% | - |
| HSV(B) | 285.11º | 0.9% | 0.62% | - |
| XYZ | 14.3 | 6.94 | 32.48 | - |
| YUV | 63.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 157 | 0.22 | 0.90 | 0 | 0.38 | 285.11 | 0.82 | 0.34 |
| Hex | 7A | 10 | 9D | 16 | 5A | 0 | 26 | 11D | 52 | 22 |
| Octal | 172 | 20 | 235 | 26 | 132 | 0 | 46 | 435 | 122 | 42 |
| Binary | 1111010 | 10000 | 10011101 | 10110 | 1011010 | 0 | 100110 | 100011101 | 1010010 | 100010 |
Color Harmonies of #7A109D
Complementary color
Monochromatic Colors of #7A109D
Black with #7A109D
Text Example
Text Example
White with #7A109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A109D; }
p { color: rgb(122,16,157); }
H1.HeaderClassName
{
color: #7A109D;
}
.AnyTagClassName
{
color: #7A109D;
}
</style>
background-color css
<style>
a { background-color: #7A109D; }
a { background-color: rgb(122,16,157); }
div.DivClassName
{
background-color: #7A109D;
}
.BgClassName
{
background-color: #7A109D;
}
</style>
border-color css
<style>
span { border-color: #7A109D; }
span { border-color: rgb(122,16,157); }
td.TdClassName
{
border-color: #7A109D;
}
.TagClassName
{
border-color: #7A109D;
}
</style>