Shades of Dark Magenta #7805A8
Tints of Dark Magenta #7805A8
RGB
CMYK
RGB Variations
Color information
#7805A8 (or 0x7805A8) is known color: Dark Magenta. HEX triplet: 78, 05 and A8. RGB value is (120,5,168). Sum of RGB (Red+Green+Blue) = 120+5+168=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 168 (66.02% from 255 or 57.34% from 293); Max value from RGB is 168 - color contains mainly: blue. Hex color #7805A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7805A8 is #87FA57. Grayscale: #393939. Windows color (decimal): -8911448 or 11011448. OLE color: 11011448.
HSL color Cylindrical-coordinate representation of color #7805A8: hue angle of 282.33º 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 #7805A8 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 5 | 168 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.34 |
| HSL | 282.33º | 0.94% | 0.34% | - |
| HSV(B) | 282.33º | 0.97% | 0.66% | - |
| XYZ | 14.87 | 6.93 | 37.6 | - |
| YUV | 57.97 | 190.1 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 5 | 168 | 0.29 | 0.97 | 0 | 0.34 | 282.33 | 0.94 | 0.34 |
| Hex | 78 | 5 | A8 | 1D | 61 | 0 | 22 | 11A | 5E | 22 |
| Octal | 170 | 5 | 250 | 35 | 141 | 0 | 42 | 432 | 136 | 42 |
| Binary | 1111000 | 101 | 10101000 | 11101 | 1100001 | 0 | 100010 | 100011010 | 1011110 | 100010 |
Color Harmonies of #7805A8
Complementary color
Monochromatic Colors of #7805A8
Black with #7805A8
Text Example
Text Example
White with #7805A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7805A8; }
p { color: rgb(120,5,168); }
H1.HeaderClassName
{
color: #7805A8;
}
.AnyTagClassName
{
color: #7805A8;
}
</style>
background-color css
<style>
a { background-color: #7805A8; }
a { background-color: rgb(120,5,168); }
div.DivClassName
{
background-color: #7805A8;
}
.BgClassName
{
background-color: #7805A8;
}
</style>
border-color css
<style>
span { border-color: #7805A8; }
span { border-color: rgb(120,5,168); }
td.TdClassName
{
border-color: #7805A8;
}
.TagClassName
{
border-color: #7805A8;
}
</style>