Shades of Pompadour #781E57
Tints of Pompadour #781E57
RGB
CMYK
RGB Variations
Color information
#781E57 (or 0x781E57) is known color: Pompadour. HEX triplet: 78, 1E and 57. RGB value is (120,30,87). Sum of RGB (Red+Green+Blue) = 120+30+87=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 30 (12.11% from 255 or 12.66% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E57 is #87E1A8. Grayscale: #3F3F3F. Windows color (decimal): -8905129 or 5709432. OLE color: 5709432.
HSL color Cylindrical-coordinate representation of color #781E57: hue angle of 322º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #781E57 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 87 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.53 |
| HSL | 322º | 0.6% | 0.29% | - |
| HSV(B) | 322º | 0.75% | 0.47% | - |
| XYZ | 9.93 | 5.61 | 9.58 | - |
| YUV | 63.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 87 | 0 | 0.75 | 0.28 | 0.53 | 322 | 0.6 | 0.29 |
| Hex | 78 | 1E | 57 | 0 | 4B | 1C | 35 | 142 | 3C | 1D |
| Octal | 170 | 36 | 127 | 0 | 113 | 34 | 65 | 502 | 74 | 35 |
| Binary | 1111000 | 11110 | 1010111 | 0 | 1001011 | 11100 | 110101 | 101000010 | 111100 | 11101 |
Color Harmonies of #781E57
Complementary color
Monochromatic Colors of #781E57
Black with #781E57
Text Example
Text Example
White with #781E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E57; }
p { color: rgb(120,30,87); }
H1.HeaderClassName
{
color: #781E57;
}
.AnyTagClassName
{
color: #781E57;
}
</style>
background-color css
<style>
a { background-color: #781E57; }
a { background-color: rgb(120,30,87); }
div.DivClassName
{
background-color: #781E57;
}
.BgClassName
{
background-color: #781E57;
}
</style>
border-color css
<style>
span { border-color: #781E57; }
span { border-color: rgb(120,30,87); }
td.TdClassName
{
border-color: #781E57;
}
.TagClassName
{
border-color: #781E57;
}
</style>