Shades of Pompadour #781D58
Tints of Pompadour #781D58
RGB
CMYK
RGB Variations
Color information
#781D58 (or 0x781D58) is known color: Pompadour. HEX triplet: 78, 1D and 58. RGB value is (120,29,88). Sum of RGB (Red+Green+Blue) = 120+29+88=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 88 (34.77% from 255 or 37.13% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D58 is #87E2A7. Grayscale: #3E3E3E. Windows color (decimal): -8905384 or 5774712. OLE color: 5774712.
HSL color Cylindrical-coordinate representation of color #781D58: hue angle of 321.1º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D58 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 88 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.53 |
| HSL | 321.1º | 0.61% | 0.29% | - |
| HSV(B) | 321.1º | 0.76% | 0.47% | - |
| XYZ | 9.95 | 5.58 | 9.78 | - |
| YUV | 62.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 88 | 0 | 0.76 | 0.27 | 0.53 | 321.1 | 0.61 | 0.29 |
| Hex | 78 | 1D | 58 | 0 | 4C | 1B | 35 | 141 | 3D | 1D |
| Octal | 170 | 35 | 130 | 0 | 114 | 33 | 65 | 501 | 75 | 35 |
| Binary | 1111000 | 11101 | 1011000 | 0 | 1001100 | 11011 | 110101 | 101000001 | 111101 | 11101 |
Color Harmonies of #781D58
Complementary color
Monochromatic Colors of #781D58
Black with #781D58
Text Example
Text Example
White with #781D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D58; }
p { color: rgb(120,29,88); }
H1.HeaderClassName
{
color: #781D58;
}
.AnyTagClassName
{
color: #781D58;
}
</style>
background-color css
<style>
a { background-color: #781D58; }
a { background-color: rgb(120,29,88); }
div.DivClassName
{
background-color: #781D58;
}
.BgClassName
{
background-color: #781D58;
}
</style>
border-color css
<style>
span { border-color: #781D58; }
span { border-color: rgb(120,29,88); }
td.TdClassName
{
border-color: #781D58;
}
.TagClassName
{
border-color: #781D58;
}
</style>