Shades of Dark Magenta #7A0895
Tints of Dark Magenta #7A0895
RGB
CMYK
RGB Variations
Color information
#7A0895 (or 0x7A0895) is known color: Dark Magenta. HEX triplet: 7A, 08 and 95. RGB value is (122,8,149). Sum of RGB (Red+Green+Blue) = 122+8+149=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A0895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0895 is #85F76A. Grayscale: #393939. Windows color (decimal): -8779627 or 9767034. OLE color: 9767034.
HSL color Cylindrical-coordinate representation of color #7A0895: hue angle of 288.51º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0895 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 8 | 149 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.42 |
| HSL | 288.51º | 0.9% | 0.31% | - |
| HSV(B) | 288.51º | 0.95% | 0.58% | - |
| XYZ | 13.54 | 6.48 | 28.97 | - |
| YUV | 58.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 149 | 0.18 | 0.95 | 0 | 0.42 | 288.51 | 0.9 | 0.31 |
| Hex | 7A | 8 | 95 | 12 | 5F | 0 | 2A | 121 | 5A | 1F |
| Octal | 172 | 10 | 225 | 22 | 137 | 0 | 52 | 441 | 132 | 37 |
| Binary | 1111010 | 1000 | 10010101 | 10010 | 1011111 | 0 | 101010 | 100100001 | 1011010 | 11111 |
Color Harmonies of #7A0895
Complementary color
Monochromatic Colors of #7A0895
Black with #7A0895
Text Example
Text Example
White with #7A0895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0895; }
p { color: rgb(122,8,149); }
H1.HeaderClassName
{
color: #7A0895;
}
.AnyTagClassName
{
color: #7A0895;
}
</style>
background-color css
<style>
a { background-color: #7A0895; }
a { background-color: rgb(122,8,149); }
div.DivClassName
{
background-color: #7A0895;
}
.BgClassName
{
background-color: #7A0895;
}
</style>
border-color css
<style>
span { border-color: #7A0895; }
span { border-color: rgb(122,8,149); }
td.TdClassName
{
border-color: #7A0895;
}
.TagClassName
{
border-color: #7A0895;
}
</style>