Shades of Dark Magenta #7A079F
Tints of Dark Magenta #7A079F
RGB
CMYK
RGB Variations
Color information
#7A079F (or 0x7A079F) is known color: Dark Magenta. HEX triplet: 7A, 07 and 9F. RGB value is (122,7,159). Sum of RGB (Red+Green+Blue) = 122+7+159=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A079F is #85F860. Grayscale: #3A3A3A. Windows color (decimal): -8779873 or 10422138. OLE color: 10422138.
HSL color Cylindrical-coordinate representation of color #7A079F: hue angle of 285.39º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A079F is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 7 | 159 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.38 |
| HSL | 285.39º | 0.92% | 0.33% | - |
| HSV(B) | 285.39º | 0.96% | 0.62% | - |
| XYZ | 14.36 | 6.79 | 33.36 | - |
| YUV | 58.71 | 184.6 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 159 | 0.23 | 0.96 | 0 | 0.38 | 285.39 | 0.92 | 0.33 |
| Hex | 7A | 7 | 9F | 17 | 60 | 0 | 26 | 11D | 5C | 21 |
| Octal | 172 | 7 | 237 | 27 | 140 | 0 | 46 | 435 | 134 | 41 |
| Binary | 1111010 | 111 | 10011111 | 10111 | 1100000 | 0 | 100110 | 100011101 | 1011100 | 100001 |
Color Harmonies of #7A079F
Complementary color
Monochromatic Colors of #7A079F
Black with #7A079F
Text Example
Text Example
White with #7A079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A079F; }
p { color: rgb(122,7,159); }
H1.HeaderClassName
{
color: #7A079F;
}
.AnyTagClassName
{
color: #7A079F;
}
</style>
background-color css
<style>
a { background-color: #7A079F; }
a { background-color: rgb(122,7,159); }
div.DivClassName
{
background-color: #7A079F;
}
.BgClassName
{
background-color: #7A079F;
}
</style>
border-color css
<style>
span { border-color: #7A079F; }
span { border-color: rgb(122,7,159); }
td.TdClassName
{
border-color: #7A079F;
}
.TagClassName
{
border-color: #7A079F;
}
</style>