Shades of Pompadour #6E2752
Tints of Pompadour #6E2752
RGB
CMYK
RGB Variations
Color information
#6E2752 (or 0x6E2752) is known color: Pompadour. HEX triplet: 6E, 27 and 52. RGB value is (110,39,82). Sum of RGB (Red+Green+Blue) = 110+39+82=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2752 is #91D8AD. Grayscale: #414141. Windows color (decimal): -9558190 or 5384046. OLE color: 5384046.
HSL color Cylindrical-coordinate representation of color #6E2752: hue angle of 323.66º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E2752 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 39 | 82 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.57 |
| HSL | 323.66º | 0.48% | 0.29% | - |
| HSV(B) | 323.66º | 0.65% | 0.43% | - |
| XYZ | 8.68 | 5.38 | 8.56 | - |
| YUV | 65.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 82 | 0 | 0.65 | 0.25 | 0.57 | 323.66 | 0.48 | 0.29 |
| Hex | 6E | 27 | 52 | 0 | 41 | 19 | 39 | 144 | 30 | 1D |
| Octal | 156 | 47 | 122 | 0 | 101 | 31 | 71 | 504 | 60 | 35 |
| Binary | 1101110 | 100111 | 1010010 | 0 | 1000001 | 11001 | 111001 | 101000100 | 110000 | 11101 |
Color Harmonies of #6E2752
Complementary color
Monochromatic Colors of #6E2752
Black with #6E2752
Text Example
Text Example
White with #6E2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2752; }
p { color: rgb(110,39,82); }
H1.HeaderClassName
{
color: #6E2752;
}
.AnyTagClassName
{
color: #6E2752;
}
</style>
background-color css
<style>
a { background-color: #6E2752; }
a { background-color: rgb(110,39,82); }
div.DivClassName
{
background-color: #6E2752;
}
.BgClassName
{
background-color: #6E2752;
}
</style>
border-color css
<style>
span { border-color: #6E2752; }
span { border-color: rgb(110,39,82); }
td.TdClassName
{
border-color: #6E2752;
}
.TagClassName
{
border-color: #6E2752;
}
</style>