Shades of Pompadour #6E1F52
Tints of Pompadour #6E1F52
RGB
CMYK
RGB Variations
Color information
#6E1F52 (or 0x6E1F52) is known color: Pompadour. HEX triplet: 6E, 1F and 52. RGB value is (110,31,82). Sum of RGB (Red+Green+Blue) = 110+31+82=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E1F52 is #91E0AD. Grayscale: #3C3C3C. Windows color (decimal): -9560238 or 5381998. OLE color: 5381998.
HSL color Cylindrical-coordinate representation of color #6E1F52: hue angle of 321.27º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E1F52 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 31 | 82 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.57 |
| HSL | 321.27º | 0.56% | 0.28% | - |
| HSV(B) | 321.27º | 0.72% | 0.43% | - |
| XYZ | 8.44 | 4.9 | 8.48 | - |
| YUV | 60.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 82 | 0 | 0.72 | 0.25 | 0.57 | 321.27 | 0.56 | 0.28 |
| Hex | 6E | 1F | 52 | 0 | 48 | 19 | 39 | 141 | 38 | 1C |
| Octal | 156 | 37 | 122 | 0 | 110 | 31 | 71 | 501 | 70 | 34 |
| Binary | 1101110 | 11111 | 1010010 | 0 | 1001000 | 11001 | 111001 | 101000001 | 111000 | 11100 |
Color Harmonies of #6E1F52
Complementary color
Monochromatic Colors of #6E1F52
Black with #6E1F52
Text Example
Text Example
White with #6E1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1F52; }
p { color: rgb(110,31,82); }
H1.HeaderClassName
{
color: #6E1F52;
}
.AnyTagClassName
{
color: #6E1F52;
}
</style>
background-color css
<style>
a { background-color: #6E1F52; }
a { background-color: rgb(110,31,82); }
div.DivClassName
{
background-color: #6E1F52;
}
.BgClassName
{
background-color: #6E1F52;
}
</style>
border-color css
<style>
span { border-color: #6E1F52; }
span { border-color: rgb(110,31,82); }
td.TdClassName
{
border-color: #6E1F52;
}
.TagClassName
{
border-color: #6E1F52;
}
</style>