Shades of Dark Magenta #7F0699
Tints of Dark Magenta #7F0699
RGB
CMYK
RGB Variations
Color information
#7F0699 (or 0x7F0699) is known color: Dark Magenta. HEX triplet: 7F, 06 and 99. RGB value is (127,6,153). Sum of RGB (Red+Green+Blue) = 127+6+153=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F0699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0699 is #80F966. Grayscale: #3A3A3A. Windows color (decimal): -8452455 or 10028671. OLE color: 10028671.
HSL color Cylindrical-coordinate representation of color #7F0699: hue angle of 289.39º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0699 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 127 | 6 | 153 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.4 |
| HSL | 289.39º | 0.92% | 0.31% | - |
| HSV(B) | 289.39º | 0.96% | 0.6% | - |
| XYZ | 14.57 | 6.94 | 30.71 | - |
| YUV | 58.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 153 | 0.17 | 0.96 | 0 | 0.4 | 289.39 | 0.92 | 0.31 |
| Hex | 7F | 6 | 99 | 11 | 60 | 0 | 28 | 121 | 5C | 1F |
| Octal | 177 | 6 | 231 | 21 | 140 | 0 | 50 | 441 | 134 | 37 |
| Binary | 1111111 | 110 | 10011001 | 10001 | 1100000 | 0 | 101000 | 100100001 | 1011100 | 11111 |
Color Harmonies of #7F0699
Complementary color
Monochromatic Colors of #7F0699
Black with #7F0699
Text Example
Text Example
White with #7F0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0699; }
p { color: rgb(127,6,153); }
H1.HeaderClassName
{
color: #7F0699;
}
.AnyTagClassName
{
color: #7F0699;
}
</style>
background-color css
<style>
a { background-color: #7F0699; }
a { background-color: rgb(127,6,153); }
div.DivClassName
{
background-color: #7F0699;
}
.BgClassName
{
background-color: #7F0699;
}
</style>
border-color css
<style>
span { border-color: #7F0699; }
span { border-color: rgb(127,6,153); }
td.TdClassName
{
border-color: #7F0699;
}
.TagClassName
{
border-color: #7F0699;
}
</style>