Shades of Pompadour #6F2051
Tints of Pompadour #6F2051
RGB
CMYK
RGB Variations
Color information
#6F2051 (or 0x6F2051) is known color: Pompadour. HEX triplet: 6F, 20 and 51. RGB value is (111,32,81). Sum of RGB (Red+Green+Blue) = 111+32+81=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2051 is #90DFAE. Grayscale: #3D3D3D. Windows color (decimal): -9494447 or 5316719. OLE color: 5316719.
HSL color Cylindrical-coordinate representation of color #6F2051: hue angle of 322.78º 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 #6F2051 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 81 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.56 |
| HSL | 322.78º | 0.55% | 0.28% | - |
| HSV(B) | 322.78º | 0.71% | 0.44% | - |
| XYZ | 8.56 | 5.01 | 8.3 | - |
| YUV | 61.21 | 139.17 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 81 | 0 | 0.71 | 0.27 | 0.56 | 322.78 | 0.55 | 0.28 |
| Hex | 6F | 20 | 51 | 0 | 47 | 1B | 38 | 143 | 37 | 1C |
| Octal | 157 | 40 | 121 | 0 | 107 | 33 | 70 | 503 | 67 | 34 |
| Binary | 1101111 | 100000 | 1010001 | 0 | 1000111 | 11011 | 111000 | 101000011 | 110111 | 11100 |
Color Harmonies of #6F2051
Complementary color
Monochromatic Colors of #6F2051
Black with #6F2051
Text Example
Text Example
White with #6F2051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2051; }
p { color: rgb(111,32,81); }
H1.HeaderClassName
{
color: #6F2051;
}
.AnyTagClassName
{
color: #6F2051;
}
</style>
background-color css
<style>
a { background-color: #6F2051; }
a { background-color: rgb(111,32,81); }
div.DivClassName
{
background-color: #6F2051;
}
.BgClassName
{
background-color: #6F2051;
}
</style>
border-color css
<style>
span { border-color: #6F2051; }
span { border-color: rgb(111,32,81); }
td.TdClassName
{
border-color: #6F2051;
}
.TagClassName
{
border-color: #6F2051;
}
</style>