Shades of Pompadour #6F1E47
Tints of Pompadour #6F1E47
RGB
CMYK
RGB Variations
Color information
#6F1E47 (or 0x6F1E47) is known color: Pompadour. HEX triplet: 6F, 1E and 47. RGB value is (111,30,71). Sum of RGB (Red+Green+Blue) = 111+30+71=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E47 is #90E1B8. Grayscale: #3A3A3A. Windows color (decimal): -9494969 or 4660847. OLE color: 4660847.
HSL color Cylindrical-coordinate representation of color #6F1E47: hue angle of 329.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E47 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 71 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.56 |
| HSL | 329.63º | 0.57% | 0.28% | - |
| HSV(B) | 329.63º | 0.73% | 0.44% | - |
| XYZ | 8.16 | 4.76 | 6.45 | - |
| YUV | 58.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 71 | 0 | 0.73 | 0.36 | 0.56 | 329.63 | 0.57 | 0.28 |
| Hex | 6F | 1E | 47 | 0 | 49 | 24 | 38 | 14A | 39 | 1C |
| Octal | 157 | 36 | 107 | 0 | 111 | 44 | 70 | 512 | 71 | 34 |
| Binary | 1101111 | 11110 | 1000111 | 0 | 1001001 | 100100 | 111000 | 101001010 | 111001 | 11100 |
Color Harmonies of #6F1E47
Complementary color
Monochromatic Colors of #6F1E47
Black with #6F1E47
Text Example
Text Example
White with #6F1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E47; }
p { color: rgb(111,30,71); }
H1.HeaderClassName
{
color: #6F1E47;
}
.AnyTagClassName
{
color: #6F1E47;
}
</style>
background-color css
<style>
a { background-color: #6F1E47; }
a { background-color: rgb(111,30,71); }
div.DivClassName
{
background-color: #6F1E47;
}
.BgClassName
{
background-color: #6F1E47;
}
</style>
border-color css
<style>
span { border-color: #6F1E47; }
span { border-color: rgb(111,30,71); }
td.TdClassName
{
border-color: #6F1E47;
}
.TagClassName
{
border-color: #6F1E47;
}
</style>