Shades of Pompadour #60204E
Tints of Pompadour #60204E
RGB
CMYK
RGB Variations
Color information
#60204E (or 0x60204E) is known color: Pompadour. HEX triplet: 60, 20 and 4E. RGB value is (96,32,78). Sum of RGB (Red+Green+Blue) = 96+32+78=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60204E is #9FDFB1. Grayscale: #383838. Windows color (decimal): -10477490 or 5120096. OLE color: 5120096.
HSL color Cylindrical-coordinate representation of color #60204E: hue angle of 316.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60204E is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 78 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.62 |
| HSL | 316.88º | 0.5% | 0.25% | - |
| HSV(B) | 316.88º | 0.67% | 0.38% | - |
| XYZ | 6.72 | 4.07 | 7.64 | - |
| YUV | 56.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 78 | 0 | 0.67 | 0.19 | 0.62 | 316.88 | 0.5 | 0.25 |
| Hex | 60 | 20 | 4E | 0 | 43 | 13 | 3E | 13D | 32 | 19 |
| Octal | 140 | 40 | 116 | 0 | 103 | 23 | 76 | 475 | 62 | 31 |
| Binary | 1100000 | 100000 | 1001110 | 0 | 1000011 | 10011 | 111110 | 100111101 | 110010 | 11001 |
Color Harmonies of #60204E
Complementary color
Monochromatic Colors of #60204E
Black with #60204E
Text Example
Text Example
White with #60204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60204E; }
p { color: rgb(96,32,78); }
H1.HeaderClassName
{
color: #60204E;
}
.AnyTagClassName
{
color: #60204E;
}
</style>
background-color css
<style>
a { background-color: #60204E; }
a { background-color: rgb(96,32,78); }
div.DivClassName
{
background-color: #60204E;
}
.BgClassName
{
background-color: #60204E;
}
</style>
border-color css
<style>
span { border-color: #60204E; }
span { border-color: rgb(96,32,78); }
td.TdClassName
{
border-color: #60204E;
}
.TagClassName
{
border-color: #60204E;
}
</style>