Shades of Pompadour #7C154E
Tints of Pompadour #7C154E
RGB
CMYK
RGB Variations
Color information
#7C154E (or 0x7C154E) is known color: Pompadour. HEX triplet: 7C, 15 and 4E. RGB value is (124,21,78). Sum of RGB (Red+Green+Blue) = 124+21+78=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C154E is #83EAB1. Grayscale: #3A3A3A. Windows color (decimal): -8645298 or 5117308. OLE color: 5117308.
HSL color Cylindrical-coordinate representation of color #7C154E: hue angle of 326.8º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C154E is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 21 | 78 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.51 |
| HSL | 326.8º | 0.71% | 0.28% | - |
| HSV(B) | 326.8º | 0.83% | 0.49% | - |
| XYZ | 9.96 | 5.37 | 7.72 | - |
| YUV | 58.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 21 | 78 | 0 | 0.83 | 0.37 | 0.51 | 326.8 | 0.71 | 0.28 |
| Hex | 7C | 15 | 4E | 0 | 53 | 25 | 33 | 147 | 47 | 1C |
| Octal | 174 | 25 | 116 | 0 | 123 | 45 | 63 | 507 | 107 | 34 |
| Binary | 1111100 | 10101 | 1001110 | 0 | 1010011 | 100101 | 110011 | 101000111 | 1000111 | 11100 |
Color Harmonies of #7C154E
Complementary color
Monochromatic Colors of #7C154E
Black with #7C154E
Text Example
Text Example
White with #7C154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C154E; }
p { color: rgb(124,21,78); }
H1.HeaderClassName
{
color: #7C154E;
}
.AnyTagClassName
{
color: #7C154E;
}
</style>
background-color css
<style>
a { background-color: #7C154E; }
a { background-color: rgb(124,21,78); }
div.DivClassName
{
background-color: #7C154E;
}
.BgClassName
{
background-color: #7C154E;
}
</style>
border-color css
<style>
span { border-color: #7C154E; }
span { border-color: rgb(124,21,78); }
td.TdClassName
{
border-color: #7C154E;
}
.TagClassName
{
border-color: #7C154E;
}
</style>