Shades of Pompadour #6F2052
Tints of Pompadour #6F2052
RGB
CMYK
RGB Variations
Color information
#6F2052 (or 0x6F2052) is known color: Pompadour. HEX triplet: 6F, 20 and 52. RGB value is (111,32,82). Sum of RGB (Red+Green+Blue) = 111+32+82=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2052 is #90DFAD. Grayscale: #3D3D3D. Windows color (decimal): -9494446 or 5382255. OLE color: 5382255.
HSL color Cylindrical-coordinate representation of color #6F2052: hue angle of 322.03º 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 #6F2052 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 82 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.56 |
| HSL | 322.03º | 0.55% | 0.28% | - |
| HSV(B) | 322.03º | 0.71% | 0.44% | - |
| XYZ | 8.6 | 5.02 | 8.5 | - |
| YUV | 61.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 82 | 0 | 0.71 | 0.26 | 0.56 | 322.03 | 0.55 | 0.28 |
| Hex | 6F | 20 | 52 | 0 | 47 | 1A | 38 | 142 | 37 | 1C |
| Octal | 157 | 40 | 122 | 0 | 107 | 32 | 70 | 502 | 67 | 34 |
| Binary | 1101111 | 100000 | 1010010 | 0 | 1000111 | 11010 | 111000 | 101000010 | 110111 | 11100 |
Color Harmonies of #6F2052
Complementary color
Monochromatic Colors of #6F2052
Black with #6F2052
Text Example
Text Example
White with #6F2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2052; }
p { color: rgb(111,32,82); }
H1.HeaderClassName
{
color: #6F2052;
}
.AnyTagClassName
{
color: #6F2052;
}
</style>
background-color css
<style>
a { background-color: #6F2052; }
a { background-color: rgb(111,32,82); }
div.DivClassName
{
background-color: #6F2052;
}
.BgClassName
{
background-color: #6F2052;
}
</style>
border-color css
<style>
span { border-color: #6F2052; }
span { border-color: rgb(111,32,82); }
td.TdClassName
{
border-color: #6F2052;
}
.TagClassName
{
border-color: #6F2052;
}
</style>