Shades of Dark Purple #7C376E
Tints of Dark Purple #7C376E
RGB
CMYK
RGB Variations
Color information
#7C376E (or 0x7C376E) is known color: Dark Purple. HEX triplet: 7C, 37 and 6E. RGB value is (124,55,110). Sum of RGB (Red+Green+Blue) = 124+55+110=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C376E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C376E is #83C891. Grayscale: #515151. Windows color (decimal): -8636562 or 7223164. OLE color: 7223164.
HSL color Cylindrical-coordinate representation of color #7C376E: hue angle of 312.17º 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 #7C376E is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 110 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.51 |
| HSL | 312.17º | 0.39% | 0.35% | - |
| HSV(B) | 312.17º | 0.56% | 0.49% | - |
| XYZ | 12.49 | 8.14 | 15.67 | - |
| YUV | 81.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 110 | 0 | 0.56 | 0.11 | 0.51 | 312.17 | 0.39 | 0.35 |
| Hex | 7C | 37 | 6E | 0 | 38 | B | 33 | 138 | 27 | 23 |
| Octal | 174 | 67 | 156 | 0 | 70 | 13 | 63 | 470 | 47 | 43 |
| Binary | 1111100 | 110111 | 1101110 | 0 | 111000 | 1011 | 110011 | 100111000 | 100111 | 100011 |
Color Harmonies of #7C376E
Complementary color
Monochromatic Colors of #7C376E
Black with #7C376E
Text Example
Text Example
White with #7C376E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C376E; }
p { color: rgb(124,55,110); }
H1.HeaderClassName
{
color: #7C376E;
}
.AnyTagClassName
{
color: #7C376E;
}
</style>
background-color css
<style>
a { background-color: #7C376E; }
a { background-color: rgb(124,55,110); }
div.DivClassName
{
background-color: #7C376E;
}
.BgClassName
{
background-color: #7C376E;
}
</style>
border-color css
<style>
span { border-color: #7C376E; }
span { border-color: rgb(124,55,110); }
td.TdClassName
{
border-color: #7C376E;
}
.TagClassName
{
border-color: #7C376E;
}
</style>