Shades of Dark Magenta #7F0192
Tints of Dark Magenta #7F0192
RGB
CMYK
RGB Variations
Color information
#7F0192 (or 0x7F0192) is known color: Dark Magenta. HEX triplet: 7F, 01 and 92. RGB value is (127,1,146). Sum of RGB (Red+Green+Blue) = 127+1+146=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F0192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0192 is #80FE6D. Grayscale: #363636. Windows color (decimal): -8453742 or 9568639. OLE color: 9568639.
HSL color Cylindrical-coordinate representation of color #7F0192: hue angle of 292.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0192 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 1 | 146 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.43 |
| HSL | 292.14º | 0.99% | 0.29% | - |
| HSV(B) | 292.14º | 0.99% | 0.57% | - |
| XYZ | 13.95 | 6.61 | 27.73 | - |
| YUV | 55.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 1 | 146 | 0.13 | 0.99 | 0 | 0.43 | 292.14 | 0.99 | 0.29 |
| Hex | 7F | 1 | 92 | D | 63 | 0 | 2B | 124 | 63 | 1D |
| Octal | 177 | 1 | 222 | 15 | 143 | 0 | 53 | 444 | 143 | 35 |
| Binary | 1111111 | 1 | 10010010 | 1101 | 1100011 | 0 | 101011 | 100100100 | 1100011 | 11101 |
Color Harmonies of #7F0192
Complementary color
Monochromatic Colors of #7F0192
Black with #7F0192
Text Example
Text Example
White with #7F0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0192; }
p { color: rgb(127,1,146); }
H1.HeaderClassName
{
color: #7F0192;
}
.AnyTagClassName
{
color: #7F0192;
}
</style>
background-color css
<style>
a { background-color: #7F0192; }
a { background-color: rgb(127,1,146); }
div.DivClassName
{
background-color: #7F0192;
}
.BgClassName
{
background-color: #7F0192;
}
</style>
border-color css
<style>
span { border-color: #7F0192; }
span { border-color: rgb(127,1,146); }
td.TdClassName
{
border-color: #7F0192;
}
.TagClassName
{
border-color: #7F0192;
}
</style>