Shades of Pompadour #781E53
Tints of Pompadour #781E53
RGB
CMYK
RGB Variations
Color information
#781E53 (or 0x781E53) is known color: Pompadour. HEX triplet: 78, 1E and 53. RGB value is (120,30,83). Sum of RGB (Red+Green+Blue) = 120+30+83=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E53 is #87E1AC. Grayscale: #3E3E3E. Windows color (decimal): -8905133 or 5447288. OLE color: 5447288.
HSL color Cylindrical-coordinate representation of color #781E53: hue angle of 324.67º 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 #781E53 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 30 | 83 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.53 |
| HSL | 324.67º | 0.6% | 0.29% | - |
| HSV(B) | 324.67º | 0.75% | 0.47% | - |
| XYZ | 9.77 | 5.55 | 8.74 | - |
| YUV | 62.95 | 139.32 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 30 | 83 | 0 | 0.75 | 0.31 | 0.53 | 324.67 | 0.6 | 0.29 |
| Hex | 78 | 1E | 53 | 0 | 4B | 1F | 35 | 145 | 3C | 1D |
| Octal | 170 | 36 | 123 | 0 | 113 | 37 | 65 | 505 | 74 | 35 |
| Binary | 1111000 | 11110 | 1010011 | 0 | 1001011 | 11111 | 110101 | 101000101 | 111100 | 11101 |
Color Harmonies of #781E53
Complementary color
Monochromatic Colors of #781E53
Black with #781E53
Text Example
Text Example
White with #781E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781E53; }
p { color: rgb(120,30,83); }
H1.HeaderClassName
{
color: #781E53;
}
.AnyTagClassName
{
color: #781E53;
}
</style>
background-color css
<style>
a { background-color: #781E53; }
a { background-color: rgb(120,30,83); }
div.DivClassName
{
background-color: #781E53;
}
.BgClassName
{
background-color: #781E53;
}
</style>
border-color css
<style>
span { border-color: #781E53; }
span { border-color: rgb(120,30,83); }
td.TdClassName
{
border-color: #781E53;
}
.TagClassName
{
border-color: #781E53;
}
</style>