Shades of Pompadour #63294E
Tints of Pompadour #63294E
RGB
CMYK
RGB Variations
Color information
#63294E (or 0x63294E) is known color: Pompadour. HEX triplet: 63, 29 and 4E. RGB value is (99,41,78). Sum of RGB (Red+Green+Blue) = 99+41+78=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63294E is #9CD6B1. Grayscale: #3E3E3E. Windows color (decimal): -10278578 or 5122403. OLE color: 5122403.
HSL color Cylindrical-coordinate representation of color #63294E: hue angle of 321.72º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63294E is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 41 | 78 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.61 |
| HSL | 321.72º | 0.41% | 0.27% | - |
| HSV(B) | 321.72º | 0.59% | 0.39% | - |
| XYZ | 7.31 | 4.79 | 7.75 | - |
| YUV | 62.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 41 | 78 | 0 | 0.59 | 0.21 | 0.61 | 321.72 | 0.41 | 0.27 |
| Hex | 63 | 29 | 4E | 0 | 3B | 15 | 3D | 142 | 29 | 1B |
| Octal | 143 | 51 | 116 | 0 | 73 | 25 | 75 | 502 | 51 | 33 |
| Binary | 1100011 | 101001 | 1001110 | 0 | 111011 | 10101 | 111101 | 101000010 | 101001 | 11011 |
Color Harmonies of #63294E
Complementary color
Monochromatic Colors of #63294E
Black with #63294E
Text Example
Text Example
White with #63294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63294E; }
p { color: rgb(99,41,78); }
H1.HeaderClassName
{
color: #63294E;
}
.AnyTagClassName
{
color: #63294E;
}
</style>
background-color css
<style>
a { background-color: #63294E; }
a { background-color: rgb(99,41,78); }
div.DivClassName
{
background-color: #63294E;
}
.BgClassName
{
background-color: #63294E;
}
</style>
border-color css
<style>
span { border-color: #63294E; }
span { border-color: rgb(99,41,78); }
td.TdClassName
{
border-color: #63294E;
}
.TagClassName
{
border-color: #63294E;
}
</style>