Shades of Dark Purple #7E176E
Tints of Dark Purple #7E176E
RGB
CMYK
RGB Variations
Color information
#7E176E (or 0x7E176E) is known color: Dark Purple. HEX triplet: 7E, 17 and 6E. RGB value is (126,23,110). Sum of RGB (Red+Green+Blue) = 126+23+110=259 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.65% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 126 - color contains mainly: red. Hex color #7E176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E176E is #81E891. Grayscale: #3F3F3F. Windows color (decimal): -8513682 or 7214974. OLE color: 7214974.
HSL color Cylindrical-coordinate representation of color #7E176E: hue angle of 309.32º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E176E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 23 | 110 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.51 |
| HSL | 309.32º | 0.69% | 0.29% | - |
| HSV(B) | 309.32º | 0.82% | 0.49% | - |
| XYZ | 11.73 | 6.17 | 15.33 | - |
| YUV | 63.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 23 | 110 | 0 | 0.82 | 0.13 | 0.51 | 309.32 | 0.69 | 0.29 |
| Hex | 7E | 17 | 6E | 0 | 52 | D | 33 | 135 | 45 | 1D |
| Octal | 176 | 27 | 156 | 0 | 122 | 15 | 63 | 465 | 105 | 35 |
| Binary | 1111110 | 10111 | 1101110 | 0 | 1010010 | 1101 | 110011 | 100110101 | 1000101 | 11101 |
Color Harmonies of #7E176E
Complementary color
Monochromatic Colors of #7E176E
Black with #7E176E
Text Example
Text Example
White with #7E176E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E176E; }
p { color: rgb(126,23,110); }
H1.HeaderClassName
{
color: #7E176E;
}
.AnyTagClassName
{
color: #7E176E;
}
</style>
background-color css
<style>
a { background-color: #7E176E; }
a { background-color: rgb(126,23,110); }
div.DivClassName
{
background-color: #7E176E;
}
.BgClassName
{
background-color: #7E176E;
}
</style>
border-color css
<style>
span { border-color: #7E176E; }
span { border-color: rgb(126,23,110); }
td.TdClassName
{
border-color: #7E176E;
}
.TagClassName
{
border-color: #7E176E;
}
</style>