Shades of Dark Magenta #7F068D
Tints of Dark Magenta #7F068D
RGB
CMYK
RGB Variations
Color information
#7F068D (or 0x7F068D) is known color: Dark Magenta. HEX triplet: 7F, 06 and 8D. RGB value is (127,6,141). Sum of RGB (Red+Green+Blue) = 127+6+141=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F068D is #80F972. Grayscale: #393939. Windows color (decimal): -8452467 or 9242239. OLE color: 9242239.
HSL color Cylindrical-coordinate representation of color #7F068D: hue angle of 293.78º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F068D is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 6 | 141 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.45 |
| HSL | 293.78º | 0.92% | 0.29% | - |
| HSV(B) | 293.78º | 0.96% | 0.55% | - |
| XYZ | 13.63 | 6.57 | 25.75 | - |
| YUV | 57.57 | 175.09 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 141 | 0.10 | 0.96 | 0 | 0.45 | 293.78 | 0.92 | 0.29 |
| Hex | 7F | 6 | 8D | A | 60 | 0 | 2D | 126 | 5C | 1D |
| Octal | 177 | 6 | 215 | 12 | 140 | 0 | 55 | 446 | 134 | 35 |
| Binary | 1111111 | 110 | 10001101 | 1010 | 1100000 | 0 | 101101 | 100100110 | 1011100 | 11101 |
Color Harmonies of #7F068D
Complementary color
Monochromatic Colors of #7F068D
Black with #7F068D
Text Example
Text Example
White with #7F068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F068D; }
p { color: rgb(127,6,141); }
H1.HeaderClassName
{
color: #7F068D;
}
.AnyTagClassName
{
color: #7F068D;
}
</style>
background-color css
<style>
a { background-color: #7F068D; }
a { background-color: rgb(127,6,141); }
div.DivClassName
{
background-color: #7F068D;
}
.BgClassName
{
background-color: #7F068D;
}
</style>
border-color css
<style>
span { border-color: #7F068D; }
span { border-color: rgb(127,6,141); }
td.TdClassName
{
border-color: #7F068D;
}
.TagClassName
{
border-color: #7F068D;
}
</style>