Shades of Dark Purple #7E3A6C
Tints of Dark Purple #7E3A6C
RGB
CMYK
RGB Variations
Color information
#7E3A6C (or 0x7E3A6C) is known color: Dark Purple. HEX triplet: 7E, 3A and 6C. RGB value is (126,58,108). Sum of RGB (Red+Green+Blue) = 126+58+108=292 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.15% from 292); Green value is 58 (23.05% from 255 or 19.86% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3A6C is #81C593. Grayscale: #535353. Windows color (decimal): -8504724 or 7092862. OLE color: 7092862.
HSL color Cylindrical-coordinate representation of color #7E3A6C: hue angle of 315.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E3A6C is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 108 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.51 |
| HSL | 315.88º | 0.37% | 0.36% | - |
| HSV(B) | 315.88º | 0.54% | 0.49% | - |
| XYZ | 12.82 | 8.54 | 15.16 | - |
| YUV | 84.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 108 | 0 | 0.54 | 0.14 | 0.51 | 315.88 | 0.37 | 0.36 |
| Hex | 7E | 3A | 6C | 0 | 36 | E | 33 | 13C | 25 | 24 |
| Octal | 176 | 72 | 154 | 0 | 66 | 16 | 63 | 474 | 45 | 44 |
| Binary | 1111110 | 111010 | 1101100 | 0 | 110110 | 1110 | 110011 | 100111100 | 100101 | 100100 |
Color Harmonies of #7E3A6C
Complementary color
Monochromatic Colors of #7E3A6C
Black with #7E3A6C
Text Example
Text Example
White with #7E3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A6C; }
p { color: rgb(126,58,108); }
H1.HeaderClassName
{
color: #7E3A6C;
}
.AnyTagClassName
{
color: #7E3A6C;
}
</style>
background-color css
<style>
a { background-color: #7E3A6C; }
a { background-color: rgb(126,58,108); }
div.DivClassName
{
background-color: #7E3A6C;
}
.BgClassName
{
background-color: #7E3A6C;
}
</style>
border-color css
<style>
span { border-color: #7E3A6C; }
span { border-color: rgb(126,58,108); }
td.TdClassName
{
border-color: #7E3A6C;
}
.TagClassName
{
border-color: #7E3A6C;
}
</style>