Shades of Dark Purple #7F166E
Tints of Dark Purple #7F166E
RGB
CMYK
RGB Variations
Color information
#7F166E (or 0x7F166E) is known color: Dark Purple. HEX triplet: 7F, 16 and 6E. RGB value is (127,22,110). Sum of RGB (Red+Green+Blue) = 127+22+110=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F166E is #80E991. Grayscale: #3F3F3F. Windows color (decimal): -8448402 or 7214719. OLE color: 7214719.
HSL color Cylindrical-coordinate representation of color #7F166E: hue angle of 309.71º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F166E is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 110 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.50 |
| HSL | 309.71º | 0.7% | 0.29% | - |
| HSV(B) | 309.71º | 0.83% | 0.5% | - |
| XYZ | 11.85 | 6.21 | 15.33 | - |
| YUV | 63.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 110 | 0 | 0.83 | 0.13 | 0.50 | 309.71 | 0.7 | 0.29 |
| Hex | 7F | 16 | 6E | 0 | 53 | D | 32 | 136 | 46 | 1D |
| Octal | 177 | 26 | 156 | 0 | 123 | 15 | 62 | 466 | 106 | 35 |
| Binary | 1111111 | 10110 | 1101110 | 0 | 1010011 | 1101 | 110010 | 100110110 | 1000110 | 11101 |
Color Harmonies of #7F166E
Complementary color
Monochromatic Colors of #7F166E
Black with #7F166E
Text Example
Text Example
White with #7F166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F166E; }
p { color: rgb(127,22,110); }
H1.HeaderClassName
{
color: #7F166E;
}
.AnyTagClassName
{
color: #7F166E;
}
</style>
background-color css
<style>
a { background-color: #7F166E; }
a { background-color: rgb(127,22,110); }
div.DivClassName
{
background-color: #7F166E;
}
.BgClassName
{
background-color: #7F166E;
}
</style>
border-color css
<style>
span { border-color: #7F166E; }
span { border-color: rgb(127,22,110); }
td.TdClassName
{
border-color: #7F166E;
}
.TagClassName
{
border-color: #7F166E;
}
</style>