Shades of Pompadour #60144E
Tints of Pompadour #60144E
RGB
CMYK
RGB Variations
Color information
#60144E (or 0x60144E) is known color: Pompadour. HEX triplet: 60, 14 and 4E. RGB value is (96,20,78). Sum of RGB (Red+Green+Blue) = 96+20+78=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60144E is #9FEBB1. Grayscale: #313131. Windows color (decimal): -10480562 or 5117024. OLE color: 5117024.
HSL color Cylindrical-coordinate representation of color #60144E: hue angle of 314.21º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60144E is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 78 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.62 |
| HSL | 314.21º | 0.66% | 0.23% | - |
| HSV(B) | 314.21º | 0.79% | 0.38% | - |
| XYZ | 6.45 | 3.54 | 7.55 | - |
| YUV | 49.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 78 | 0 | 0.79 | 0.19 | 0.62 | 314.21 | 0.66 | 0.23 |
| Hex | 60 | 14 | 4E | 0 | 4F | 13 | 3E | 13A | 42 | 17 |
| Octal | 140 | 24 | 116 | 0 | 117 | 23 | 76 | 472 | 102 | 27 |
| Binary | 1100000 | 10100 | 1001110 | 0 | 1001111 | 10011 | 111110 | 100111010 | 1000010 | 10111 |
Color Harmonies of #60144E
Complementary color
Monochromatic Colors of #60144E
Black with #60144E
Text Example
Text Example
White with #60144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60144E; }
p { color: rgb(96,20,78); }
H1.HeaderClassName
{
color: #60144E;
}
.AnyTagClassName
{
color: #60144E;
}
</style>
background-color css
<style>
a { background-color: #60144E; }
a { background-color: rgb(96,20,78); }
div.DivClassName
{
background-color: #60144E;
}
.BgClassName
{
background-color: #60144E;
}
</style>
border-color css
<style>
span { border-color: #60144E; }
span { border-color: rgb(96,20,78); }
td.TdClassName
{
border-color: #60144E;
}
.TagClassName
{
border-color: #60144E;
}
</style>