Shades of Dark Magenta #7A0296
Tints of Dark Magenta #7A0296
RGB
CMYK
RGB Variations
Color information
#7A0296 (or 0x7A0296) is known color: Dark Magenta. HEX triplet: 7A, 02 and 96. RGB value is (122,2,150). Sum of RGB (Red+Green+Blue) = 122+2+150=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 150 (58.98% from 255 or 54.74% from 274); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A0296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0296 is #85FD69. Grayscale: #363636. Windows color (decimal): -8781162 or 9831034. OLE color: 9831034.
HSL color Cylindrical-coordinate representation of color #7A0296: hue angle of 288.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0296 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 2 | 150 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.41 |
| HSL | 288.65º | 0.97% | 0.3% | - |
| HSV(B) | 288.65º | 0.99% | 0.59% | - |
| XYZ | 13.55 | 6.38 | 29.37 | - |
| YUV | 54.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 150 | 0.19 | 0.99 | 0 | 0.41 | 288.65 | 0.97 | 0.3 |
| Hex | 7A | 2 | 96 | 13 | 63 | 0 | 29 | 121 | 61 | 1E |
| Octal | 172 | 2 | 226 | 23 | 143 | 0 | 51 | 441 | 141 | 36 |
| Binary | 1111010 | 10 | 10010110 | 10011 | 1100011 | 0 | 101001 | 100100001 | 1100001 | 11110 |
Color Harmonies of #7A0296
Complementary color
Monochromatic Colors of #7A0296
Black with #7A0296
Text Example
Text Example
White with #7A0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0296; }
p { color: rgb(122,2,150); }
H1.HeaderClassName
{
color: #7A0296;
}
.AnyTagClassName
{
color: #7A0296;
}
</style>
background-color css
<style>
a { background-color: #7A0296; }
a { background-color: rgb(122,2,150); }
div.DivClassName
{
background-color: #7A0296;
}
.BgClassName
{
background-color: #7A0296;
}
</style>
border-color css
<style>
span { border-color: #7A0296; }
span { border-color: rgb(122,2,150); }
td.TdClassName
{
border-color: #7A0296;
}
.TagClassName
{
border-color: #7A0296;
}
</style>