Shades of Dark Magenta #7F0092
Tints of Dark Magenta #7F0092
RGB
CMYK
RGB Variations
Color information
#7F0092 (or 0x7F0092) is known color: Dark Magenta. HEX triplet: 7F, 00 and 92. RGB value is (127,0,146). Sum of RGB (Red+Green+Blue) = 127+0+146=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0092 is #80FF6D. Grayscale: #363636. Windows color (decimal): -8453998 or 9568383. OLE color: 9568383.
HSL color Cylindrical-coordinate representation of color #7F0092: hue angle of 292.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0092 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 0 | 146 | - |
| CMYK | 0.13 | 1 | 0 | 0.43 |
| HSL | 292.19º | 1% | 0.29% | - |
| HSV(B) | 292.19º | 1% | 0.57% | - |
| XYZ | 13.94 | 6.59 | 27.73 | - |
| YUV | 54.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 146 | 0.13 | 1 | 0 | 0.43 | 292.19 | 1 | 0.29 |
| Hex | 7F | 0 | 92 | D | 64 | 0 | 2B | 124 | 64 | 1D |
| Octal | 177 | 0 | 222 | 15 | 144 | 0 | 53 | 444 | 144 | 35 |
| Binary | 1111111 | 0 | 10010010 | 1101 | 1100100 | 0 | 101011 | 100100100 | 1100100 | 11101 |
Color Harmonies of #7F0092
Complementary color
Monochromatic Colors of #7F0092
Black with #7F0092
Text Example
Text Example
White with #7F0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0092; }
p { color: rgb(127,0,146); }
H1.HeaderClassName
{
color: #7F0092;
}
.AnyTagClassName
{
color: #7F0092;
}
</style>
background-color css
<style>
a { background-color: #7F0092; }
a { background-color: rgb(127,0,146); }
div.DivClassName
{
background-color: #7F0092;
}
.BgClassName
{
background-color: #7F0092;
}
</style>
border-color css
<style>
span { border-color: #7F0092; }
span { border-color: rgb(127,0,146); }
td.TdClassName
{
border-color: #7F0092;
}
.TagClassName
{
border-color: #7F0092;
}
</style>