Shades of Pompadour #5E214C
Tints of Pompadour #5E214C
RGB
CMYK
RGB Variations
Color information
#5E214C (or 0x5E214C) is known color: Pompadour. HEX triplet: 5E, 21 and 4C. RGB value is (94,33,76). Sum of RGB (Red+Green+Blue) = 94+33+76=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 94 - color contains mainly: red. Hex color #5E214C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E214C is #A1DEB3. Grayscale: #383838. Windows color (decimal): -10608308 or 4989278. OLE color: 4989278.
HSL color Cylindrical-coordinate representation of color #5E214C: hue angle of 317.7º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E214C is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 33 | 76 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.63 |
| HSL | 317.7º | 0.48% | 0.25% | - |
| HSV(B) | 317.7º | 0.65% | 0.37% | - |
| XYZ | 6.46 | 3.99 | 7.27 | - |
| YUV | 56.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 33 | 76 | 0 | 0.65 | 0.19 | 0.63 | 317.7 | 0.48 | 0.25 |
| Hex | 5E | 21 | 4C | 0 | 41 | 13 | 3F | 13E | 30 | 19 |
| Octal | 136 | 41 | 114 | 0 | 101 | 23 | 77 | 476 | 60 | 31 |
| Binary | 1011110 | 100001 | 1001100 | 0 | 1000001 | 10011 | 111111 | 100111110 | 110000 | 11001 |
Color Harmonies of #5E214C
Complementary color
Monochromatic Colors of #5E214C
Black with #5E214C
Text Example
Text Example
White with #5E214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E214C; }
p { color: rgb(94,33,76); }
H1.HeaderClassName
{
color: #5E214C;
}
.AnyTagClassName
{
color: #5E214C;
}
</style>
background-color css
<style>
a { background-color: #5E214C; }
a { background-color: rgb(94,33,76); }
div.DivClassName
{
background-color: #5E214C;
}
.BgClassName
{
background-color: #5E214C;
}
</style>
border-color css
<style>
span { border-color: #5E214C; }
span { border-color: rgb(94,33,76); }
td.TdClassName
{
border-color: #5E214C;
}
.TagClassName
{
border-color: #5E214C;
}
</style>