Shades of Pompadour #7C1156
Tints of Pompadour #7C1156
RGB
CMYK
RGB Variations
Color information
#7C1156 (or 0x7C1156) is known color: Pompadour. HEX triplet: 7C, 11 and 56. RGB value is (124,17,86). Sum of RGB (Red+Green+Blue) = 124+17+86=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1156 is #83EEA9. Grayscale: #383838. Windows color (decimal): -8646314 or 5640572. OLE color: 5640572.
HSL color Cylindrical-coordinate representation of color #7C1156: hue angle of 321.31º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1156 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 86 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.51 |
| HSL | 321.31º | 0.76% | 0.28% | - |
| HSV(B) | 321.31º | 0.86% | 0.49% | - |
| XYZ | 10.19 | 5.36 | 9.3 | - |
| YUV | 56.86 | 144.45 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 86 | 0 | 0.86 | 0.31 | 0.51 | 321.31 | 0.76 | 0.28 |
| Hex | 7C | 11 | 56 | 0 | 56 | 1F | 33 | 141 | 4C | 1C |
| Octal | 174 | 21 | 126 | 0 | 126 | 37 | 63 | 501 | 114 | 34 |
| Binary | 1111100 | 10001 | 1010110 | 0 | 1010110 | 11111 | 110011 | 101000001 | 1001100 | 11100 |
Color Harmonies of #7C1156
Complementary color
Monochromatic Colors of #7C1156
Black with #7C1156
Text Example
Text Example
White with #7C1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1156; }
p { color: rgb(124,17,86); }
H1.HeaderClassName
{
color: #7C1156;
}
.AnyTagClassName
{
color: #7C1156;
}
</style>
background-color css
<style>
a { background-color: #7C1156; }
a { background-color: rgb(124,17,86); }
div.DivClassName
{
background-color: #7C1156;
}
.BgClassName
{
background-color: #7C1156;
}
</style>
border-color css
<style>
span { border-color: #7C1156; }
span { border-color: rgb(124,17,86); }
td.TdClassName
{
border-color: #7C1156;
}
.TagClassName
{
border-color: #7C1156;
}
</style>