Shades of Pompadour #602049
Tints of Pompadour #602049
RGB
CMYK
RGB Variations
Color information
#602049 (or 0x602049) is known color: Pompadour. HEX triplet: 60, 20 and 49. RGB value is (96,32,73). Sum of RGB (Red+Green+Blue) = 96+32+73=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602049 is #9FDFB6. Grayscale: #373737. Windows color (decimal): -10477495 or 4792416. OLE color: 4792416.
HSL color Cylindrical-coordinate representation of color #602049: hue angle of 321.56º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602049 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 32 | 73 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.62 |
| HSL | 321.56º | 0.5% | 0.25% | - |
| HSV(B) | 321.56º | 0.67% | 0.38% | - |
| XYZ | 6.54 | 4 | 6.73 | - |
| YUV | 55.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 73 | 0 | 0.67 | 0.24 | 0.62 | 321.56 | 0.5 | 0.25 |
| Hex | 60 | 20 | 49 | 0 | 43 | 18 | 3E | 142 | 32 | 19 |
| Octal | 140 | 40 | 111 | 0 | 103 | 30 | 76 | 502 | 62 | 31 |
| Binary | 1100000 | 100000 | 1001001 | 0 | 1000011 | 11000 | 111110 | 101000010 | 110010 | 11001 |
Color Harmonies of #602049
Complementary color
Monochromatic Colors of #602049
Black with #602049
Text Example
Text Example
White with #602049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602049; }
p { color: rgb(96,32,73); }
H1.HeaderClassName
{
color: #602049;
}
.AnyTagClassName
{
color: #602049;
}
</style>
background-color css
<style>
a { background-color: #602049; }
a { background-color: rgb(96,32,73); }
div.DivClassName
{
background-color: #602049;
}
.BgClassName
{
background-color: #602049;
}
</style>
border-color css
<style>
span { border-color: #602049; }
span { border-color: rgb(96,32,73); }
td.TdClassName
{
border-color: #602049;
}
.TagClassName
{
border-color: #602049;
}
</style>