Shades of Pompadour #6E234E
Tints of Pompadour #6E234E
RGB
CMYK
RGB Variations
Color information
#6E234E (or 0x6E234E) is known color: Pompadour. HEX triplet: 6E, 23 and 4E. RGB value is (110,35,78). Sum of RGB (Red+Green+Blue) = 110+35+78=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E234E is #91DCB1. Grayscale: #3E3E3E. Windows color (decimal): -9559218 or 5120878. OLE color: 5120878.
HSL color Cylindrical-coordinate representation of color #6E234E: hue angle of 325.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E234E is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 35 | 78 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.57 |
| HSL | 325.6º | 0.52% | 0.28% | - |
| HSV(B) | 325.6º | 0.68% | 0.43% | - |
| XYZ | 8.41 | 5.07 | 7.74 | - |
| YUV | 62.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 78 | 0 | 0.68 | 0.29 | 0.57 | 325.6 | 0.52 | 0.28 |
| Hex | 6E | 23 | 4E | 0 | 44 | 1D | 39 | 146 | 34 | 1C |
| Octal | 156 | 43 | 116 | 0 | 104 | 35 | 71 | 506 | 64 | 34 |
| Binary | 1101110 | 100011 | 1001110 | 0 | 1000100 | 11101 | 111001 | 101000110 | 110100 | 11100 |
Color Harmonies of #6E234E
Complementary color
Monochromatic Colors of #6E234E
Black with #6E234E
Text Example
Text Example
White with #6E234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E234E; }
p { color: rgb(110,35,78); }
H1.HeaderClassName
{
color: #6E234E;
}
.AnyTagClassName
{
color: #6E234E;
}
</style>
background-color css
<style>
a { background-color: #6E234E; }
a { background-color: rgb(110,35,78); }
div.DivClassName
{
background-color: #6E234E;
}
.BgClassName
{
background-color: #6E234E;
}
</style>
border-color css
<style>
span { border-color: #6E234E; }
span { border-color: rgb(110,35,78); }
td.TdClassName
{
border-color: #6E234E;
}
.TagClassName
{
border-color: #6E234E;
}
</style>