Shades of Pompadour #601E47
Tints of Pompadour #601E47
RGB
CMYK
RGB Variations
Color information
#601E47 (or 0x601E47) is known color: Pompadour. HEX triplet: 60, 1E and 47. RGB value is (96,30,71). Sum of RGB (Red+Green+Blue) = 96+30+71=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E47 is #9FE1B8. Grayscale: #363636. Windows color (decimal): -10478009 or 4660832. OLE color: 4660832.
HSL color Cylindrical-coordinate representation of color #601E47: hue angle of 322.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E47 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 71 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.62 |
| HSL | 322.73º | 0.52% | 0.25% | - |
| HSV(B) | 322.73º | 0.69% | 0.38% | - |
| XYZ | 6.43 | 3.87 | 6.37 | - |
| YUV | 54.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 71 | 0 | 0.69 | 0.26 | 0.62 | 322.73 | 0.52 | 0.25 |
| Hex | 60 | 1E | 47 | 0 | 45 | 1A | 3E | 143 | 34 | 19 |
| Octal | 140 | 36 | 107 | 0 | 105 | 32 | 76 | 503 | 64 | 31 |
| Binary | 1100000 | 11110 | 1000111 | 0 | 1000101 | 11010 | 111110 | 101000011 | 110100 | 11001 |
Color Harmonies of #601E47
Complementary color
Monochromatic Colors of #601E47
Black with #601E47
Text Example
Text Example
White with #601E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E47; }
p { color: rgb(96,30,71); }
H1.HeaderClassName
{
color: #601E47;
}
.AnyTagClassName
{
color: #601E47;
}
</style>
background-color css
<style>
a { background-color: #601E47; }
a { background-color: rgb(96,30,71); }
div.DivClassName
{
background-color: #601E47;
}
.BgClassName
{
background-color: #601E47;
}
</style>
border-color css
<style>
span { border-color: #601E47; }
span { border-color: rgb(96,30,71); }
td.TdClassName
{
border-color: #601E47;
}
.TagClassName
{
border-color: #601E47;
}
</style>