Shades of Dark Magenta #7811A4
Tints of Dark Magenta #7811A4
RGB
CMYK
RGB Variations
Color information
#7811A4 (or 0x7811A4) is known color: Dark Magenta. HEX triplet: 78, 11 and A4. RGB value is (120,17,164). Sum of RGB (Red+Green+Blue) = 120+17+164=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #7811A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7811A4 is #87EE5B. Grayscale: #404040. Windows color (decimal): -8908380 or 10752376. OLE color: 10752376.
HSL color Cylindrical-coordinate representation of color #7811A4: hue angle of 282.04º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7811A4 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 17 | 164 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.36 |
| HSL | 282.04º | 0.81% | 0.35% | - |
| HSV(B) | 282.04º | 0.9% | 0.64% | - |
| XYZ | 14.65 | 7.07 | 35.72 | - |
| YUV | 64.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 164 | 0.27 | 0.90 | 0 | 0.36 | 282.04 | 0.81 | 0.35 |
| Hex | 78 | 11 | A4 | 1B | 5A | 0 | 24 | 11A | 51 | 23 |
| Octal | 170 | 21 | 244 | 33 | 132 | 0 | 44 | 432 | 121 | 43 |
| Binary | 1111000 | 10001 | 10100100 | 11011 | 1011010 | 0 | 100100 | 100011010 | 1010001 | 100011 |
Color Harmonies of #7811A4
Complementary color
Monochromatic Colors of #7811A4
Black with #7811A4
Text Example
Text Example
White with #7811A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7811A4; }
p { color: rgb(120,17,164); }
H1.HeaderClassName
{
color: #7811A4;
}
.AnyTagClassName
{
color: #7811A4;
}
</style>
background-color css
<style>
a { background-color: #7811A4; }
a { background-color: rgb(120,17,164); }
div.DivClassName
{
background-color: #7811A4;
}
.BgClassName
{
background-color: #7811A4;
}
</style>
border-color css
<style>
span { border-color: #7811A4; }
span { border-color: rgb(120,17,164); }
td.TdClassName
{
border-color: #7811A4;
}
.TagClassName
{
border-color: #7811A4;
}
</style>