Shades of Dark Purple #7F166B
Tints of Dark Purple #7F166B
RGB
CMYK
RGB Variations
Color information
#7F166B (or 0x7F166B) is known color: Dark Purple. HEX triplet: 7F, 16 and 6B. RGB value is (127,22,107). Sum of RGB (Red+Green+Blue) = 127+22+107=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F166B is #80E994. Grayscale: #3E3E3E. Windows color (decimal): -8448405 or 7018111. OLE color: 7018111.
HSL color Cylindrical-coordinate representation of color #7F166B: hue angle of 311.43º 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 #7F166B is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 107 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.50 |
| HSL | 311.43º | 0.7% | 0.29% | - |
| HSV(B) | 311.43º | 0.83% | 0.5% | - |
| XYZ | 11.69 | 6.15 | 14.48 | - |
| YUV | 63.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 107 | 0 | 0.83 | 0.16 | 0.50 | 311.43 | 0.7 | 0.29 |
| Hex | 7F | 16 | 6B | 0 | 53 | 10 | 32 | 137 | 46 | 1D |
| Octal | 177 | 26 | 153 | 0 | 123 | 20 | 62 | 467 | 106 | 35 |
| Binary | 1111111 | 10110 | 1101011 | 0 | 1010011 | 10000 | 110010 | 100110111 | 1000110 | 11101 |
Color Harmonies of #7F166B
Complementary color
Monochromatic Colors of #7F166B
Black with #7F166B
Text Example
Text Example
White with #7F166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F166B; }
p { color: rgb(127,22,107); }
H1.HeaderClassName
{
color: #7F166B;
}
.AnyTagClassName
{
color: #7F166B;
}
</style>
background-color css
<style>
a { background-color: #7F166B; }
a { background-color: rgb(127,22,107); }
div.DivClassName
{
background-color: #7F166B;
}
.BgClassName
{
background-color: #7F166B;
}
</style>
border-color css
<style>
span { border-color: #7F166B; }
span { border-color: rgb(127,22,107); }
td.TdClassName
{
border-color: #7F166B;
}
.TagClassName
{
border-color: #7F166B;
}
</style>