Shades of Pompadour #6D294E
Tints of Pompadour #6D294E
RGB
CMYK
RGB Variations
Color information
#6D294E (or 0x6D294E) is known color: Pompadour. HEX triplet: 6D, 29 and 4E. RGB value is (109,41,78). Sum of RGB (Red+Green+Blue) = 109+41+78=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D294E is #92D6B1. Grayscale: #414141. Windows color (decimal): -9623218 or 5122413. OLE color: 5122413.
HSL color Cylindrical-coordinate representation of color #6D294E: hue angle of 327.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D294E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 41 | 78 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.57 |
| HSL | 327.35º | 0.45% | 0.29% | - |
| HSV(B) | 327.35º | 0.62% | 0.43% | - |
| XYZ | 8.47 | 5.39 | 7.8 | - |
| YUV | 65.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 78 | 0 | 0.62 | 0.28 | 0.57 | 327.35 | 0.45 | 0.29 |
| Hex | 6D | 29 | 4E | 0 | 3E | 1C | 39 | 147 | 2D | 1D |
| Octal | 155 | 51 | 116 | 0 | 76 | 34 | 71 | 507 | 55 | 35 |
| Binary | 1101101 | 101001 | 1001110 | 0 | 111110 | 11100 | 111001 | 101000111 | 101101 | 11101 |
Color Harmonies of #6D294E
Complementary color
Monochromatic Colors of #6D294E
Black with #6D294E
Text Example
Text Example
White with #6D294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D294E; }
p { color: rgb(109,41,78); }
H1.HeaderClassName
{
color: #6D294E;
}
.AnyTagClassName
{
color: #6D294E;
}
</style>
background-color css
<style>
a { background-color: #6D294E; }
a { background-color: rgb(109,41,78); }
div.DivClassName
{
background-color: #6D294E;
}
.BgClassName
{
background-color: #6D294E;
}
</style>
border-color css
<style>
span { border-color: #6D294E; }
span { border-color: rgb(109,41,78); }
td.TdClassName
{
border-color: #6D294E;
}
.TagClassName
{
border-color: #6D294E;
}
</style>