Shades of Dark Purple #7D177E
Tints of Dark Purple #7D177E
RGB
CMYK
RGB Variations
Color information
#7D177E (or 0x7D177E) is known color: Dark Purple. HEX triplet: 7D, 17 and 7E. RGB value is (125,23,126). Sum of RGB (Red+Green+Blue) = 125+23+126=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #7D177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D177E is #82E881. Grayscale: #404040. Windows color (decimal): -8579202 or 8263549. OLE color: 8263549.
HSL color Cylindrical-coordinate representation of color #7D177E: hue angle of 299.42º 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 #7D177E is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 126 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.51 |
| HSL | 299.42º | 0.69% | 0.29% | - |
| HSV(B) | 299.42º | 0.82% | 0.49% | - |
| XYZ | 12.53 | 6.48 | 20.33 | - |
| YUV | 65.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 126 | 0.01 | 0.82 | 0 | 0.51 | 299.42 | 0.69 | 0.29 |
| Hex | 7D | 17 | 7E | 1 | 52 | 0 | 33 | 12B | 45 | 1D |
| Octal | 175 | 27 | 176 | 1 | 122 | 0 | 63 | 453 | 105 | 35 |
| Binary | 1111101 | 10111 | 1111110 | 1 | 1010010 | 0 | 110011 | 100101011 | 1000101 | 11101 |
Color Harmonies of #7D177E
Complementary color
Monochromatic Colors of #7D177E
Black with #7D177E
Text Example
Text Example
White with #7D177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D177E; }
p { color: rgb(125,23,126); }
H1.HeaderClassName
{
color: #7D177E;
}
.AnyTagClassName
{
color: #7D177E;
}
</style>
background-color css
<style>
a { background-color: #7D177E; }
a { background-color: rgb(125,23,126); }
div.DivClassName
{
background-color: #7D177E;
}
.BgClassName
{
background-color: #7D177E;
}
</style>
border-color css
<style>
span { border-color: #7D177E; }
span { border-color: rgb(125,23,126); }
td.TdClassName
{
border-color: #7D177E;
}
.TagClassName
{
border-color: #7D177E;
}
</style>