Shades of Pompadour #5D204D
Tints of Pompadour #5D204D
RGB
CMYK
RGB Variations
Color information
#5D204D (or 0x5D204D) is known color: Pompadour. HEX triplet: 5D, 20 and 4D. RGB value is (93,32,77). Sum of RGB (Red+Green+Blue) = 93+32+77=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D204D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D204D is #A2DFB2. Grayscale: #373737. Windows color (decimal): -10674099 or 5054557. OLE color: 5054557.
HSL color Cylindrical-coordinate representation of color #5D204D: hue angle of 315.74º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D204D is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 32 | 77 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.64 |
| HSL | 315.74º | 0.49% | 0.25% | - |
| HSV(B) | 315.74º | 0.66% | 0.36% | - |
| XYZ | 6.37 | 3.9 | 7.44 | - |
| YUV | 55.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 32 | 77 | 0 | 0.66 | 0.17 | 0.64 | 315.74 | 0.49 | 0.25 |
| Hex | 5D | 20 | 4D | 0 | 42 | 11 | 40 | 13C | 31 | 19 |
| Octal | 135 | 40 | 115 | 0 | 102 | 21 | 100 | 474 | 61 | 31 |
| Binary | 1011101 | 100000 | 1001101 | 0 | 1000010 | 10001 | 1000000 | 100111100 | 110001 | 11001 |
Color Harmonies of #5D204D
Complementary color
Monochromatic Colors of #5D204D
Black with #5D204D
Text Example
Text Example
White with #5D204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D204D; }
p { color: rgb(93,32,77); }
H1.HeaderClassName
{
color: #5D204D;
}
.AnyTagClassName
{
color: #5D204D;
}
</style>
background-color css
<style>
a { background-color: #5D204D; }
a { background-color: rgb(93,32,77); }
div.DivClassName
{
background-color: #5D204D;
}
.BgClassName
{
background-color: #5D204D;
}
</style>
border-color css
<style>
span { border-color: #5D204D; }
span { border-color: rgb(93,32,77); }
td.TdClassName
{
border-color: #5D204D;
}
.TagClassName
{
border-color: #5D204D;
}
</style>