Shades of Dark Magenta #7F0EA2
Tints of Dark Magenta #7F0EA2
RGB
CMYK
RGB Variations
Color information
#7F0EA2 (or 0x7F0EA2) is known color: Dark Magenta. HEX triplet: 7F, 0E and A2. RGB value is (127,14,162). Sum of RGB (Red+Green+Blue) = 127+14+162=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 162 (63.67% from 255 or 53.47% from 303); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F0EA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0EA2 is #80F15D. Grayscale: #404040. Windows color (decimal): -8450398 or 10620543. OLE color: 10620543.
HSL color Cylindrical-coordinate representation of color #7F0EA2: hue angle of 285.81º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0EA2 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 14 | 162 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.36 |
| HSL | 285.81º | 0.84% | 0.35% | - |
| HSV(B) | 285.81º | 0.91% | 0.64% | - |
| XYZ | 15.43 | 7.43 | 34.8 | - |
| YUV | 64.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 162 | 0.22 | 0.91 | 0 | 0.36 | 285.81 | 0.84 | 0.35 |
| Hex | 7F | E | A2 | 16 | 5B | 0 | 24 | 11E | 54 | 23 |
| Octal | 177 | 16 | 242 | 26 | 133 | 0 | 44 | 436 | 124 | 43 |
| Binary | 1111111 | 1110 | 10100010 | 10110 | 1011011 | 0 | 100100 | 100011110 | 1010100 | 100011 |
Color Harmonies of #7F0EA2
Complementary color
Monochromatic Colors of #7F0EA2
Black with #7F0EA2
Text Example
Text Example
White with #7F0EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0EA2; }
p { color: rgb(127,14,162); }
H1.HeaderClassName
{
color: #7F0EA2;
}
.AnyTagClassName
{
color: #7F0EA2;
}
</style>
background-color css
<style>
a { background-color: #7F0EA2; }
a { background-color: rgb(127,14,162); }
div.DivClassName
{
background-color: #7F0EA2;
}
.BgClassName
{
background-color: #7F0EA2;
}
</style>
border-color css
<style>
span { border-color: #7F0EA2; }
span { border-color: rgb(127,14,162); }
td.TdClassName
{
border-color: #7F0EA2;
}
.TagClassName
{
border-color: #7F0EA2;
}
</style>