Shades of Dark Purple #7D376E
Tints of Dark Purple #7D376E
RGB
CMYK
RGB Variations
Color information
#7D376E (or 0x7D376E) is known color: Dark Purple. HEX triplet: 7D, 37 and 6E. RGB value is (125,55,110). Sum of RGB (Red+Green+Blue) = 125+55+110=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D376E is #82C891. Grayscale: #525252. Windows color (decimal): -8571026 or 7223165. OLE color: 7223165.
HSL color Cylindrical-coordinate representation of color #7D376E: hue angle of 312.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D376E is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 110 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.51 |
| HSL | 312.86º | 0.39% | 0.35% | - |
| HSV(B) | 312.86º | 0.56% | 0.49% | - |
| XYZ | 12.64 | 8.22 | 15.67 | - |
| YUV | 82.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 110 | 0 | 0.56 | 0.12 | 0.51 | 312.86 | 0.39 | 0.35 |
| Hex | 7D | 37 | 6E | 0 | 38 | C | 33 | 139 | 27 | 23 |
| Octal | 175 | 67 | 156 | 0 | 70 | 14 | 63 | 471 | 47 | 43 |
| Binary | 1111101 | 110111 | 1101110 | 0 | 111000 | 1100 | 110011 | 100111001 | 100111 | 100011 |
Color Harmonies of #7D376E
Complementary color
Monochromatic Colors of #7D376E
Black with #7D376E
Text Example
Text Example
White with #7D376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D376E; }
p { color: rgb(125,55,110); }
H1.HeaderClassName
{
color: #7D376E;
}
.AnyTagClassName
{
color: #7D376E;
}
</style>
background-color css
<style>
a { background-color: #7D376E; }
a { background-color: rgb(125,55,110); }
div.DivClassName
{
background-color: #7D376E;
}
.BgClassName
{
background-color: #7D376E;
}
</style>
border-color css
<style>
span { border-color: #7D376E; }
span { border-color: rgb(125,55,110); }
td.TdClassName
{
border-color: #7D376E;
}
.TagClassName
{
border-color: #7D376E;
}
</style>