Shades of Dark Purple #7E396E
Tints of Dark Purple #7E396E
RGB
CMYK
RGB Variations
Color information
#7E396E (or 0x7E396E) is known color: Dark Purple. HEX triplet: 7E, 39 and 6E. RGB value is (126,57,110). Sum of RGB (Red+Green+Blue) = 126+57+110=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E396E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E396E is #81C691. Grayscale: #535353. Windows color (decimal): -8504978 or 7223678. OLE color: 7223678.
HSL color Cylindrical-coordinate representation of color #7E396E: hue angle of 313.91º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E396E is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 110 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.51 |
| HSL | 313.91º | 0.38% | 0.36% | - |
| HSV(B) | 313.91º | 0.55% | 0.49% | - |
| XYZ | 12.88 | 8.49 | 15.71 | - |
| YUV | 83.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 110 | 0 | 0.55 | 0.13 | 0.51 | 313.91 | 0.38 | 0.36 |
| Hex | 7E | 39 | 6E | 0 | 37 | D | 33 | 13A | 26 | 24 |
| Octal | 176 | 71 | 156 | 0 | 67 | 15 | 63 | 472 | 46 | 44 |
| Binary | 1111110 | 111001 | 1101110 | 0 | 110111 | 1101 | 110011 | 100111010 | 100110 | 100100 |
Color Harmonies of #7E396E
Complementary color
Monochromatic Colors of #7E396E
Black with #7E396E
Text Example
Text Example
White with #7E396E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E396E; }
p { color: rgb(126,57,110); }
H1.HeaderClassName
{
color: #7E396E;
}
.AnyTagClassName
{
color: #7E396E;
}
</style>
background-color css
<style>
a { background-color: #7E396E; }
a { background-color: rgb(126,57,110); }
div.DivClassName
{
background-color: #7E396E;
}
.BgClassName
{
background-color: #7E396E;
}
</style>
border-color css
<style>
span { border-color: #7E396E; }
span { border-color: rgb(126,57,110); }
td.TdClassName
{
border-color: #7E396E;
}
.TagClassName
{
border-color: #7E396E;
}
</style>