Shades of Pompadour #6F1151
Tints of Pompadour #6F1151
RGB
CMYK
RGB Variations
Color information
#6F1151 (or 0x6F1151) is known color: Pompadour. HEX triplet: 6F, 11 and 51. RGB value is (111,17,81). Sum of RGB (Red+Green+Blue) = 111+17+81=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1151 is #90EEAE. Grayscale: #343434. Windows color (decimal): -9498287 or 5312879. OLE color: 5312879.
HSL color Cylindrical-coordinate representation of color #6F1151: hue angle of 319.15º 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 #6F1151 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 81 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.56 |
| HSL | 319.15º | 0.73% | 0.25% | - |
| HSV(B) | 319.15º | 0.85% | 0.44% | - |
| XYZ | 8.24 | 4.37 | 8.19 | - |
| YUV | 52.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 81 | 0 | 0.85 | 0.27 | 0.56 | 319.15 | 0.73 | 0.25 |
| Hex | 6F | 11 | 51 | 0 | 55 | 1B | 38 | 13F | 49 | 19 |
| Octal | 157 | 21 | 121 | 0 | 125 | 33 | 70 | 477 | 111 | 31 |
| Binary | 1101111 | 10001 | 1010001 | 0 | 1010101 | 11011 | 111000 | 100111111 | 1001001 | 11001 |
Color Harmonies of #6F1151
Complementary color
Monochromatic Colors of #6F1151
Black with #6F1151
Text Example
Text Example
White with #6F1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1151; }
p { color: rgb(111,17,81); }
H1.HeaderClassName
{
color: #6F1151;
}
.AnyTagClassName
{
color: #6F1151;
}
</style>
background-color css
<style>
a { background-color: #6F1151; }
a { background-color: rgb(111,17,81); }
div.DivClassName
{
background-color: #6F1151;
}
.BgClassName
{
background-color: #6F1151;
}
</style>
border-color css
<style>
span { border-color: #6F1151; }
span { border-color: rgb(111,17,81); }
td.TdClassName
{
border-color: #6F1151;
}
.TagClassName
{
border-color: #6F1151;
}
</style>