Shades of Dark Magenta #7A1295
Tints of Dark Magenta #7A1295
RGB
CMYK
RGB Variations
Color information
#7A1295 (or 0x7A1295) is known color: Dark Magenta. HEX triplet: 7A, 12 and 95. RGB value is (122,18,149). Sum of RGB (Red+Green+Blue) = 122+18+149=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1295 is #85ED6A. Grayscale: #3F3F3F. Windows color (decimal): -8777067 or 9769594. OLE color: 9769594.
HSL color Cylindrical-coordinate representation of color #7A1295: hue angle of 287.63º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1295 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 18 | 149 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.42 |
| HSL | 287.63º | 0.78% | 0.33% | - |
| HSV(B) | 287.63º | 0.88% | 0.58% | - |
| XYZ | 13.67 | 6.74 | 29.01 | - |
| YUV | 64.03 | 175.96 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 149 | 0.18 | 0.88 | 0 | 0.42 | 287.63 | 0.78 | 0.33 |
| Hex | 7A | 12 | 95 | 12 | 58 | 0 | 2A | 120 | 4E | 21 |
| Octal | 172 | 22 | 225 | 22 | 130 | 0 | 52 | 440 | 116 | 41 |
| Binary | 1111010 | 10010 | 10010101 | 10010 | 1011000 | 0 | 101010 | 100100000 | 1001110 | 100001 |
Color Harmonies of #7A1295
Complementary color
Monochromatic Colors of #7A1295
Black with #7A1295
Text Example
Text Example
White with #7A1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1295; }
p { color: rgb(122,18,149); }
H1.HeaderClassName
{
color: #7A1295;
}
.AnyTagClassName
{
color: #7A1295;
}
</style>
background-color css
<style>
a { background-color: #7A1295; }
a { background-color: rgb(122,18,149); }
div.DivClassName
{
background-color: #7A1295;
}
.BgClassName
{
background-color: #7A1295;
}
</style>
border-color css
<style>
span { border-color: #7A1295; }
span { border-color: rgb(122,18,149); }
td.TdClassName
{
border-color: #7A1295;
}
.TagClassName
{
border-color: #7A1295;
}
</style>