Shades of Pompadour #601E44
Tints of Pompadour #601E44
RGB
CMYK
RGB Variations
Color information
#601E44 (or 0x601E44) is known color: Pompadour. HEX triplet: 60, 1E and 44. RGB value is (96,30,68). Sum of RGB (Red+Green+Blue) = 96+30+68=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E44 is #9FE1BB. Grayscale: #353535. Windows color (decimal): -10478012 or 4464224. OLE color: 4464224.
HSL color Cylindrical-coordinate representation of color #601E44: hue angle of 325.45º 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 #601E44 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 68 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.62 |
| HSL | 325.45º | 0.52% | 0.25% | - |
| HSV(B) | 325.45º | 0.69% | 0.38% | - |
| XYZ | 6.33 | 3.83 | 5.87 | - |
| YUV | 54.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 68 | 0 | 0.69 | 0.29 | 0.62 | 325.45 | 0.52 | 0.25 |
| Hex | 60 | 1E | 44 | 0 | 45 | 1D | 3E | 145 | 34 | 19 |
| Octal | 140 | 36 | 104 | 0 | 105 | 35 | 76 | 505 | 64 | 31 |
| Binary | 1100000 | 11110 | 1000100 | 0 | 1000101 | 11101 | 111110 | 101000101 | 110100 | 11001 |
Color Harmonies of #601E44
Complementary color
Monochromatic Colors of #601E44
Black with #601E44
Text Example
Text Example
White with #601E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E44; }
p { color: rgb(96,30,68); }
H1.HeaderClassName
{
color: #601E44;
}
.AnyTagClassName
{
color: #601E44;
}
</style>
background-color css
<style>
a { background-color: #601E44; }
a { background-color: rgb(96,30,68); }
div.DivClassName
{
background-color: #601E44;
}
.BgClassName
{
background-color: #601E44;
}
</style>
border-color css
<style>
span { border-color: #601E44; }
span { border-color: rgb(96,30,68); }
td.TdClassName
{
border-color: #601E44;
}
.TagClassName
{
border-color: #601E44;
}
</style>