Shades of Pompadour #6C124F
Tints of Pompadour #6C124F
RGB
CMYK
RGB Variations
Color information
#6C124F (or 0x6C124F) is known color: Pompadour. HEX triplet: 6C, 12 and 4F. RGB value is (108,18,79). Sum of RGB (Red+Green+Blue) = 108+18+79=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C124F is #93EDB0. Grayscale: #333333. Windows color (decimal): -9694641 or 5182060. OLE color: 5182060.
HSL color Cylindrical-coordinate representation of color #6C124F: hue angle of 319.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C124F is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 18 | 79 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.58 |
| HSL | 319.33º | 0.71% | 0.25% | - |
| HSV(B) | 319.33º | 0.83% | 0.42% | - |
| XYZ | 7.81 | 4.19 | 7.79 | - |
| YUV | 51.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 79 | 0 | 0.83 | 0.27 | 0.58 | 319.33 | 0.71 | 0.25 |
| Hex | 6C | 12 | 4F | 0 | 53 | 1B | 3A | 13F | 47 | 19 |
| Octal | 154 | 22 | 117 | 0 | 123 | 33 | 72 | 477 | 107 | 31 |
| Binary | 1101100 | 10010 | 1001111 | 0 | 1010011 | 11011 | 111010 | 100111111 | 1000111 | 11001 |
Color Harmonies of #6C124F
Complementary color
Monochromatic Colors of #6C124F
Black with #6C124F
Text Example
Text Example
White with #6C124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C124F; }
p { color: rgb(108,18,79); }
H1.HeaderClassName
{
color: #6C124F;
}
.AnyTagClassName
{
color: #6C124F;
}
</style>
background-color css
<style>
a { background-color: #6C124F; }
a { background-color: rgb(108,18,79); }
div.DivClassName
{
background-color: #6C124F;
}
.BgClassName
{
background-color: #6C124F;
}
</style>
border-color css
<style>
span { border-color: #6C124F; }
span { border-color: rgb(108,18,79); }
td.TdClassName
{
border-color: #6C124F;
}
.TagClassName
{
border-color: #6C124F;
}
</style>