Shades of Dark Magenta #7A1095
Tints of Dark Magenta #7A1095
RGB
CMYK
RGB Variations
Color information
#7A1095 (or 0x7A1095) is known color: Dark Magenta. HEX triplet: 7A, 10 and 95. RGB value is (122,16,149). Sum of RGB (Red+Green+Blue) = 122+16+149=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1095 is #85EF6A. Grayscale: #3E3E3E. Windows color (decimal): -8777579 or 9769082. OLE color: 9769082.
HSL color Cylindrical-coordinate representation of color #7A1095: hue angle of 287.82º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A1095 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 16 | 149 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.42 |
| HSL | 287.82º | 0.81% | 0.32% | - |
| HSV(B) | 287.82º | 0.89% | 0.58% | - |
| XYZ | 13.64 | 6.68 | 29 | - |
| YUV | 62.86 | 176.62 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 149 | 0.18 | 0.89 | 0 | 0.42 | 287.82 | 0.81 | 0.32 |
| Hex | 7A | 10 | 95 | 12 | 59 | 0 | 2A | 120 | 51 | 20 |
| Octal | 172 | 20 | 225 | 22 | 131 | 0 | 52 | 440 | 121 | 40 |
| Binary | 1111010 | 10000 | 10010101 | 10010 | 1011001 | 0 | 101010 | 100100000 | 1010001 | 100000 |
Color Harmonies of #7A1095
Complementary color
Monochromatic Colors of #7A1095
Black with #7A1095
Text Example
Text Example
White with #7A1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1095; }
p { color: rgb(122,16,149); }
H1.HeaderClassName
{
color: #7A1095;
}
.AnyTagClassName
{
color: #7A1095;
}
</style>
background-color css
<style>
a { background-color: #7A1095; }
a { background-color: rgb(122,16,149); }
div.DivClassName
{
background-color: #7A1095;
}
.BgClassName
{
background-color: #7A1095;
}
</style>
border-color css
<style>
span { border-color: #7A1095; }
span { border-color: rgb(122,16,149); }
td.TdClassName
{
border-color: #7A1095;
}
.TagClassName
{
border-color: #7A1095;
}
</style>