Shades of Dark Magenta #7A1495
Tints of Dark Magenta #7A1495
RGB
CMYK
RGB Variations
Color information
#7A1495 (or 0x7A1495) is known color: Dark Magenta. HEX triplet: 7A, 14 and 95. RGB value is (122,20,149). Sum of RGB (Red+Green+Blue) = 122+20+149=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A1495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1495 is #85EB6A. Grayscale: #404040. Windows color (decimal): -8776555 or 9770106. OLE color: 9770106.
HSL color Cylindrical-coordinate representation of color #7A1495: hue angle of 287.44º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1495 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 20 | 149 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.42 |
| HSL | 287.44º | 0.76% | 0.33% | - |
| HSV(B) | 287.44º | 0.87% | 0.58% | - |
| XYZ | 13.7 | 6.81 | 29.03 | - |
| YUV | 65.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 149 | 0.18 | 0.87 | 0 | 0.42 | 287.44 | 0.76 | 0.33 |
| Hex | 7A | 14 | 95 | 12 | 57 | 0 | 2A | 11F | 4C | 21 |
| Octal | 172 | 24 | 225 | 22 | 127 | 0 | 52 | 437 | 114 | 41 |
| Binary | 1111010 | 10100 | 10010101 | 10010 | 1010111 | 0 | 101010 | 100011111 | 1001100 | 100001 |
Color Harmonies of #7A1495
Complementary color
Monochromatic Colors of #7A1495
Black with #7A1495
Text Example
Text Example
White with #7A1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1495; }
p { color: rgb(122,20,149); }
H1.HeaderClassName
{
color: #7A1495;
}
.AnyTagClassName
{
color: #7A1495;
}
</style>
background-color css
<style>
a { background-color: #7A1495; }
a { background-color: rgb(122,20,149); }
div.DivClassName
{
background-color: #7A1495;
}
.BgClassName
{
background-color: #7A1495;
}
</style>
border-color css
<style>
span { border-color: #7A1495; }
span { border-color: rgb(122,20,149); }
td.TdClassName
{
border-color: #7A1495;
}
.TagClassName
{
border-color: #7A1495;
}
</style>