Shades of Pompadour #6F1152
Tints of Pompadour #6F1152
RGB
CMYK
RGB Variations
Color information
#6F1152 (or 0x6F1152) is known color: Pompadour. HEX triplet: 6F, 11 and 52. RGB value is (111,17,82). Sum of RGB (Red+Green+Blue) = 111+17+82=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1152 is #90EEAD. Grayscale: #343434. Windows color (decimal): -9498286 or 5378415. OLE color: 5378415.
HSL color Cylindrical-coordinate representation of color #6F1152: hue angle of 318.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1152 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 82 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.56 |
| HSL | 318.51º | 0.73% | 0.25% | - |
| HSV(B) | 318.51º | 0.85% | 0.44% | - |
| XYZ | 8.28 | 4.39 | 8.39 | - |
| YUV | 52.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 82 | 0 | 0.85 | 0.26 | 0.56 | 318.51 | 0.73 | 0.25 |
| Hex | 6F | 11 | 52 | 0 | 55 | 1A | 38 | 13F | 49 | 19 |
| Octal | 157 | 21 | 122 | 0 | 125 | 32 | 70 | 477 | 111 | 31 |
| Binary | 1101111 | 10001 | 1010010 | 0 | 1010101 | 11010 | 111000 | 100111111 | 1001001 | 11001 |
Color Harmonies of #6F1152
Complementary color
Monochromatic Colors of #6F1152
Black with #6F1152
Text Example
Text Example
White with #6F1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1152; }
p { color: rgb(111,17,82); }
H1.HeaderClassName
{
color: #6F1152;
}
.AnyTagClassName
{
color: #6F1152;
}
</style>
background-color css
<style>
a { background-color: #6F1152; }
a { background-color: rgb(111,17,82); }
div.DivClassName
{
background-color: #6F1152;
}
.BgClassName
{
background-color: #6F1152;
}
</style>
border-color css
<style>
span { border-color: #6F1152; }
span { border-color: rgb(111,17,82); }
td.TdClassName
{
border-color: #6F1152;
}
.TagClassName
{
border-color: #6F1152;
}
</style>