Shades of Dark Magenta #7A0294
Tints of Dark Magenta #7A0294
RGB
CMYK
RGB Variations
Color information
#7A0294 (or 0x7A0294) is known color: Dark Magenta. HEX triplet: 7A, 02 and 94. RGB value is (122,2,148). Sum of RGB (Red+Green+Blue) = 122+2+148=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #7A0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0294 is #85FD6B. Grayscale: #363636. Windows color (decimal): -8781164 or 9699962. OLE color: 9699962.
HSL color Cylindrical-coordinate representation of color #7A0294: hue angle of 289.32º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0294 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 2 | 148 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.42 |
| HSL | 289.32º | 0.97% | 0.29% | - |
| HSV(B) | 289.32º | 0.99% | 0.58% | - |
| XYZ | 13.39 | 6.32 | 28.53 | - |
| YUV | 54.52 | 180.76 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 2 | 148 | 0.18 | 0.99 | 0 | 0.42 | 289.32 | 0.97 | 0.29 |
| Hex | 7A | 2 | 94 | 12 | 63 | 0 | 2A | 121 | 61 | 1D |
| Octal | 172 | 2 | 224 | 22 | 143 | 0 | 52 | 441 | 141 | 35 |
| Binary | 1111010 | 10 | 10010100 | 10010 | 1100011 | 0 | 101010 | 100100001 | 1100001 | 11101 |
Color Harmonies of #7A0294
Complementary color
Monochromatic Colors of #7A0294
Black with #7A0294
Text Example
Text Example
White with #7A0294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0294; }
p { color: rgb(122,2,148); }
H1.HeaderClassName
{
color: #7A0294;
}
.AnyTagClassName
{
color: #7A0294;
}
</style>
background-color css
<style>
a { background-color: #7A0294; }
a { background-color: rgb(122,2,148); }
div.DivClassName
{
background-color: #7A0294;
}
.BgClassName
{
background-color: #7A0294;
}
</style>
border-color css
<style>
span { border-color: #7A0294; }
span { border-color: rgb(122,2,148); }
td.TdClassName
{
border-color: #7A0294;
}
.TagClassName
{
border-color: #7A0294;
}
</style>