Shades of Pompadour #60304E
Tints of Pompadour #60304E
RGB
CMYK
RGB Variations
Color information
#60304E (or 0x60304E) is known color: Pompadour. HEX triplet: 60, 30 and 4E. RGB value is (96,48,78). Sum of RGB (Red+Green+Blue) = 96+48+78=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60304E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60304E is #9FCFB1. Grayscale: #414141. Windows color (decimal): -10473394 or 5124192. OLE color: 5124192.
HSL color Cylindrical-coordinate representation of color #60304E: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60304E is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 48 | 78 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.62 |
| HSL | 322.5º | 0.33% | 0.28% | - |
| HSV(B) | 322.5º | 0.5% | 0.38% | - |
| XYZ | 7.26 | 5.15 | 7.82 | - |
| YUV | 65.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 78 | 0 | 0.50 | 0.19 | 0.62 | 322.5 | 0.33 | 0.28 |
| Hex | 60 | 30 | 4E | 0 | 32 | 13 | 3E | 142 | 21 | 1C |
| Octal | 140 | 60 | 116 | 0 | 62 | 23 | 76 | 502 | 41 | 34 |
| Binary | 1100000 | 110000 | 1001110 | 0 | 110010 | 10011 | 111110 | 101000010 | 100001 | 11100 |
Color Harmonies of #60304E
Complementary color
Monochromatic Colors of #60304E
Black with #60304E
Text Example
Text Example
White with #60304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60304E; }
p { color: rgb(96,48,78); }
H1.HeaderClassName
{
color: #60304E;
}
.AnyTagClassName
{
color: #60304E;
}
</style>
background-color css
<style>
a { background-color: #60304E; }
a { background-color: rgb(96,48,78); }
div.DivClassName
{
background-color: #60304E;
}
.BgClassName
{
background-color: #60304E;
}
</style>
border-color css
<style>
span { border-color: #60304E; }
span { border-color: rgb(96,48,78); }
td.TdClassName
{
border-color: #60304E;
}
.TagClassName
{
border-color: #60304E;
}
</style>