Shades of Dark Magenta #7A1297
Tints of Dark Magenta #7A1297
RGB
CMYK
RGB Variations
Color information
#7A1297 (or 0x7A1297) is known color: Dark Magenta. HEX triplet: 7A, 12 and 97. RGB value is (122,18,151). Sum of RGB (Red+Green+Blue) = 122+18+151=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #7A1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1297 is #85ED68. Grayscale: #3F3F3F. Windows color (decimal): -8777065 or 9900666. OLE color: 9900666.
HSL color Cylindrical-coordinate representation of color #7A1297: hue angle of 286.92º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1297 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 18 | 151 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.41 |
| HSL | 286.92º | 0.79% | 0.33% | - |
| HSV(B) | 286.92º | 0.88% | 0.59% | - |
| XYZ | 13.83 | 6.8 | 29.86 | - |
| YUV | 64.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 151 | 0.19 | 0.88 | 0 | 0.41 | 286.92 | 0.79 | 0.33 |
| Hex | 7A | 12 | 97 | 13 | 58 | 0 | 29 | 11F | 4F | 21 |
| Octal | 172 | 22 | 227 | 23 | 130 | 0 | 51 | 437 | 117 | 41 |
| Binary | 1111010 | 10010 | 10010111 | 10011 | 1011000 | 0 | 101001 | 100011111 | 1001111 | 100001 |
Color Harmonies of #7A1297
Complementary color
Monochromatic Colors of #7A1297
Black with #7A1297
Text Example
Text Example
White with #7A1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1297; }
p { color: rgb(122,18,151); }
H1.HeaderClassName
{
color: #7A1297;
}
.AnyTagClassName
{
color: #7A1297;
}
</style>
background-color css
<style>
a { background-color: #7A1297; }
a { background-color: rgb(122,18,151); }
div.DivClassName
{
background-color: #7A1297;
}
.BgClassName
{
background-color: #7A1297;
}
</style>
border-color css
<style>
span { border-color: #7A1297; }
span { border-color: rgb(122,18,151); }
td.TdClassName
{
border-color: #7A1297;
}
.TagClassName
{
border-color: #7A1297;
}
</style>