Shades of Pompadour #6D1F4E
Tints of Pompadour #6D1F4E
RGB
CMYK
RGB Variations
Color information
#6D1F4E (or 0x6D1F4E) is known color: Pompadour. HEX triplet: 6D, 1F and 4E. RGB value is (109,31,78). Sum of RGB (Red+Green+Blue) = 109+31+78=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1F4E is #92E0B1. Grayscale: #3B3B3B. Windows color (decimal): -9625778 or 5119853. OLE color: 5119853.
HSL color Cylindrical-coordinate representation of color #6D1F4E: hue angle of 323.85º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1F4E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 78 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.57 |
| HSL | 323.85º | 0.56% | 0.27% | - |
| HSV(B) | 323.85º | 0.72% | 0.43% | - |
| XYZ | 8.17 | 4.78 | 7.7 | - |
| YUV | 59.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 78 | 0 | 0.72 | 0.28 | 0.57 | 323.85 | 0.56 | 0.27 |
| Hex | 6D | 1F | 4E | 0 | 48 | 1C | 39 | 144 | 38 | 1B |
| Octal | 155 | 37 | 116 | 0 | 110 | 34 | 71 | 504 | 70 | 33 |
| Binary | 1101101 | 11111 | 1001110 | 0 | 1001000 | 11100 | 111001 | 101000100 | 111000 | 11011 |
Color Harmonies of #6D1F4E
Complementary color
Monochromatic Colors of #6D1F4E
Black with #6D1F4E
Text Example
Text Example
White with #6D1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F4E; }
p { color: rgb(109,31,78); }
H1.HeaderClassName
{
color: #6D1F4E;
}
.AnyTagClassName
{
color: #6D1F4E;
}
</style>
background-color css
<style>
a { background-color: #6D1F4E; }
a { background-color: rgb(109,31,78); }
div.DivClassName
{
background-color: #6D1F4E;
}
.BgClassName
{
background-color: #6D1F4E;
}
</style>
border-color css
<style>
span { border-color: #6D1F4E; }
span { border-color: rgb(109,31,78); }
td.TdClassName
{
border-color: #6D1F4E;
}
.TagClassName
{
border-color: #6D1F4E;
}
</style>