Shades of Pompadour #6A204A
Tints of Pompadour #6A204A
RGB
CMYK
RGB Variations
Color information
#6A204A (or 0x6A204A) is known color: Pompadour. HEX triplet: 6A, 20 and 4A. RGB value is (106,32,74). Sum of RGB (Red+Green+Blue) = 106+32+74=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A204A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A204A is #95DFB5. Grayscale: #3A3A3A. Windows color (decimal): -9822134 or 4857962. OLE color: 4857962.
HSL color Cylindrical-coordinate representation of color #6A204A: hue angle of 325.95º 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 #6A204A is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 74 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.58 |
| HSL | 325.95º | 0.54% | 0.27% | - |
| HSV(B) | 325.95º | 0.7% | 0.42% | - |
| XYZ | 7.7 | 4.59 | 6.96 | - |
| YUV | 58.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 74 | 0 | 0.70 | 0.30 | 0.58 | 325.95 | 0.54 | 0.27 |
| Hex | 6A | 20 | 4A | 0 | 46 | 1E | 3A | 146 | 36 | 1B |
| Octal | 152 | 40 | 112 | 0 | 106 | 36 | 72 | 506 | 66 | 33 |
| Binary | 1101010 | 100000 | 1001010 | 0 | 1000110 | 11110 | 111010 | 101000110 | 110110 | 11011 |
Color Harmonies of #6A204A
Complementary color
Monochromatic Colors of #6A204A
Black with #6A204A
Text Example
Text Example
White with #6A204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A204A; }
p { color: rgb(106,32,74); }
H1.HeaderClassName
{
color: #6A204A;
}
.AnyTagClassName
{
color: #6A204A;
}
</style>
background-color css
<style>
a { background-color: #6A204A; }
a { background-color: rgb(106,32,74); }
div.DivClassName
{
background-color: #6A204A;
}
.BgClassName
{
background-color: #6A204A;
}
</style>
border-color css
<style>
span { border-color: #6A204A; }
span { border-color: rgb(106,32,74); }
td.TdClassName
{
border-color: #6A204A;
}
.TagClassName
{
border-color: #6A204A;
}
</style>