Shades of Pompadour #780C58
Tints of Pompadour #780C58
RGB
CMYK
RGB Variations
Color information
#780C58 (or 0x780C58) is known color: Pompadour. HEX triplet: 78, 0C and 58. RGB value is (120,12,88). Sum of RGB (Red+Green+Blue) = 120+12+88=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #780C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C58 is #87F3A7. Grayscale: #343434. Windows color (decimal): -8909736 or 5770360. OLE color: 5770360.
HSL color Cylindrical-coordinate representation of color #780C58: hue angle of 317.78º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C58 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 12 | 88 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.53 |
| HSL | 317.78º | 0.82% | 0.26% | - |
| HSV(B) | 317.78º | 0.9% | 0.47% | - |
| XYZ | 9.64 | 4.96 | 9.68 | - |
| YUV | 52.96 | 147.78 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 12 | 88 | 0 | 0.90 | 0.27 | 0.53 | 317.78 | 0.82 | 0.26 |
| Hex | 78 | C | 58 | 0 | 5A | 1B | 35 | 13E | 52 | 1A |
| Octal | 170 | 14 | 130 | 0 | 132 | 33 | 65 | 476 | 122 | 32 |
| Binary | 1111000 | 1100 | 1011000 | 0 | 1011010 | 11011 | 110101 | 100111110 | 1010010 | 11010 |
Color Harmonies of #780C58
Complementary color
Monochromatic Colors of #780C58
Black with #780C58
Text Example
Text Example
White with #780C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780C58; }
p { color: rgb(120,12,88); }
H1.HeaderClassName
{
color: #780C58;
}
.AnyTagClassName
{
color: #780C58;
}
</style>
background-color css
<style>
a { background-color: #780C58; }
a { background-color: rgb(120,12,88); }
div.DivClassName
{
background-color: #780C58;
}
.BgClassName
{
background-color: #780C58;
}
</style>
border-color css
<style>
span { border-color: #780C58; }
span { border-color: rgb(120,12,88); }
td.TdClassName
{
border-color: #780C58;
}
.TagClassName
{
border-color: #780C58;
}
</style>