Shades of Dark Purple #7E366C
Tints of Dark Purple #7E366C
RGB
CMYK
RGB Variations
Color information
#7E366C (or 0x7E366C) is known color: Dark Purple. HEX triplet: 7E, 36 and 6C. RGB value is (126,54,108). Sum of RGB (Red+Green+Blue) = 126+54+108=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 126 - color contains mainly: red. Hex color #7E366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E366C is #81C993. Grayscale: #515151. Windows color (decimal): -8505748 or 7091838. OLE color: 7091838.
HSL color Cylindrical-coordinate representation of color #7E366C: hue angle of 315º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E366C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 108 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.51 |
| HSL | 315º | 0.4% | 0.35% | - |
| HSV(B) | 315º | 0.57% | 0.49% | - |
| XYZ | 12.63 | 8.16 | 15.1 | - |
| YUV | 81.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 108 | 0 | 0.57 | 0.14 | 0.51 | 315 | 0.4 | 0.35 |
| Hex | 7E | 36 | 6C | 0 | 39 | E | 33 | 13B | 28 | 23 |
| Octal | 176 | 66 | 154 | 0 | 71 | 16 | 63 | 473 | 50 | 43 |
| Binary | 1111110 | 110110 | 1101100 | 0 | 111001 | 1110 | 110011 | 100111011 | 101000 | 100011 |
Color Harmonies of #7E366C
Complementary color
Monochromatic Colors of #7E366C
Black with #7E366C
Text Example
Text Example
White with #7E366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E366C; }
p { color: rgb(126,54,108); }
H1.HeaderClassName
{
color: #7E366C;
}
.AnyTagClassName
{
color: #7E366C;
}
</style>
background-color css
<style>
a { background-color: #7E366C; }
a { background-color: rgb(126,54,108); }
div.DivClassName
{
background-color: #7E366C;
}
.BgClassName
{
background-color: #7E366C;
}
</style>
border-color css
<style>
span { border-color: #7E366C; }
span { border-color: rgb(126,54,108); }
td.TdClassName
{
border-color: #7E366C;
}
.TagClassName
{
border-color: #7E366C;
}
</style>