Shades of Dark Magenta #7F00AA
Tints of Dark Magenta #7F00AA
RGB
CMYK
RGB Variations
Color information
#7F00AA (or 0x7F00AA) is known color: Dark Magenta. HEX triplet: 7F, 00 and AA. RGB value is (127,0,170). Sum of RGB (Red+Green+Blue) = 127+0+170=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F00AA is #80FF55. Grayscale: #383838. Windows color (decimal): -8453974 or 11141247. OLE color: 11141247.
HSL color Cylindrical-coordinate representation of color #7F00AA: hue angle of 284.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F00AA is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 0 | 170 | - |
| CMYK | 0.25 | 1 | 0 | 0.33 |
| HSL | 284.82º | 1% | 0.33% | - |
| HSV(B) | 284.82º | 1% | 0.67% | - |
| XYZ | 16.01 | 7.41 | 38.62 | - |
| YUV | 57.35 | 191.58 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 170 | 0.25 | 1 | 0 | 0.33 | 284.82 | 1 | 0.33 |
| Hex | 7F | 0 | AA | 19 | 64 | 0 | 21 | 11D | 64 | 21 |
| Octal | 177 | 0 | 252 | 31 | 144 | 0 | 41 | 435 | 144 | 41 |
| Binary | 1111111 | 0 | 10101010 | 11001 | 1100100 | 0 | 100001 | 100011101 | 1100100 | 100001 |
Color Harmonies of #7F00AA
Complementary color
Monochromatic Colors of #7F00AA
Black with #7F00AA
Text Example
Text Example
White with #7F00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F00AA; }
p { color: rgb(127,0,170); }
H1.HeaderClassName
{
color: #7F00AA;
}
.AnyTagClassName
{
color: #7F00AA;
}
</style>
background-color css
<style>
a { background-color: #7F00AA; }
a { background-color: rgb(127,0,170); }
div.DivClassName
{
background-color: #7F00AA;
}
.BgClassName
{
background-color: #7F00AA;
}
</style>
border-color css
<style>
span { border-color: #7F00AA; }
span { border-color: rgb(127,0,170); }
td.TdClassName
{
border-color: #7F00AA;
}
.TagClassName
{
border-color: #7F00AA;
}
</style>