Shades of Dark Magenta #7F0BAA
Tints of Dark Magenta #7F0BAA
RGB
CMYK
RGB Variations
Color information
#7F0BAA (or 0x7F0BAA) is known color: Dark Magenta. HEX triplet: 7F, 0B and AA. RGB value is (127,11,170). Sum of RGB (Red+Green+Blue) = 127+11+170=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F0BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0BAA is #80F455. Grayscale: #3F3F3F. Windows color (decimal): -8451158 or 11144063. OLE color: 11144063.
HSL color Cylindrical-coordinate representation of color #7F0BAA: hue angle of 283.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0BAA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 11 | 170 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.33 |
| HSL | 283.77º | 0.88% | 0.35% | - |
| HSV(B) | 283.77º | 0.94% | 0.67% | - |
| XYZ | 16.13 | 7.65 | 38.66 | - |
| YUV | 63.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 11 | 170 | 0.25 | 0.94 | 0 | 0.33 | 283.77 | 0.88 | 0.35 |
| Hex | 7F | B | AA | 19 | 5E | 0 | 21 | 11C | 58 | 23 |
| Octal | 177 | 13 | 252 | 31 | 136 | 0 | 41 | 434 | 130 | 43 |
| Binary | 1111111 | 1011 | 10101010 | 11001 | 1011110 | 0 | 100001 | 100011100 | 1011000 | 100011 |
Color Harmonies of #7F0BAA
Complementary color
Monochromatic Colors of #7F0BAA
Black with #7F0BAA
Text Example
Text Example
White with #7F0BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0BAA; }
p { color: rgb(127,11,170); }
H1.HeaderClassName
{
color: #7F0BAA;
}
.AnyTagClassName
{
color: #7F0BAA;
}
</style>
background-color css
<style>
a { background-color: #7F0BAA; }
a { background-color: rgb(127,11,170); }
div.DivClassName
{
background-color: #7F0BAA;
}
.BgClassName
{
background-color: #7F0BAA;
}
</style>
border-color css
<style>
span { border-color: #7F0BAA; }
span { border-color: rgb(127,11,170); }
td.TdClassName
{
border-color: #7F0BAA;
}
.TagClassName
{
border-color: #7F0BAA;
}
</style>