Shades of Dark Purple #7F0E6E
Tints of Dark Purple #7F0E6E
RGB
CMYK
RGB Variations
Color information
#7F0E6E (or 0x7F0E6E) is known color: Dark Purple. HEX triplet: 7F, 0E and 6E. RGB value is (127,14,110). Sum of RGB (Red+Green+Blue) = 127+14+110=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0E6E is #80F191. Grayscale: #3A3A3A. Windows color (decimal): -8450450 or 7212671. OLE color: 7212671.
HSL color Cylindrical-coordinate representation of color #7F0E6E: hue angle of 309.03º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F0E6E is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 14 | 110 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.50 |
| HSL | 309.03º | 0.8% | 0.28% | - |
| HSV(B) | 309.03º | 0.89% | 0.5% | - |
| XYZ | 11.72 | 5.95 | 15.28 | - |
| YUV | 58.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 14 | 110 | 0 | 0.89 | 0.13 | 0.50 | 309.03 | 0.8 | 0.28 |
| Hex | 7F | E | 6E | 0 | 59 | D | 32 | 135 | 50 | 1C |
| Octal | 177 | 16 | 156 | 0 | 131 | 15 | 62 | 465 | 120 | 34 |
| Binary | 1111111 | 1110 | 1101110 | 0 | 1011001 | 1101 | 110010 | 100110101 | 1010000 | 11100 |
Color Harmonies of #7F0E6E
Complementary color
Monochromatic Colors of #7F0E6E
Black with #7F0E6E
Text Example
Text Example
White with #7F0E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0E6E; }
p { color: rgb(127,14,110); }
H1.HeaderClassName
{
color: #7F0E6E;
}
.AnyTagClassName
{
color: #7F0E6E;
}
</style>
background-color css
<style>
a { background-color: #7F0E6E; }
a { background-color: rgb(127,14,110); }
div.DivClassName
{
background-color: #7F0E6E;
}
.BgClassName
{
background-color: #7F0E6E;
}
</style>
border-color css
<style>
span { border-color: #7F0E6E; }
span { border-color: rgb(127,14,110); }
td.TdClassName
{
border-color: #7F0E6E;
}
.TagClassName
{
border-color: #7F0E6E;
}
</style>