Shades of Dark Magenta #7A0291
Tints of Dark Magenta #7A0291
RGB
CMYK
RGB Variations
Color information
#7A0291 (or 0x7A0291) is known color: Dark Magenta. HEX triplet: 7A, 02 and 91. RGB value is (122,2,145). Sum of RGB (Red+Green+Blue) = 122+2+145=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0291 is #85FD6E. Grayscale: #353535. Windows color (decimal): -8781167 or 9503354. OLE color: 9503354.
HSL color Cylindrical-coordinate representation of color #7A0291: hue angle of 290.35º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0291 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 122 | 2 | 145 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.43 |
| HSL | 290.35º | 0.97% | 0.29% | - |
| HSV(B) | 290.35º | 0.99% | 0.57% | - |
| XYZ | 13.16 | 6.23 | 27.3 | - |
| YUV | 54.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 145 | 0.16 | 0.99 | 0 | 0.43 | 290.35 | 0.97 | 0.29 |
| Hex | 7A | 2 | 91 | 10 | 63 | 0 | 2B | 122 | 61 | 1D |
| Octal | 172 | 2 | 221 | 20 | 143 | 0 | 53 | 442 | 141 | 35 |
| Binary | 1111010 | 10 | 10010001 | 10000 | 1100011 | 0 | 101011 | 100100010 | 1100001 | 11101 |
Color Harmonies of #7A0291
Complementary color
Monochromatic Colors of #7A0291
Black with #7A0291
Text Example
Text Example
White with #7A0291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0291; }
p { color: rgb(122,2,145); }
H1.HeaderClassName
{
color: #7A0291;
}
.AnyTagClassName
{
color: #7A0291;
}
</style>
background-color css
<style>
a { background-color: #7A0291; }
a { background-color: rgb(122,2,145); }
div.DivClassName
{
background-color: #7A0291;
}
.BgClassName
{
background-color: #7A0291;
}
</style>
border-color css
<style>
span { border-color: #7A0291; }
span { border-color: rgb(122,2,145); }
td.TdClassName
{
border-color: #7A0291;
}
.TagClassName
{
border-color: #7A0291;
}
</style>