Shades of Pompadour #7E1558
Tints of Pompadour #7E1558
RGB
CMYK
RGB Variations
Color information
#7E1558 (or 0x7E1558) is known color: Pompadour. HEX triplet: 7E, 15 and 58. RGB value is (126,21,88). Sum of RGB (Red+Green+Blue) = 126+21+88=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1558 is #81EAA7. Grayscale: #3B3B3B. Windows color (decimal): -8514216 or 5772670. OLE color: 5772670.
HSL color Cylindrical-coordinate representation of color #7E1558: hue angle of 321.71º degrees, saturation: 0.71, 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 #7E1558 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 21 | 88 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.51 |
| HSL | 321.71º | 0.71% | 0.29% | - |
| HSV(B) | 321.71º | 0.83% | 0.49% | - |
| XYZ | 10.63 | 5.68 | 9.77 | - |
| YUV | 60.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 21 | 88 | 0 | 0.83 | 0.30 | 0.51 | 321.71 | 0.71 | 0.29 |
| Hex | 7E | 15 | 58 | 0 | 53 | 1E | 33 | 142 | 47 | 1D |
| Octal | 176 | 25 | 130 | 0 | 123 | 36 | 63 | 502 | 107 | 35 |
| Binary | 1111110 | 10101 | 1011000 | 0 | 1010011 | 11110 | 110011 | 101000010 | 1000111 | 11101 |
Color Harmonies of #7E1558
Complementary color
Monochromatic Colors of #7E1558
Black with #7E1558
Text Example
Text Example
White with #7E1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1558; }
p { color: rgb(126,21,88); }
H1.HeaderClassName
{
color: #7E1558;
}
.AnyTagClassName
{
color: #7E1558;
}
</style>
background-color css
<style>
a { background-color: #7E1558; }
a { background-color: rgb(126,21,88); }
div.DivClassName
{
background-color: #7E1558;
}
.BgClassName
{
background-color: #7E1558;
}
</style>
border-color css
<style>
span { border-color: #7E1558; }
span { border-color: rgb(126,21,88); }
td.TdClassName
{
border-color: #7E1558;
}
.TagClassName
{
border-color: #7E1558;
}
</style>