Shades of Pompadour #6C1E53
Tints of Pompadour #6C1E53
RGB
CMYK
RGB Variations
Color information
#6C1E53 (or 0x6C1E53) is known color: Pompadour. HEX triplet: 6C, 1E and 53. RGB value is (108,30,83). Sum of RGB (Red+Green+Blue) = 108+30+83=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1E53 is #93E1AC. Grayscale: #3B3B3B. Windows color (decimal): -9691565 or 5447276. OLE color: 5447276.
HSL color Cylindrical-coordinate representation of color #6C1E53: hue angle of 319.23º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C1E53 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 30 | 83 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.58 |
| HSL | 319.23º | 0.57% | 0.27% | - |
| HSV(B) | 319.23º | 0.72% | 0.42% | - |
| XYZ | 8.21 | 4.74 | 8.67 | - |
| YUV | 59.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 83 | 0 | 0.72 | 0.23 | 0.58 | 319.23 | 0.57 | 0.27 |
| Hex | 6C | 1E | 53 | 0 | 48 | 17 | 3A | 13F | 39 | 1B |
| Octal | 154 | 36 | 123 | 0 | 110 | 27 | 72 | 477 | 71 | 33 |
| Binary | 1101100 | 11110 | 1010011 | 0 | 1001000 | 10111 | 111010 | 100111111 | 111001 | 11011 |
Color Harmonies of #6C1E53
Complementary color
Monochromatic Colors of #6C1E53
Black with #6C1E53
Text Example
Text Example
White with #6C1E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1E53; }
p { color: rgb(108,30,83); }
H1.HeaderClassName
{
color: #6C1E53;
}
.AnyTagClassName
{
color: #6C1E53;
}
</style>
background-color css
<style>
a { background-color: #6C1E53; }
a { background-color: rgb(108,30,83); }
div.DivClassName
{
background-color: #6C1E53;
}
.BgClassName
{
background-color: #6C1E53;
}
</style>
border-color css
<style>
span { border-color: #6C1E53; }
span { border-color: rgb(108,30,83); }
td.TdClassName
{
border-color: #6C1E53;
}
.TagClassName
{
border-color: #6C1E53;
}
</style>