Shades of Pompadour #6F294D
Tints of Pompadour #6F294D
RGB
CMYK
RGB Variations
Color information
#6F294D (or 0x6F294D) is known color: Pompadour. HEX triplet: 6F, 29 and 4D. RGB value is (111,41,77). Sum of RGB (Red+Green+Blue) = 111+41+77=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F294D is #90D6B2. Grayscale: #414141. Windows color (decimal): -9492147 or 5056879. OLE color: 5056879.
HSL color Cylindrical-coordinate representation of color #6F294D: hue angle of 329.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F294D is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 77 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.56 |
| HSL | 329.14º | 0.46% | 0.3% | - |
| HSV(B) | 329.14º | 0.63% | 0.44% | - |
| XYZ | 8.69 | 5.5 | 7.63 | - |
| YUV | 66.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 77 | 0 | 0.63 | 0.31 | 0.56 | 329.14 | 0.46 | 0.3 |
| Hex | 6F | 29 | 4D | 0 | 3F | 1F | 38 | 149 | 2E | 1E |
| Octal | 157 | 51 | 115 | 0 | 77 | 37 | 70 | 511 | 56 | 36 |
| Binary | 1101111 | 101001 | 1001101 | 0 | 111111 | 11111 | 111000 | 101001001 | 101110 | 11110 |
Color Harmonies of #6F294D
Complementary color
Monochromatic Colors of #6F294D
Black with #6F294D
Text Example
Text Example
White with #6F294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F294D; }
p { color: rgb(111,41,77); }
H1.HeaderClassName
{
color: #6F294D;
}
.AnyTagClassName
{
color: #6F294D;
}
</style>
background-color css
<style>
a { background-color: #6F294D; }
a { background-color: rgb(111,41,77); }
div.DivClassName
{
background-color: #6F294D;
}
.BgClassName
{
background-color: #6F294D;
}
</style>
border-color css
<style>
span { border-color: #6F294D; }
span { border-color: rgb(111,41,77); }
td.TdClassName
{
border-color: #6F294D;
}
.TagClassName
{
border-color: #6F294D;
}
</style>