Shades of Dark Purple #7D177B
Tints of Dark Purple #7D177B
RGB
CMYK
RGB Variations
Color information
#7D177B (or 0x7D177B) is known color: Dark Purple. HEX triplet: 7D, 17 and 7B. RGB value is (125,23,123). Sum of RGB (Red+Green+Blue) = 125+23+123=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D177B is #82E884. Grayscale: #404040. Windows color (decimal): -8579205 or 8066941. OLE color: 8066941.
HSL color Cylindrical-coordinate representation of color #7D177B: hue angle of 301.18º 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 #7D177B is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 23 | 123 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.51 |
| HSL | 301.18º | 0.69% | 0.29% | - |
| HSV(B) | 301.18º | 0.82% | 0.49% | - |
| XYZ | 12.34 | 6.4 | 19.32 | - |
| YUV | 64.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 23 | 123 | 0 | 0.82 | 0.02 | 0.51 | 301.18 | 0.69 | 0.29 |
| Hex | 7D | 17 | 7B | 0 | 52 | 2 | 33 | 12D | 45 | 1D |
| Octal | 175 | 27 | 173 | 0 | 122 | 2 | 63 | 455 | 105 | 35 |
| Binary | 1111101 | 10111 | 1111011 | 0 | 1010010 | 10 | 110011 | 100101101 | 1000101 | 11101 |
Color Harmonies of #7D177B
Complementary color
Monochromatic Colors of #7D177B
Black with #7D177B
Text Example
Text Example
White with #7D177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D177B; }
p { color: rgb(125,23,123); }
H1.HeaderClassName
{
color: #7D177B;
}
.AnyTagClassName
{
color: #7D177B;
}
</style>
background-color css
<style>
a { background-color: #7D177B; }
a { background-color: rgb(125,23,123); }
div.DivClassName
{
background-color: #7D177B;
}
.BgClassName
{
background-color: #7D177B;
}
</style>
border-color css
<style>
span { border-color: #7D177B; }
span { border-color: rgb(125,23,123); }
td.TdClassName
{
border-color: #7D177B;
}
.TagClassName
{
border-color: #7D177B;
}
</style>