Shades of Pompadour #60224E
Tints of Pompadour #60224E
RGB
CMYK
RGB Variations
Color information
#60224E (or 0x60224E) is known color: Pompadour. HEX triplet: 60, 22 and 4E. RGB value is (96,34,78). Sum of RGB (Red+Green+Blue) = 96+34+78=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60224E is #9FDDB1. Grayscale: #393939. Windows color (decimal): -10476978 or 5120608. OLE color: 5120608.
HSL color Cylindrical-coordinate representation of color #60224E: hue angle of 317.42º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60224E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 34 | 78 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.62 |
| HSL | 317.42º | 0.48% | 0.25% | - |
| HSV(B) | 317.42º | 0.65% | 0.38% | - |
| XYZ | 6.77 | 4.18 | 7.66 | - |
| YUV | 57.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 78 | 0 | 0.65 | 0.19 | 0.62 | 317.42 | 0.48 | 0.25 |
| Hex | 60 | 22 | 4E | 0 | 41 | 13 | 3E | 13D | 30 | 19 |
| Octal | 140 | 42 | 116 | 0 | 101 | 23 | 76 | 475 | 60 | 31 |
| Binary | 1100000 | 100010 | 1001110 | 0 | 1000001 | 10011 | 111110 | 100111101 | 110000 | 11001 |
Color Harmonies of #60224E
Complementary color
Monochromatic Colors of #60224E
Black with #60224E
Text Example
Text Example
White with #60224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60224E; }
p { color: rgb(96,34,78); }
H1.HeaderClassName
{
color: #60224E;
}
.AnyTagClassName
{
color: #60224E;
}
</style>
background-color css
<style>
a { background-color: #60224E; }
a { background-color: rgb(96,34,78); }
div.DivClassName
{
background-color: #60224E;
}
.BgClassName
{
background-color: #60224E;
}
</style>
border-color css
<style>
span { border-color: #60224E; }
span { border-color: rgb(96,34,78); }
td.TdClassName
{
border-color: #60224E;
}
.TagClassName
{
border-color: #60224E;
}
</style>