Shades of Dark Magenta #7F079C
Tints of Dark Magenta #7F079C
RGB
CMYK
RGB Variations
Color information
#7F079C (or 0x7F079C) is known color: Dark Magenta. HEX triplet: 7F, 07 and 9C. RGB value is (127,7,156). Sum of RGB (Red+Green+Blue) = 127+7+156=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F079C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F079C is #80F863. Grayscale: #3B3B3B. Windows color (decimal): -8452196 or 10225535. OLE color: 10225535.
HSL color Cylindrical-coordinate representation of color #7F079C: hue angle of 288.32º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F079C is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 7 | 156 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.39 |
| HSL | 288.32º | 0.91% | 0.32% | - |
| HSV(B) | 288.32º | 0.96% | 0.61% | - |
| XYZ | 14.83 | 7.06 | 32.03 | - |
| YUV | 59.87 | 182.26 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 156 | 0.19 | 0.96 | 0 | 0.39 | 288.32 | 0.91 | 0.32 |
| Hex | 7F | 7 | 9C | 13 | 60 | 0 | 27 | 120 | 5B | 20 |
| Octal | 177 | 7 | 234 | 23 | 140 | 0 | 47 | 440 | 133 | 40 |
| Binary | 1111111 | 111 | 10011100 | 10011 | 1100000 | 0 | 100111 | 100100000 | 1011011 | 100000 |
Color Harmonies of #7F079C
Complementary color
Monochromatic Colors of #7F079C
Black with #7F079C
Text Example
Text Example
White with #7F079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F079C; }
p { color: rgb(127,7,156); }
H1.HeaderClassName
{
color: #7F079C;
}
.AnyTagClassName
{
color: #7F079C;
}
</style>
background-color css
<style>
a { background-color: #7F079C; }
a { background-color: rgb(127,7,156); }
div.DivClassName
{
background-color: #7F079C;
}
.BgClassName
{
background-color: #7F079C;
}
</style>
border-color css
<style>
span { border-color: #7F079C; }
span { border-color: rgb(127,7,156); }
td.TdClassName
{
border-color: #7F079C;
}
.TagClassName
{
border-color: #7F079C;
}
</style>