Shades of Dark Purple #7D1177
Tints of Dark Purple #7D1177
RGB
CMYK
RGB Variations
Color information
#7D1177 (or 0x7D1177) is known color: Dark Purple. HEX triplet: 7D, 11 and 77. RGB value is (125,17,119). Sum of RGB (Red+Green+Blue) = 125+17+119=261 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.89% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1177 is #82EE88. Grayscale: #3C3C3C. Windows color (decimal): -8580745 or 7803261. OLE color: 7803261.
HSL color Cylindrical-coordinate representation of color #7D1177: hue angle of 303.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1177 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 17 | 119 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.51 |
| HSL | 303.33º | 0.76% | 0.28% | - |
| HSV(B) | 303.33º | 0.86% | 0.49% | - |
| XYZ | 11.99 | 6.09 | 18 | - |
| YUV | 60.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 17 | 119 | 0 | 0.86 | 0.05 | 0.51 | 303.33 | 0.76 | 0.28 |
| Hex | 7D | 11 | 77 | 0 | 56 | 5 | 33 | 12F | 4C | 1C |
| Octal | 175 | 21 | 167 | 0 | 126 | 5 | 63 | 457 | 114 | 34 |
| Binary | 1111101 | 10001 | 1110111 | 0 | 1010110 | 101 | 110011 | 100101111 | 1001100 | 11100 |
Color Harmonies of #7D1177
Complementary color
Monochromatic Colors of #7D1177
Black with #7D1177
Text Example
Text Example
White with #7D1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1177; }
p { color: rgb(125,17,119); }
H1.HeaderClassName
{
color: #7D1177;
}
.AnyTagClassName
{
color: #7D1177;
}
</style>
background-color css
<style>
a { background-color: #7D1177; }
a { background-color: rgb(125,17,119); }
div.DivClassName
{
background-color: #7D1177;
}
.BgClassName
{
background-color: #7D1177;
}
</style>
border-color css
<style>
span { border-color: #7D1177; }
span { border-color: rgb(125,17,119); }
td.TdClassName
{
border-color: #7D1177;
}
.TagClassName
{
border-color: #7D1177;
}
</style>