Shades of Dark Magenta #7805A9
Tints of Dark Magenta #7805A9
RGB
CMYK
RGB Variations
Color information
#7805A9 (or 0x7805A9) is known color: Dark Magenta. HEX triplet: 78, 05 and A9. RGB value is (120,5,169). Sum of RGB (Red+Green+Blue) = 120+5+169=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #7805A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7805A9 is #87FA56. Grayscale: #393939. Windows color (decimal): -8911447 or 11076984. OLE color: 11076984.
HSL color Cylindrical-coordinate representation of color #7805A9: hue angle of 282.07º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7805A9 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 5 | 169 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.34 |
| HSL | 282.07º | 0.94% | 0.34% | - |
| HSV(B) | 282.07º | 0.97% | 0.66% | - |
| XYZ | 14.96 | 6.97 | 38.09 | - |
| YUV | 58.08 | 190.6 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 169 | 0.29 | 0.97 | 0 | 0.34 | 282.07 | 0.94 | 0.34 |
| Hex | 78 | 5 | A9 | 1D | 61 | 0 | 22 | 11A | 5E | 22 |
| Octal | 170 | 5 | 251 | 35 | 141 | 0 | 42 | 432 | 136 | 42 |
| Binary | 1111000 | 101 | 10101001 | 11101 | 1100001 | 0 | 100010 | 100011010 | 1011110 | 100010 |
Color Harmonies of #7805A9
Complementary color
Monochromatic Colors of #7805A9
Black with #7805A9
Text Example
Text Example
White with #7805A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805A9; }
p { color: rgb(120,5,169); }
H1.HeaderClassName
{
color: #7805A9;
}
.AnyTagClassName
{
color: #7805A9;
}
</style>
background-color css
<style>
a { background-color: #7805A9; }
a { background-color: rgb(120,5,169); }
div.DivClassName
{
background-color: #7805A9;
}
.BgClassName
{
background-color: #7805A9;
}
</style>
border-color css
<style>
span { border-color: #7805A9; }
span { border-color: rgb(120,5,169); }
td.TdClassName
{
border-color: #7805A9;
}
.TagClassName
{
border-color: #7805A9;
}
</style>