Shades of Dark Purple #7F1676
Tints of Dark Purple #7F1676
RGB
CMYK
RGB Variations
Color information
#7F1676 (or 0x7F1676) is known color: Dark Purple. HEX triplet: 7F, 16 and 76. RGB value is (127,22,118). Sum of RGB (Red+Green+Blue) = 127+22+118=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1676 is #80E989. Grayscale: #404040. Windows color (decimal): -8448394 or 7739007. OLE color: 7739007.
HSL color Cylindrical-coordinate representation of color #7F1676: hue angle of 305.14º 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 #7F1676 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 118 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.50 |
| HSL | 305.14º | 0.7% | 0.29% | - |
| HSV(B) | 305.14º | 0.83% | 0.5% | - |
| XYZ | 12.31 | 6.39 | 17.72 | - |
| YUV | 64.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 118 | 0 | 0.83 | 0.07 | 0.50 | 305.14 | 0.7 | 0.29 |
| Hex | 7F | 16 | 76 | 0 | 53 | 7 | 32 | 131 | 46 | 1D |
| Octal | 177 | 26 | 166 | 0 | 123 | 7 | 62 | 461 | 106 | 35 |
| Binary | 1111111 | 10110 | 1110110 | 0 | 1010011 | 111 | 110010 | 100110001 | 1000110 | 11101 |
Color Harmonies of #7F1676
Complementary color
Monochromatic Colors of #7F1676
Black with #7F1676
Text Example
Text Example
White with #7F1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1676; }
p { color: rgb(127,22,118); }
H1.HeaderClassName
{
color: #7F1676;
}
.AnyTagClassName
{
color: #7F1676;
}
</style>
background-color css
<style>
a { background-color: #7F1676; }
a { background-color: rgb(127,22,118); }
div.DivClassName
{
background-color: #7F1676;
}
.BgClassName
{
background-color: #7F1676;
}
</style>
border-color css
<style>
span { border-color: #7F1676; }
span { border-color: rgb(127,22,118); }
td.TdClassName
{
border-color: #7F1676;
}
.TagClassName
{
border-color: #7F1676;
}
</style>