Shades of Dark Purple #7E396C
Tints of Dark Purple #7E396C
RGB
CMYK
RGB Variations
Color information
#7E396C (or 0x7E396C) is known color: Dark Purple. HEX triplet: 7E, 39 and 6C. RGB value is (126,57,108). Sum of RGB (Red+Green+Blue) = 126+57+108=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E396C is #81C693. Grayscale: #535353. Windows color (decimal): -8504980 or 7092606. OLE color: 7092606.
HSL color Cylindrical-coordinate representation of color #7E396C: hue angle of 315.65º 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 #7E396C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 57 | 108 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.51 |
| HSL | 315.65º | 0.38% | 0.36% | - |
| HSV(B) | 315.65º | 0.55% | 0.49% | - |
| XYZ | 12.77 | 8.44 | 15.14 | - |
| YUV | 83.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 108 | 0 | 0.55 | 0.14 | 0.51 | 315.65 | 0.38 | 0.36 |
| Hex | 7E | 39 | 6C | 0 | 37 | E | 33 | 13C | 26 | 24 |
| Octal | 176 | 71 | 154 | 0 | 67 | 16 | 63 | 474 | 46 | 44 |
| Binary | 1111110 | 111001 | 1101100 | 0 | 110111 | 1110 | 110011 | 100111100 | 100110 | 100100 |
Color Harmonies of #7E396C
Complementary color
Monochromatic Colors of #7E396C
Black with #7E396C
Text Example
Text Example
White with #7E396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E396C; }
p { color: rgb(126,57,108); }
H1.HeaderClassName
{
color: #7E396C;
}
.AnyTagClassName
{
color: #7E396C;
}
</style>
background-color css
<style>
a { background-color: #7E396C; }
a { background-color: rgb(126,57,108); }
div.DivClassName
{
background-color: #7E396C;
}
.BgClassName
{
background-color: #7E396C;
}
</style>
border-color css
<style>
span { border-color: #7E396C; }
span { border-color: rgb(126,57,108); }
td.TdClassName
{
border-color: #7E396C;
}
.TagClassName
{
border-color: #7E396C;
}
</style>