Shades of Dark Magenta #7A1498
Tints of Dark Magenta #7A1498
RGB
CMYK
RGB Variations
Color information
#7A1498 (or 0x7A1498) is known color: Dark Magenta. HEX triplet: 7A, 14 and 98. RGB value is (122,20,152). Sum of RGB (Red+Green+Blue) = 122+20+152=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 152 (59.77% from 255 or 51.70% from 294); Max value from RGB is 152 - color contains mainly: blue. Hex color #7A1498 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1498 is #85EB67. Grayscale: #414141. Windows color (decimal): -8776552 or 9966714. OLE color: 9966714.
HSL color Cylindrical-coordinate representation of color #7A1498: hue angle of 286.36º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A1498 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 20 | 152 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.40 |
| HSL | 286.36º | 0.77% | 0.34% | - |
| HSV(B) | 286.36º | 0.87% | 0.6% | - |
| XYZ | 13.94 | 6.9 | 30.3 | - |
| YUV | 65.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 20 | 152 | 0.20 | 0.87 | 0 | 0.40 | 286.36 | 0.77 | 0.34 |
| Hex | 7A | 14 | 98 | 14 | 57 | 0 | 28 | 11E | 4D | 22 |
| Octal | 172 | 24 | 230 | 24 | 127 | 0 | 50 | 436 | 115 | 42 |
| Binary | 1111010 | 10100 | 10011000 | 10100 | 1010111 | 0 | 101000 | 100011110 | 1001101 | 100010 |
Color Harmonies of #7A1498
Complementary color
Monochromatic Colors of #7A1498
Black with #7A1498
Text Example
Text Example
White with #7A1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1498; }
p { color: rgb(122,20,152); }
H1.HeaderClassName
{
color: #7A1498;
}
.AnyTagClassName
{
color: #7A1498;
}
</style>
background-color css
<style>
a { background-color: #7A1498; }
a { background-color: rgb(122,20,152); }
div.DivClassName
{
background-color: #7A1498;
}
.BgClassName
{
background-color: #7A1498;
}
</style>
border-color css
<style>
span { border-color: #7A1498; }
span { border-color: rgb(122,20,152); }
td.TdClassName
{
border-color: #7A1498;
}
.TagClassName
{
border-color: #7A1498;
}
</style>