Shades of Pompadour #6F1E51
Tints of Pompadour #6F1E51
RGB
CMYK
RGB Variations
Color information
#6F1E51 (or 0x6F1E51) is known color: Pompadour. HEX triplet: 6F, 1E and 51. RGB value is (111,30,81). Sum of RGB (Red+Green+Blue) = 111+30+81=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1E51 is #90E1AE. Grayscale: #3B3B3B. Windows color (decimal): -9494959 or 5316207. OLE color: 5316207.
HSL color Cylindrical-coordinate representation of color #6F1E51: hue angle of 322.22º 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 #6F1E51 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 81 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.56 |
| HSL | 322.22º | 0.57% | 0.28% | - |
| HSV(B) | 322.22º | 0.73% | 0.44% | - |
| XYZ | 8.51 | 4.9 | 8.28 | - |
| YUV | 60.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 81 | 0 | 0.73 | 0.27 | 0.56 | 322.22 | 0.57 | 0.28 |
| Hex | 6F | 1E | 51 | 0 | 49 | 1B | 38 | 142 | 39 | 1C |
| Octal | 157 | 36 | 121 | 0 | 111 | 33 | 70 | 502 | 71 | 34 |
| Binary | 1101111 | 11110 | 1010001 | 0 | 1001001 | 11011 | 111000 | 101000010 | 111001 | 11100 |
Color Harmonies of #6F1E51
Complementary color
Monochromatic Colors of #6F1E51
Black with #6F1E51
Text Example
Text Example
White with #6F1E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E51; }
p { color: rgb(111,30,81); }
H1.HeaderClassName
{
color: #6F1E51;
}
.AnyTagClassName
{
color: #6F1E51;
}
</style>
background-color css
<style>
a { background-color: #6F1E51; }
a { background-color: rgb(111,30,81); }
div.DivClassName
{
background-color: #6F1E51;
}
.BgClassName
{
background-color: #6F1E51;
}
</style>
border-color css
<style>
span { border-color: #6F1E51; }
span { border-color: rgb(111,30,81); }
td.TdClassName
{
border-color: #6F1E51;
}
.TagClassName
{
border-color: #6F1E51;
}
</style>