Shades of Dark Magenta #7907A0
Tints of Dark Magenta #7907A0
RGB
CMYK
RGB Variations
Color information
#7907A0 (or 0x7907A0) is known color: Dark Magenta. HEX triplet: 79, 07 and A0. RGB value is (121,7,160). Sum of RGB (Red+Green+Blue) = 121+7+160=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #7907A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7907A0 is #86F85F. Grayscale: #3A3A3A. Windows color (decimal): -8845408 or 10487673. OLE color: 10487673.
HSL color Cylindrical-coordinate representation of color #7907A0: hue angle of 284.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7907A0 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 7 | 160 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.37 |
| HSL | 284.71º | 0.92% | 0.33% | - |
| HSV(B) | 284.71º | 0.96% | 0.63% | - |
| XYZ | 14.31 | 6.75 | 33.81 | - |
| YUV | 58.53 | 185.27 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 160 | 0.24 | 0.96 | 0 | 0.37 | 284.71 | 0.92 | 0.33 |
| Hex | 79 | 7 | A0 | 18 | 60 | 0 | 25 | 11D | 5C | 21 |
| Octal | 171 | 7 | 240 | 30 | 140 | 0 | 45 | 435 | 134 | 41 |
| Binary | 1111001 | 111 | 10100000 | 11000 | 1100000 | 0 | 100101 | 100011101 | 1011100 | 100001 |
Color Harmonies of #7907A0
Complementary color
Monochromatic Colors of #7907A0
Black with #7907A0
Text Example
Text Example
White with #7907A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7907A0; }
p { color: rgb(121,7,160); }
H1.HeaderClassName
{
color: #7907A0;
}
.AnyTagClassName
{
color: #7907A0;
}
</style>
background-color css
<style>
a { background-color: #7907A0; }
a { background-color: rgb(121,7,160); }
div.DivClassName
{
background-color: #7907A0;
}
.BgClassName
{
background-color: #7907A0;
}
</style>
border-color css
<style>
span { border-color: #7907A0; }
span { border-color: rgb(121,7,160); }
td.TdClassName
{
border-color: #7907A0;
}
.TagClassName
{
border-color: #7907A0;
}
</style>