Shades of Pompadour #6F204C
Tints of Pompadour #6F204C
RGB
CMYK
RGB Variations
Color information
#6F204C (or 0x6F204C) is known color: Pompadour. HEX triplet: 6F, 20 and 4C. RGB value is (111,32,76). Sum of RGB (Red+Green+Blue) = 111+32+76=219 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.68% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 111 - color contains mainly: red. Hex color #6F204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F204C is #90DFB3. Grayscale: #3C3C3C. Windows color (decimal): -9494452 or 4989039. OLE color: 4989039.
HSL color Cylindrical-coordinate representation of color #6F204C: hue angle of 326.58º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F204C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 76 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.56 |
| HSL | 326.58º | 0.55% | 0.28% | - |
| HSV(B) | 326.58º | 0.71% | 0.44% | - |
| XYZ | 8.38 | 4.93 | 7.35 | - |
| YUV | 60.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 76 | 0 | 0.71 | 0.32 | 0.56 | 326.58 | 0.55 | 0.28 |
| Hex | 6F | 20 | 4C | 0 | 47 | 20 | 38 | 147 | 37 | 1C |
| Octal | 157 | 40 | 114 | 0 | 107 | 40 | 70 | 507 | 67 | 34 |
| Binary | 1101111 | 100000 | 1001100 | 0 | 1000111 | 100000 | 111000 | 101000111 | 110111 | 11100 |
Color Harmonies of #6F204C
Complementary color
Monochromatic Colors of #6F204C
Black with #6F204C
Text Example
Text Example
White with #6F204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F204C; }
p { color: rgb(111,32,76); }
H1.HeaderClassName
{
color: #6F204C;
}
.AnyTagClassName
{
color: #6F204C;
}
</style>
background-color css
<style>
a { background-color: #6F204C; }
a { background-color: rgb(111,32,76); }
div.DivClassName
{
background-color: #6F204C;
}
.BgClassName
{
background-color: #6F204C;
}
</style>
border-color css
<style>
span { border-color: #6F204C; }
span { border-color: rgb(111,32,76); }
td.TdClassName
{
border-color: #6F204C;
}
.TagClassName
{
border-color: #6F204C;
}
</style>