Shades of Pompadour #7C1A57
Tints of Pompadour #7C1A57
RGB
CMYK
RGB Variations
Color information
#7C1A57 (or 0x7C1A57) is known color: Pompadour. HEX triplet: 7C, 1A and 57. RGB value is (124,26,87). Sum of RGB (Red+Green+Blue) = 124+26+87=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A57 is #83E5A8. Grayscale: #3E3E3E. Windows color (decimal): -8644009 or 5708412. OLE color: 5708412.
HSL color Cylindrical-coordinate representation of color #7C1A57: hue angle of 322.65º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A57 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 26 | 87 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.51 |
| HSL | 322.65º | 0.65% | 0.29% | - |
| HSV(B) | 322.65º | 0.79% | 0.49% | - |
| XYZ | 10.4 | 5.71 | 9.57 | - |
| YUV | 62.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 26 | 87 | 0 | 0.79 | 0.30 | 0.51 | 322.65 | 0.65 | 0.29 |
| Hex | 7C | 1A | 57 | 0 | 4F | 1E | 33 | 143 | 41 | 1D |
| Octal | 174 | 32 | 127 | 0 | 117 | 36 | 63 | 503 | 101 | 35 |
| Binary | 1111100 | 11010 | 1010111 | 0 | 1001111 | 11110 | 110011 | 101000011 | 1000001 | 11101 |
Color Harmonies of #7C1A57
Complementary color
Monochromatic Colors of #7C1A57
Black with #7C1A57
Text Example
Text Example
White with #7C1A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1A57; }
p { color: rgb(124,26,87); }
H1.HeaderClassName
{
color: #7C1A57;
}
.AnyTagClassName
{
color: #7C1A57;
}
</style>
background-color css
<style>
a { background-color: #7C1A57; }
a { background-color: rgb(124,26,87); }
div.DivClassName
{
background-color: #7C1A57;
}
.BgClassName
{
background-color: #7C1A57;
}
</style>
border-color css
<style>
span { border-color: #7C1A57; }
span { border-color: rgb(124,26,87); }
td.TdClassName
{
border-color: #7C1A57;
}
.TagClassName
{
border-color: #7C1A57;
}
</style>