Shades of Pompadour #6E124F
Tints of Pompadour #6E124F
RGB
CMYK
RGB Variations
Color information
#6E124F (or 0x6E124F) is known color: Pompadour. HEX triplet: 6E, 12 and 4F. RGB value is (110,18,79). Sum of RGB (Red+Green+Blue) = 110+18+79=207 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.14% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 110 - color contains mainly: red. Hex color #6E124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E124F is #91EDB0. Grayscale: #343434. Windows color (decimal): -9563569 or 5182062. OLE color: 5182062.
HSL color Cylindrical-coordinate representation of color #6E124F: hue angle of 320.22º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E124F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 79 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.57 |
| HSL | 320.22º | 0.72% | 0.25% | - |
| HSV(B) | 320.22º | 0.84% | 0.43% | - |
| XYZ | 8.06 | 4.31 | 7.8 | - |
| YUV | 52.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 79 | 0 | 0.84 | 0.28 | 0.57 | 320.22 | 0.72 | 0.25 |
| Hex | 6E | 12 | 4F | 0 | 54 | 1C | 39 | 140 | 48 | 19 |
| Octal | 156 | 22 | 117 | 0 | 124 | 34 | 71 | 500 | 110 | 31 |
| Binary | 1101110 | 10010 | 1001111 | 0 | 1010100 | 11100 | 111001 | 101000000 | 1001000 | 11001 |
Color Harmonies of #6E124F
Complementary color
Monochromatic Colors of #6E124F
Black with #6E124F
Text Example
Text Example
White with #6E124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E124F; }
p { color: rgb(110,18,79); }
H1.HeaderClassName
{
color: #6E124F;
}
.AnyTagClassName
{
color: #6E124F;
}
</style>
background-color css
<style>
a { background-color: #6E124F; }
a { background-color: rgb(110,18,79); }
div.DivClassName
{
background-color: #6E124F;
}
.BgClassName
{
background-color: #6E124F;
}
</style>
border-color css
<style>
span { border-color: #6E124F; }
span { border-color: rgb(110,18,79); }
td.TdClassName
{
border-color: #6E124F;
}
.TagClassName
{
border-color: #6E124F;
}
</style>