Shades of Pompadour #6A294E
Tints of Pompadour #6A294E
RGB
CMYK
RGB Variations
Color information
#6A294E (or 0x6A294E) is known color: Pompadour. HEX triplet: 6A, 29 and 4E. RGB value is (106,41,78). Sum of RGB (Red+Green+Blue) = 106+41+78=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A294E is #95D6B1. Grayscale: #404040. Windows color (decimal): -9819826 or 5122410. OLE color: 5122410.
HSL color Cylindrical-coordinate representation of color #6A294E: hue angle of 325.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A294E is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 41 | 78 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.58 |
| HSL | 325.85º | 0.44% | 0.29% | - |
| HSV(B) | 325.85º | 0.61% | 0.42% | - |
| XYZ | 8.11 | 5.2 | 7.78 | - |
| YUV | 64.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 41 | 78 | 0 | 0.61 | 0.26 | 0.58 | 325.85 | 0.44 | 0.29 |
| Hex | 6A | 29 | 4E | 0 | 3D | 1A | 3A | 146 | 2C | 1D |
| Octal | 152 | 51 | 116 | 0 | 75 | 32 | 72 | 506 | 54 | 35 |
| Binary | 1101010 | 101001 | 1001110 | 0 | 111101 | 11010 | 111010 | 101000110 | 101100 | 11101 |
Color Harmonies of #6A294E
Complementary color
Monochromatic Colors of #6A294E
Black with #6A294E
Text Example
Text Example
White with #6A294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A294E; }
p { color: rgb(106,41,78); }
H1.HeaderClassName
{
color: #6A294E;
}
.AnyTagClassName
{
color: #6A294E;
}
</style>
background-color css
<style>
a { background-color: #6A294E; }
a { background-color: rgb(106,41,78); }
div.DivClassName
{
background-color: #6A294E;
}
.BgClassName
{
background-color: #6A294E;
}
</style>
border-color css
<style>
span { border-color: #6A294E; }
span { border-color: rgb(106,41,78); }
td.TdClassName
{
border-color: #6A294E;
}
.TagClassName
{
border-color: #6A294E;
}
</style>