Shades of Dark Purple #7E386D
Tints of Dark Purple #7E386D
RGB
CMYK
RGB Variations
Color information
#7E386D (or 0x7E386D) is known color: Dark Purple. HEX triplet: 7E, 38 and 6D. RGB value is (126,56,109). Sum of RGB (Red+Green+Blue) = 126+56+109=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E386D is #81C792. Grayscale: #525252. Windows color (decimal): -8505235 or 7157886. OLE color: 7157886.
HSL color Cylindrical-coordinate representation of color #7E386D: hue angle of 314.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E386D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 56 | 109 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.51 |
| HSL | 314.57º | 0.38% | 0.36% | - |
| HSV(B) | 314.57º | 0.56% | 0.49% | - |
| XYZ | 12.78 | 8.37 | 15.41 | - |
| YUV | 82.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 56 | 109 | 0 | 0.56 | 0.13 | 0.51 | 314.57 | 0.38 | 0.36 |
| Hex | 7E | 38 | 6D | 0 | 38 | D | 33 | 13B | 26 | 24 |
| Octal | 176 | 70 | 155 | 0 | 70 | 15 | 63 | 473 | 46 | 44 |
| Binary | 1111110 | 111000 | 1101101 | 0 | 111000 | 1101 | 110011 | 100111011 | 100110 | 100100 |
Color Harmonies of #7E386D
Complementary color
Monochromatic Colors of #7E386D
Black with #7E386D
Text Example
Text Example
White with #7E386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E386D; }
p { color: rgb(126,56,109); }
H1.HeaderClassName
{
color: #7E386D;
}
.AnyTagClassName
{
color: #7E386D;
}
</style>
background-color css
<style>
a { background-color: #7E386D; }
a { background-color: rgb(126,56,109); }
div.DivClassName
{
background-color: #7E386D;
}
.BgClassName
{
background-color: #7E386D;
}
</style>
border-color css
<style>
span { border-color: #7E386D; }
span { border-color: rgb(126,56,109); }
td.TdClassName
{
border-color: #7E386D;
}
.TagClassName
{
border-color: #7E386D;
}
</style>