Shades of Dark Magenta #7A019D
Tints of Dark Magenta #7A019D
RGB
CMYK
RGB Variations
Color information
#7A019D (or 0x7A019D) is known color: Dark Magenta. HEX triplet: 7A, 01 and 9D. RGB value is (122,1,157). Sum of RGB (Red+Green+Blue) = 122+1+157=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A019D is #85FE62. Grayscale: #363636. Windows color (decimal): -8781411 or 10289530. OLE color: 10289530.
HSL color Cylindrical-coordinate representation of color #7A019D: hue angle of 286.54º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A019D is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 1 | 157 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.38 |
| HSL | 286.54º | 0.99% | 0.31% | - |
| HSV(B) | 286.54º | 0.99% | 0.62% | - |
| XYZ | 14.12 | 6.59 | 32.43 | - |
| YUV | 54.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 1 | 157 | 0.22 | 0.99 | 0 | 0.38 | 286.54 | 0.99 | 0.31 |
| Hex | 7A | 1 | 9D | 16 | 63 | 0 | 26 | 11F | 63 | 1F |
| Octal | 172 | 1 | 235 | 26 | 143 | 0 | 46 | 437 | 143 | 37 |
| Binary | 1111010 | 1 | 10011101 | 10110 | 1100011 | 0 | 100110 | 100011111 | 1100011 | 11111 |
Color Harmonies of #7A019D
Complementary color
Monochromatic Colors of #7A019D
Black with #7A019D
Text Example
Text Example
White with #7A019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A019D; }
p { color: rgb(122,1,157); }
H1.HeaderClassName
{
color: #7A019D;
}
.AnyTagClassName
{
color: #7A019D;
}
</style>
background-color css
<style>
a { background-color: #7A019D; }
a { background-color: rgb(122,1,157); }
div.DivClassName
{
background-color: #7A019D;
}
.BgClassName
{
background-color: #7A019D;
}
</style>
border-color css
<style>
span { border-color: #7A019D; }
span { border-color: rgb(122,1,157); }
td.TdClassName
{
border-color: #7A019D;
}
.TagClassName
{
border-color: #7A019D;
}
</style>