Shades of Pompadour #781A58
Tints of Pompadour #781A58
RGB
CMYK
RGB Variations
Color information
#781A58 (or 0x781A58) is known color: Pompadour. HEX triplet: 78, 1A and 58. RGB value is (120,26,88). Sum of RGB (Red+Green+Blue) = 120+26+88=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A58 is #87E5A7. Grayscale: #3D3D3D. Windows color (decimal): -8906152 or 5773944. OLE color: 5773944.
HSL color Cylindrical-coordinate representation of color #781A58: hue angle of 320.43º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #781A58 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 26 | 88 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.53 |
| HSL | 320.43º | 0.64% | 0.29% | - |
| HSV(B) | 320.43º | 0.78% | 0.47% | - |
| XYZ | 9.88 | 5.44 | 9.76 | - |
| YUV | 61.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 88 | 0 | 0.78 | 0.27 | 0.53 | 320.43 | 0.64 | 0.29 |
| Hex | 78 | 1A | 58 | 0 | 4E | 1B | 35 | 140 | 40 | 1D |
| Octal | 170 | 32 | 130 | 0 | 116 | 33 | 65 | 500 | 100 | 35 |
| Binary | 1111000 | 11010 | 1011000 | 0 | 1001110 | 11011 | 110101 | 101000000 | 1000000 | 11101 |
Color Harmonies of #781A58
Complementary color
Monochromatic Colors of #781A58
Black with #781A58
Text Example
Text Example
White with #781A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A58; }
p { color: rgb(120,26,88); }
H1.HeaderClassName
{
color: #781A58;
}
.AnyTagClassName
{
color: #781A58;
}
</style>
background-color css
<style>
a { background-color: #781A58; }
a { background-color: rgb(120,26,88); }
div.DivClassName
{
background-color: #781A58;
}
.BgClassName
{
background-color: #781A58;
}
</style>
border-color css
<style>
span { border-color: #781A58; }
span { border-color: rgb(120,26,88); }
td.TdClassName
{
border-color: #781A58;
}
.TagClassName
{
border-color: #781A58;
}
</style>