Shades of Pompadour #601E4B
Tints of Pompadour #601E4B
RGB
CMYK
RGB Variations
Color information
#601E4B (or 0x601E4B) is known color: Pompadour. HEX triplet: 60, 1E and 4B. RGB value is (96,30,75). Sum of RGB (Red+Green+Blue) = 96+30+75=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E4B is #9FE1B4. Grayscale: #363636. Windows color (decimal): -10478005 or 4922976. OLE color: 4922976.
HSL color Cylindrical-coordinate representation of color #601E4B: hue angle of 319.09º 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 #601E4B is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 30 | 75 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.62 |
| HSL | 319.09º | 0.52% | 0.25% | - |
| HSV(B) | 319.09º | 0.69% | 0.38% | - |
| XYZ | 6.56 | 3.92 | 7.07 | - |
| YUV | 54.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 30 | 75 | 0 | 0.69 | 0.22 | 0.62 | 319.09 | 0.52 | 0.25 |
| Hex | 60 | 1E | 4B | 0 | 45 | 16 | 3E | 13F | 34 | 19 |
| Octal | 140 | 36 | 113 | 0 | 105 | 26 | 76 | 477 | 64 | 31 |
| Binary | 1100000 | 11110 | 1001011 | 0 | 1000101 | 10110 | 111110 | 100111111 | 110100 | 11001 |
Color Harmonies of #601E4B
Complementary color
Monochromatic Colors of #601E4B
Black with #601E4B
Text Example
Text Example
White with #601E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601E4B; }
p { color: rgb(96,30,75); }
H1.HeaderClassName
{
color: #601E4B;
}
.AnyTagClassName
{
color: #601E4B;
}
</style>
background-color css
<style>
a { background-color: #601E4B; }
a { background-color: rgb(96,30,75); }
div.DivClassName
{
background-color: #601E4B;
}
.BgClassName
{
background-color: #601E4B;
}
</style>
border-color css
<style>
span { border-color: #601E4B; }
span { border-color: rgb(96,30,75); }
td.TdClassName
{
border-color: #601E4B;
}
.TagClassName
{
border-color: #601E4B;
}
</style>