Shades of Pompadour #67294E
Tints of Pompadour #67294E
RGB
CMYK
RGB Variations
Color information
#67294E (or 0x67294E) is known color: Pompadour. HEX triplet: 67, 29 and 4E. RGB value is (103,41,78). Sum of RGB (Red+Green+Blue) = 103+41+78=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67294E is #98D6B1. Grayscale: #3F3F3F. Windows color (decimal): -10016434 or 5122407. OLE color: 5122407.
HSL color Cylindrical-coordinate representation of color #67294E: hue angle of 324.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67294E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 41 | 78 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.60 |
| HSL | 324.19º | 0.43% | 0.28% | - |
| HSV(B) | 324.19º | 0.6% | 0.4% | - |
| XYZ | 7.76 | 5.02 | 7.77 | - |
| YUV | 63.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 78 | 0 | 0.60 | 0.24 | 0.60 | 324.19 | 0.43 | 0.28 |
| Hex | 67 | 29 | 4E | 0 | 3C | 18 | 3C | 144 | 2B | 1C |
| Octal | 147 | 51 | 116 | 0 | 74 | 30 | 74 | 504 | 53 | 34 |
| Binary | 1100111 | 101001 | 1001110 | 0 | 111100 | 11000 | 111100 | 101000100 | 101011 | 11100 |
Color Harmonies of #67294E
Complementary color
Monochromatic Colors of #67294E
Black with #67294E
Text Example
Text Example
White with #67294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67294E; }
p { color: rgb(103,41,78); }
H1.HeaderClassName
{
color: #67294E;
}
.AnyTagClassName
{
color: #67294E;
}
</style>
background-color css
<style>
a { background-color: #67294E; }
a { background-color: rgb(103,41,78); }
div.DivClassName
{
background-color: #67294E;
}
.BgClassName
{
background-color: #67294E;
}
</style>
border-color css
<style>
span { border-color: #67294E; }
span { border-color: rgb(103,41,78); }
td.TdClassName
{
border-color: #67294E;
}
.TagClassName
{
border-color: #67294E;
}
</style>