Shades of Pompadour #7C1157
Tints of Pompadour #7C1157
RGB
CMYK
RGB Variations
Color information
#7C1157 (or 0x7C1157) is known color: Pompadour. HEX triplet: 7C, 11 and 57. RGB value is (124,17,87). Sum of RGB (Red+Green+Blue) = 124+17+87=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1157 is #83EEA8. Grayscale: #383838. Windows color (decimal): -8646313 or 5706108. OLE color: 5706108.
HSL color Cylindrical-coordinate representation of color #7C1157: hue angle of 320.75º 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 #7C1157 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 17 | 87 | - |
| CMYK | 0 | 0.86 | 0.30 | 0.51 |
| HSL | 320.75º | 0.76% | 0.28% | - |
| HSV(B) | 320.75º | 0.86% | 0.49% | - |
| XYZ | 10.23 | 5.37 | 9.51 | - |
| YUV | 56.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 17 | 87 | 0 | 0.86 | 0.30 | 0.51 | 320.75 | 0.76 | 0.28 |
| Hex | 7C | 11 | 57 | 0 | 56 | 1E | 33 | 141 | 4C | 1C |
| Octal | 174 | 21 | 127 | 0 | 126 | 36 | 63 | 501 | 114 | 34 |
| Binary | 1111100 | 10001 | 1010111 | 0 | 1010110 | 11110 | 110011 | 101000001 | 1001100 | 11100 |
Color Harmonies of #7C1157
Complementary color
Monochromatic Colors of #7C1157
Black with #7C1157
Text Example
Text Example
White with #7C1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1157; }
p { color: rgb(124,17,87); }
H1.HeaderClassName
{
color: #7C1157;
}
.AnyTagClassName
{
color: #7C1157;
}
</style>
background-color css
<style>
a { background-color: #7C1157; }
a { background-color: rgb(124,17,87); }
div.DivClassName
{
background-color: #7C1157;
}
.BgClassName
{
background-color: #7C1157;
}
</style>
border-color css
<style>
span { border-color: #7C1157; }
span { border-color: rgb(124,17,87); }
td.TdClassName
{
border-color: #7C1157;
}
.TagClassName
{
border-color: #7C1157;
}
</style>