Shades of Pompadour #7E104E
Tints of Pompadour #7E104E
RGB
CMYK
RGB Variations
Color information
#7E104E (or 0x7E104E) is known color: Pompadour. HEX triplet: 7E, 10 and 4E. RGB value is (126,16,78). Sum of RGB (Red+Green+Blue) = 126+16+78=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E104E is #81EFB1. Grayscale: #373737. Windows color (decimal): -8515506 or 5116030. OLE color: 5116030.
HSL color Cylindrical-coordinate representation of color #7E104E: hue angle of 326.18º degrees, saturation: 0.77, 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 #7E104E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 16 | 78 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.51 |
| HSL | 326.18º | 0.77% | 0.28% | - |
| HSV(B) | 326.18º | 0.87% | 0.49% | - |
| XYZ | 10.16 | 5.36 | 7.71 | - |
| YUV | 55.96 | 140.44 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 16 | 78 | 0 | 0.87 | 0.38 | 0.51 | 326.18 | 0.77 | 0.28 |
| Hex | 7E | 10 | 4E | 0 | 57 | 26 | 33 | 146 | 4D | 1C |
| Octal | 176 | 20 | 116 | 0 | 127 | 46 | 63 | 506 | 115 | 34 |
| Binary | 1111110 | 10000 | 1001110 | 0 | 1010111 | 100110 | 110011 | 101000110 | 1001101 | 11100 |
Color Harmonies of #7E104E
Complementary color
Monochromatic Colors of #7E104E
Black with #7E104E
Text Example
Text Example
White with #7E104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E104E; }
p { color: rgb(126,16,78); }
H1.HeaderClassName
{
color: #7E104E;
}
.AnyTagClassName
{
color: #7E104E;
}
</style>
background-color css
<style>
a { background-color: #7E104E; }
a { background-color: rgb(126,16,78); }
div.DivClassName
{
background-color: #7E104E;
}
.BgClassName
{
background-color: #7E104E;
}
</style>
border-color css
<style>
span { border-color: #7E104E; }
span { border-color: rgb(126,16,78); }
td.TdClassName
{
border-color: #7E104E;
}
.TagClassName
{
border-color: #7E104E;
}
</style>