Shades of Pompadour #7E1658
Tints of Pompadour #7E1658
RGB
CMYK
RGB Variations
Color information
#7E1658 (or 0x7E1658) is known color: Pompadour. HEX triplet: 7E, 16 and 58. RGB value is (126,22,88). Sum of RGB (Red+Green+Blue) = 126+22+88=236 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.39% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1658 is #81E9A7. Grayscale: #3C3C3C. Windows color (decimal): -8513960 or 5772926. OLE color: 5772926.
HSL color Cylindrical-coordinate representation of color #7E1658: hue angle of 321.92º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E1658 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 22 | 88 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.51 |
| HSL | 321.92º | 0.7% | 0.29% | - |
| HSV(B) | 321.92º | 0.83% | 0.49% | - |
| XYZ | 10.65 | 5.71 | 9.77 | - |
| YUV | 60.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 22 | 88 | 0 | 0.83 | 0.30 | 0.51 | 321.92 | 0.7 | 0.29 |
| Hex | 7E | 16 | 58 | 0 | 53 | 1E | 33 | 142 | 46 | 1D |
| Octal | 176 | 26 | 130 | 0 | 123 | 36 | 63 | 502 | 106 | 35 |
| Binary | 1111110 | 10110 | 1011000 | 0 | 1010011 | 11110 | 110011 | 101000010 | 1000110 | 11101 |
Color Harmonies of #7E1658
Complementary color
Monochromatic Colors of #7E1658
Black with #7E1658
Text Example
Text Example
White with #7E1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1658; }
p { color: rgb(126,22,88); }
H1.HeaderClassName
{
color: #7E1658;
}
.AnyTagClassName
{
color: #7E1658;
}
</style>
background-color css
<style>
a { background-color: #7E1658; }
a { background-color: rgb(126,22,88); }
div.DivClassName
{
background-color: #7E1658;
}
.BgClassName
{
background-color: #7E1658;
}
</style>
border-color css
<style>
span { border-color: #7E1658; }
span { border-color: rgb(126,22,88); }
td.TdClassName
{
border-color: #7E1658;
}
.TagClassName
{
border-color: #7E1658;
}
</style>