Shades of Pompadour #7E114E
Tints of Pompadour #7E114E
RGB
CMYK
RGB Variations
Color information
#7E114E (or 0x7E114E) is known color: Pompadour. HEX triplet: 7E, 11 and 4E. RGB value is (126,17,78). Sum of RGB (Red+Green+Blue) = 126+17+78=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E114E is #81EEB1. Grayscale: #383838. Windows color (decimal): -8515250 or 5116286. OLE color: 5116286.
HSL color Cylindrical-coordinate representation of color #7E114E: hue angle of 326.42º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E114E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 17 | 78 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.51 |
| HSL | 326.42º | 0.76% | 0.28% | - |
| HSV(B) | 326.42º | 0.87% | 0.49% | - |
| XYZ | 10.18 | 5.39 | 7.71 | - |
| YUV | 56.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 17 | 78 | 0 | 0.87 | 0.38 | 0.51 | 326.42 | 0.76 | 0.28 |
| Hex | 7E | 11 | 4E | 0 | 57 | 26 | 33 | 146 | 4C | 1C |
| Octal | 176 | 21 | 116 | 0 | 127 | 46 | 63 | 506 | 114 | 34 |
| Binary | 1111110 | 10001 | 1001110 | 0 | 1010111 | 100110 | 110011 | 101000110 | 1001100 | 11100 |
Color Harmonies of #7E114E
Complementary color
Monochromatic Colors of #7E114E
Black with #7E114E
Text Example
Text Example
White with #7E114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E114E; }
p { color: rgb(126,17,78); }
H1.HeaderClassName
{
color: #7E114E;
}
.AnyTagClassName
{
color: #7E114E;
}
</style>
background-color css
<style>
a { background-color: #7E114E; }
a { background-color: rgb(126,17,78); }
div.DivClassName
{
background-color: #7E114E;
}
.BgClassName
{
background-color: #7E114E;
}
</style>
border-color css
<style>
span { border-color: #7E114E; }
span { border-color: rgb(126,17,78); }
td.TdClassName
{
border-color: #7E114E;
}
.TagClassName
{
border-color: #7E114E;
}
</style>