Shades of Pompadour #781C58
Tints of Pompadour #781C58
RGB
CMYK
RGB Variations
Color information
#781C58 (or 0x781C58) is known color: Pompadour. HEX triplet: 78, 1C and 58. RGB value is (120,28,88). Sum of RGB (Red+Green+Blue) = 120+28+88=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #781C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C58 is #87E3A7. Grayscale: #3E3E3E. Windows color (decimal): -8905640 or 5774456. OLE color: 5774456.
HSL color Cylindrical-coordinate representation of color #781C58: hue angle of 320.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C58 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 88 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.53 |
| HSL | 320.87º | 0.62% | 0.29% | - |
| HSV(B) | 320.87º | 0.77% | 0.47% | - |
| XYZ | 9.92 | 5.53 | 9.78 | - |
| YUV | 62.35 | 142.48 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 88 | 0 | 0.77 | 0.27 | 0.53 | 320.87 | 0.62 | 0.29 |
| Hex | 78 | 1C | 58 | 0 | 4D | 1B | 35 | 141 | 3E | 1D |
| Octal | 170 | 34 | 130 | 0 | 115 | 33 | 65 | 501 | 76 | 35 |
| Binary | 1111000 | 11100 | 1011000 | 0 | 1001101 | 11011 | 110101 | 101000001 | 111110 | 11101 |
Color Harmonies of #781C58
Complementary color
Monochromatic Colors of #781C58
Black with #781C58
Text Example
Text Example
White with #781C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C58; }
p { color: rgb(120,28,88); }
H1.HeaderClassName
{
color: #781C58;
}
.AnyTagClassName
{
color: #781C58;
}
</style>
background-color css
<style>
a { background-color: #781C58; }
a { background-color: rgb(120,28,88); }
div.DivClassName
{
background-color: #781C58;
}
.BgClassName
{
background-color: #781C58;
}
</style>
border-color css
<style>
span { border-color: #781C58; }
span { border-color: rgb(120,28,88); }
td.TdClassName
{
border-color: #781C58;
}
.TagClassName
{
border-color: #781C58;
}
</style>