Shades of Dark Magenta #7A0795
Tints of Dark Magenta #7A0795
RGB
CMYK
RGB Variations
Color information
#7A0795 (or 0x7A0795) is known color: Dark Magenta. HEX triplet: 7A, 07 and 95. RGB value is (122,7,149). Sum of RGB (Red+Green+Blue) = 122+7+149=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A0795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0795 is #85F86A. Grayscale: #393939. Windows color (decimal): -8779883 or 9766778. OLE color: 9766778.
HSL color Cylindrical-coordinate representation of color #7A0795: hue angle of 288.59º degrees, saturation: 0.91, 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 #7A0795 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 7 | 149 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.42 |
| HSL | 288.59º | 0.91% | 0.31% | - |
| HSV(B) | 288.59º | 0.95% | 0.58% | - |
| XYZ | 13.53 | 6.46 | 28.97 | - |
| YUV | 57.57 | 179.6 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 149 | 0.18 | 0.95 | 0 | 0.42 | 288.59 | 0.91 | 0.31 |
| Hex | 7A | 7 | 95 | 12 | 5F | 0 | 2A | 121 | 5B | 1F |
| Octal | 172 | 7 | 225 | 22 | 137 | 0 | 52 | 441 | 133 | 37 |
| Binary | 1111010 | 111 | 10010101 | 10010 | 1011111 | 0 | 101010 | 100100001 | 1011011 | 11111 |
Color Harmonies of #7A0795
Complementary color
Monochromatic Colors of #7A0795
Black with #7A0795
Text Example
Text Example
White with #7A0795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0795; }
p { color: rgb(122,7,149); }
H1.HeaderClassName
{
color: #7A0795;
}
.AnyTagClassName
{
color: #7A0795;
}
</style>
background-color css
<style>
a { background-color: #7A0795; }
a { background-color: rgb(122,7,149); }
div.DivClassName
{
background-color: #7A0795;
}
.BgClassName
{
background-color: #7A0795;
}
</style>
border-color css
<style>
span { border-color: #7A0795; }
span { border-color: rgb(122,7,149); }
td.TdClassName
{
border-color: #7A0795;
}
.TagClassName
{
border-color: #7A0795;
}
</style>