Shades of Dark Magenta #7F0793
Tints of Dark Magenta #7F0793
RGB
CMYK
RGB Variations
Color information
#7F0793 (or 0x7F0793) is known color: Dark Magenta. HEX triplet: 7F, 07 and 93. RGB value is (127,7,147). Sum of RGB (Red+Green+Blue) = 127+7+147=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F0793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0793 is #80F86C. Grayscale: #3A3A3A. Windows color (decimal): -8452205 or 9635711. OLE color: 9635711.
HSL color Cylindrical-coordinate representation of color #7F0793: hue angle of 291.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F0793 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 7 | 147 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.42 |
| HSL | 291.43º | 0.91% | 0.3% | - |
| HSV(B) | 291.43º | 0.95% | 0.58% | - |
| XYZ | 14.09 | 6.77 | 28.17 | - |
| YUV | 58.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 147 | 0.14 | 0.95 | 0 | 0.42 | 291.43 | 0.91 | 0.3 |
| Hex | 7F | 7 | 93 | E | 5F | 0 | 2A | 123 | 5B | 1E |
| Octal | 177 | 7 | 223 | 16 | 137 | 0 | 52 | 443 | 133 | 36 |
| Binary | 1111111 | 111 | 10010011 | 1110 | 1011111 | 0 | 101010 | 100100011 | 1011011 | 11110 |
Color Harmonies of #7F0793
Complementary color
Monochromatic Colors of #7F0793
Black with #7F0793
Text Example
Text Example
White with #7F0793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0793; }
p { color: rgb(127,7,147); }
H1.HeaderClassName
{
color: #7F0793;
}
.AnyTagClassName
{
color: #7F0793;
}
</style>
background-color css
<style>
a { background-color: #7F0793; }
a { background-color: rgb(127,7,147); }
div.DivClassName
{
background-color: #7F0793;
}
.BgClassName
{
background-color: #7F0793;
}
</style>
border-color css
<style>
span { border-color: #7F0793; }
span { border-color: rgb(127,7,147); }
td.TdClassName
{
border-color: #7F0793;
}
.TagClassName
{
border-color: #7F0793;
}
</style>