Shades of Pompadour #6A2052
Tints of Pompadour #6A2052
RGB
CMYK
RGB Variations
Color information
#6A2052 (or 0x6A2052) is known color: Pompadour. HEX triplet: 6A, 20 and 52. RGB value is (106,32,82). Sum of RGB (Red+Green+Blue) = 106+32+82=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2052 is #95DFAD. Grayscale: #3B3B3B. Windows color (decimal): -9822126 or 5382250. OLE color: 5382250.
HSL color Cylindrical-coordinate representation of color #6A2052: hue angle of 319.46º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2052 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 82 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.58 |
| HSL | 319.46º | 0.54% | 0.27% | - |
| HSV(B) | 319.46º | 0.7% | 0.42% | - |
| XYZ | 7.98 | 4.71 | 8.47 | - |
| YUV | 59.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 82 | 0 | 0.70 | 0.23 | 0.58 | 319.46 | 0.54 | 0.27 |
| Hex | 6A | 20 | 52 | 0 | 46 | 17 | 3A | 13F | 36 | 1B |
| Octal | 152 | 40 | 122 | 0 | 106 | 27 | 72 | 477 | 66 | 33 |
| Binary | 1101010 | 100000 | 1010010 | 0 | 1000110 | 10111 | 111010 | 100111111 | 110110 | 11011 |
Color Harmonies of #6A2052
Complementary color
Monochromatic Colors of #6A2052
Black with #6A2052
Text Example
Text Example
White with #6A2052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2052; }
p { color: rgb(106,32,82); }
H1.HeaderClassName
{
color: #6A2052;
}
.AnyTagClassName
{
color: #6A2052;
}
</style>
background-color css
<style>
a { background-color: #6A2052; }
a { background-color: rgb(106,32,82); }
div.DivClassName
{
background-color: #6A2052;
}
.BgClassName
{
background-color: #6A2052;
}
</style>
border-color css
<style>
span { border-color: #6A2052; }
span { border-color: rgb(106,32,82); }
td.TdClassName
{
border-color: #6A2052;
}
.TagClassName
{
border-color: #6A2052;
}
</style>