Shades of Pompadour #60204D
Tints of Pompadour #60204D
RGB
CMYK
RGB Variations
Color information
#60204D (or 0x60204D) is known color: Pompadour. HEX triplet: 60, 20 and 4D. RGB value is (96,32,77). Sum of RGB (Red+Green+Blue) = 96+32+77=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60204D is #9FDFB2. Grayscale: #383838. Windows color (decimal): -10477491 or 5054560. OLE color: 5054560.
HSL color Cylindrical-coordinate representation of color #60204D: hue angle of 317.81º 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 #60204D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 77 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.62 |
| HSL | 317.81º | 0.5% | 0.25% | - |
| HSV(B) | 317.81º | 0.67% | 0.38% | - |
| XYZ | 6.68 | 4.06 | 7.45 | - |
| YUV | 56.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 77 | 0 | 0.67 | 0.20 | 0.62 | 317.81 | 0.5 | 0.25 |
| Hex | 60 | 20 | 4D | 0 | 43 | 14 | 3E | 13E | 32 | 19 |
| Octal | 140 | 40 | 115 | 0 | 103 | 24 | 76 | 476 | 62 | 31 |
| Binary | 1100000 | 100000 | 1001101 | 0 | 1000011 | 10100 | 111110 | 100111110 | 110010 | 11001 |
Color Harmonies of #60204D
Complementary color
Monochromatic Colors of #60204D
Black with #60204D
Text Example
Text Example
White with #60204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60204D; }
p { color: rgb(96,32,77); }
H1.HeaderClassName
{
color: #60204D;
}
.AnyTagClassName
{
color: #60204D;
}
</style>
background-color css
<style>
a { background-color: #60204D; }
a { background-color: rgb(96,32,77); }
div.DivClassName
{
background-color: #60204D;
}
.BgClassName
{
background-color: #60204D;
}
</style>
border-color css
<style>
span { border-color: #60204D; }
span { border-color: rgb(96,32,77); }
td.TdClassName
{
border-color: #60204D;
}
.TagClassName
{
border-color: #60204D;
}
</style>