Shades of Dark Purple #7E376C
Tints of Dark Purple #7E376C
RGB
CMYK
RGB Variations
Color information
#7E376C (or 0x7E376C) is known color: Dark Purple. HEX triplet: 7E, 37 and 6C. RGB value is (126,55,108). Sum of RGB (Red+Green+Blue) = 126+55+108=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E376C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E376C is #81C893. Grayscale: #525252. Windows color (decimal): -8505492 or 7092094. OLE color: 7092094.
HSL color Cylindrical-coordinate representation of color #7E376C: hue angle of 315.21º 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 #7E376C is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 55 | 108 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.51 |
| HSL | 315.21º | 0.39% | 0.35% | - |
| HSV(B) | 315.21º | 0.56% | 0.49% | - |
| XYZ | 12.68 | 8.25 | 15.11 | - |
| YUV | 82.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 55 | 108 | 0 | 0.56 | 0.14 | 0.51 | 315.21 | 0.39 | 0.35 |
| Hex | 7E | 37 | 6C | 0 | 38 | E | 33 | 13B | 27 | 23 |
| Octal | 176 | 67 | 154 | 0 | 70 | 16 | 63 | 473 | 47 | 43 |
| Binary | 1111110 | 110111 | 1101100 | 0 | 111000 | 1110 | 110011 | 100111011 | 100111 | 100011 |
Color Harmonies of #7E376C
Complementary color
Monochromatic Colors of #7E376C
Black with #7E376C
Text Example
Text Example
White with #7E376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E376C; }
p { color: rgb(126,55,108); }
H1.HeaderClassName
{
color: #7E376C;
}
.AnyTagClassName
{
color: #7E376C;
}
</style>
background-color css
<style>
a { background-color: #7E376C; }
a { background-color: rgb(126,55,108); }
div.DivClassName
{
background-color: #7E376C;
}
.BgClassName
{
background-color: #7E376C;
}
</style>
border-color css
<style>
span { border-color: #7E376C; }
span { border-color: rgb(126,55,108); }
td.TdClassName
{
border-color: #7E376C;
}
.TagClassName
{
border-color: #7E376C;
}
</style>