Shades of Dark Purple #7E366A
Tints of Dark Purple #7E366A
RGB
CMYK
RGB Variations
Color information
#7E366A (or 0x7E366A) is known color: Dark Purple. HEX triplet: 7E, 36 and 6A. RGB value is (126,54,106). Sum of RGB (Red+Green+Blue) = 126+54+106=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E366A is #81C995. Grayscale: #515151. Windows color (decimal): -8505750 or 6960766. OLE color: 6960766.
HSL color Cylindrical-coordinate representation of color #7E366A: hue angle of 316.67º 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 #7E366A is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 54 | 106 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.51 |
| HSL | 316.67º | 0.4% | 0.35% | - |
| HSV(B) | 316.67º | 0.57% | 0.49% | - |
| XYZ | 12.52 | 8.11 | 14.54 | - |
| YUV | 81.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 106 | 0 | 0.57 | 0.16 | 0.51 | 316.67 | 0.4 | 0.35 |
| Hex | 7E | 36 | 6A | 0 | 39 | 10 | 33 | 13D | 28 | 23 |
| Octal | 176 | 66 | 152 | 0 | 71 | 20 | 63 | 475 | 50 | 43 |
| Binary | 1111110 | 110110 | 1101010 | 0 | 111001 | 10000 | 110011 | 100111101 | 101000 | 100011 |
Color Harmonies of #7E366A
Complementary color
Monochromatic Colors of #7E366A
Black with #7E366A
Text Example
Text Example
White with #7E366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E366A; }
p { color: rgb(126,54,106); }
H1.HeaderClassName
{
color: #7E366A;
}
.AnyTagClassName
{
color: #7E366A;
}
</style>
background-color css
<style>
a { background-color: #7E366A; }
a { background-color: rgb(126,54,106); }
div.DivClassName
{
background-color: #7E366A;
}
.BgClassName
{
background-color: #7E366A;
}
</style>
border-color css
<style>
span { border-color: #7E366A; }
span { border-color: rgb(126,54,106); }
td.TdClassName
{
border-color: #7E366A;
}
.TagClassName
{
border-color: #7E366A;
}
</style>