Shades of Pompadour #6D1E50
Tints of Pompadour #6D1E50
RGB
CMYK
RGB Variations
Color information
#6D1E50 (or 0x6D1E50) is known color: Pompadour. HEX triplet: 6D, 1E and 50. RGB value is (109,30,80). Sum of RGB (Red+Green+Blue) = 109+30+80=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E50 is #92E1AF. Grayscale: #3B3B3B. Windows color (decimal): -9626032 or 5250669. OLE color: 5250669.
HSL color Cylindrical-coordinate representation of color #6D1E50: hue angle of 322.03º degrees, saturation: 0.57, 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 #6D1E50 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 80 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.57 |
| HSL | 322.03º | 0.57% | 0.27% | - |
| HSV(B) | 322.03º | 0.72% | 0.43% | - |
| XYZ | 8.22 | 4.76 | 8.07 | - |
| YUV | 59.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 80 | 0 | 0.72 | 0.27 | 0.57 | 322.03 | 0.57 | 0.27 |
| Hex | 6D | 1E | 50 | 0 | 48 | 1B | 39 | 142 | 39 | 1B |
| Octal | 155 | 36 | 120 | 0 | 110 | 33 | 71 | 502 | 71 | 33 |
| Binary | 1101101 | 11110 | 1010000 | 0 | 1001000 | 11011 | 111001 | 101000010 | 111001 | 11011 |
Color Harmonies of #6D1E50
Complementary color
Monochromatic Colors of #6D1E50
Black with #6D1E50
Text Example
Text Example
White with #6D1E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E50; }
p { color: rgb(109,30,80); }
H1.HeaderClassName
{
color: #6D1E50;
}
.AnyTagClassName
{
color: #6D1E50;
}
</style>
background-color css
<style>
a { background-color: #6D1E50; }
a { background-color: rgb(109,30,80); }
div.DivClassName
{
background-color: #6D1E50;
}
.BgClassName
{
background-color: #6D1E50;
}
</style>
border-color css
<style>
span { border-color: #6D1E50; }
span { border-color: rgb(109,30,80); }
td.TdClassName
{
border-color: #6D1E50;
}
.TagClassName
{
border-color: #6D1E50;
}
</style>