Shades of Dark Magenta #7A1096
Tints of Dark Magenta #7A1096
RGB
CMYK
RGB Variations
Color information
#7A1096 (or 0x7A1096) is known color: Dark Magenta. HEX triplet: 7A, 10 and 96. RGB value is (122,16,150). Sum of RGB (Red+Green+Blue) = 122+16+150=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A1096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1096 is #85EF69. Grayscale: #3E3E3E. Windows color (decimal): -8777578 or 9834618. OLE color: 9834618.
HSL color Cylindrical-coordinate representation of color #7A1096: hue angle of 287.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1096 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 16 | 150 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.41 |
| HSL | 287.46º | 0.81% | 0.33% | - |
| HSV(B) | 287.46º | 0.89% | 0.59% | - |
| XYZ | 13.72 | 6.71 | 29.43 | - |
| YUV | 62.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 150 | 0.19 | 0.89 | 0 | 0.41 | 287.46 | 0.81 | 0.33 |
| Hex | 7A | 10 | 96 | 13 | 59 | 0 | 29 | 11F | 51 | 21 |
| Octal | 172 | 20 | 226 | 23 | 131 | 0 | 51 | 437 | 121 | 41 |
| Binary | 1111010 | 10000 | 10010110 | 10011 | 1011001 | 0 | 101001 | 100011111 | 1010001 | 100001 |
Color Harmonies of #7A1096
Complementary color
Monochromatic Colors of #7A1096
Black with #7A1096
Text Example
Text Example
White with #7A1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1096; }
p { color: rgb(122,16,150); }
H1.HeaderClassName
{
color: #7A1096;
}
.AnyTagClassName
{
color: #7A1096;
}
</style>
background-color css
<style>
a { background-color: #7A1096; }
a { background-color: rgb(122,16,150); }
div.DivClassName
{
background-color: #7A1096;
}
.BgClassName
{
background-color: #7A1096;
}
</style>
border-color css
<style>
span { border-color: #7A1096; }
span { border-color: rgb(122,16,150); }
td.TdClassName
{
border-color: #7A1096;
}
.TagClassName
{
border-color: #7A1096;
}
</style>