Shades of Pompadour #6F114E
Tints of Pompadour #6F114E
RGB
CMYK
RGB Variations
Color information
#6F114E (or 0x6F114E) is known color: Pompadour. HEX triplet: 6F, 11 and 4E. RGB value is (111,17,78). Sum of RGB (Red+Green+Blue) = 111+17+78=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F114E is #90EEB1. Grayscale: #333333. Windows color (decimal): -9498290 or 5116271. OLE color: 5116271.
HSL color Cylindrical-coordinate representation of color #6F114E: hue angle of 321.06º 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 #6F114E is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 17 | 78 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.56 |
| HSL | 321.06º | 0.73% | 0.25% | - |
| HSV(B) | 321.06º | 0.85% | 0.44% | - |
| XYZ | 8.13 | 4.33 | 7.62 | - |
| YUV | 52.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 17 | 78 | 0 | 0.85 | 0.30 | 0.56 | 321.06 | 0.73 | 0.25 |
| Hex | 6F | 11 | 4E | 0 | 55 | 1E | 38 | 141 | 49 | 19 |
| Octal | 157 | 21 | 116 | 0 | 125 | 36 | 70 | 501 | 111 | 31 |
| Binary | 1101111 | 10001 | 1001110 | 0 | 1010101 | 11110 | 111000 | 101000001 | 1001001 | 11001 |
Color Harmonies of #6F114E
Complementary color
Monochromatic Colors of #6F114E
Black with #6F114E
Text Example
Text Example
White with #6F114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F114E; }
p { color: rgb(111,17,78); }
H1.HeaderClassName
{
color: #6F114E;
}
.AnyTagClassName
{
color: #6F114E;
}
</style>
background-color css
<style>
a { background-color: #6F114E; }
a { background-color: rgb(111,17,78); }
div.DivClassName
{
background-color: #6F114E;
}
.BgClassName
{
background-color: #6F114E;
}
</style>
border-color css
<style>
span { border-color: #6F114E; }
span { border-color: rgb(111,17,78); }
td.TdClassName
{
border-color: #6F114E;
}
.TagClassName
{
border-color: #6F114E;
}
</style>