Shades of Dark Purple #7F116F
Tints of Dark Purple #7F116F
RGB
CMYK
RGB Variations
Color information
#7F116F (or 0x7F116F) is known color: Dark Purple. HEX triplet: 7F, 11 and 6F. RGB value is (127,17,111). Sum of RGB (Red+Green+Blue) = 127+17+111=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F116F is #80EE90. Grayscale: #3C3C3C. Windows color (decimal): -8449681 or 7278975. OLE color: 7278975.
HSL color Cylindrical-coordinate representation of color #7F116F: hue angle of 308.73º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F116F is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 17 | 111 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.50 |
| HSL | 308.73º | 0.76% | 0.28% | - |
| HSV(B) | 308.73º | 0.87% | 0.5% | - |
| XYZ | 11.82 | 6.06 | 15.59 | - |
| YUV | 60.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 17 | 111 | 0 | 0.87 | 0.13 | 0.50 | 308.73 | 0.76 | 0.28 |
| Hex | 7F | 11 | 6F | 0 | 57 | D | 32 | 135 | 4C | 1C |
| Octal | 177 | 21 | 157 | 0 | 127 | 15 | 62 | 465 | 114 | 34 |
| Binary | 1111111 | 10001 | 1101111 | 0 | 1010111 | 1101 | 110010 | 100110101 | 1001100 | 11100 |
Color Harmonies of #7F116F
Complementary color
Monochromatic Colors of #7F116F
Black with #7F116F
Text Example
Text Example
White with #7F116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F116F; }
p { color: rgb(127,17,111); }
H1.HeaderClassName
{
color: #7F116F;
}
.AnyTagClassName
{
color: #7F116F;
}
</style>
background-color css
<style>
a { background-color: #7F116F; }
a { background-color: rgb(127,17,111); }
div.DivClassName
{
background-color: #7F116F;
}
.BgClassName
{
background-color: #7F116F;
}
</style>
border-color css
<style>
span { border-color: #7F116F; }
span { border-color: rgb(127,17,111); }
td.TdClassName
{
border-color: #7F116F;
}
.TagClassName
{
border-color: #7F116F;
}
</style>