Shades of Pompadour #621E4E
Tints of Pompadour #621E4E
RGB
CMYK
RGB Variations
Color information
#621E4E (or 0x621E4E) is known color: Pompadour. HEX triplet: 62, 1E and 4E. RGB value is (98,30,78). Sum of RGB (Red+Green+Blue) = 98+30+78=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #621E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621E4E is #9DE1B1. Grayscale: #373737. Windows color (decimal): -10346930 or 5119586. OLE color: 5119586.
HSL color Cylindrical-coordinate representation of color #621E4E: hue angle of 317.65º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #621E4E is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 30 | 78 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.62 |
| HSL | 317.65º | 0.53% | 0.25% | - |
| HSV(B) | 317.65º | 0.69% | 0.38% | - |
| XYZ | 6.88 | 4.08 | 7.63 | - |
| YUV | 55.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 30 | 78 | 0 | 0.69 | 0.20 | 0.62 | 317.65 | 0.53 | 0.25 |
| Hex | 62 | 1E | 4E | 0 | 45 | 14 | 3E | 13E | 35 | 19 |
| Octal | 142 | 36 | 116 | 0 | 105 | 24 | 76 | 476 | 65 | 31 |
| Binary | 1100010 | 11110 | 1001110 | 0 | 1000101 | 10100 | 111110 | 100111110 | 110101 | 11001 |
Color Harmonies of #621E4E
Complementary color
Monochromatic Colors of #621E4E
Black with #621E4E
Text Example
Text Example
White with #621E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621E4E; }
p { color: rgb(98,30,78); }
H1.HeaderClassName
{
color: #621E4E;
}
.AnyTagClassName
{
color: #621E4E;
}
</style>
background-color css
<style>
a { background-color: #621E4E; }
a { background-color: rgb(98,30,78); }
div.DivClassName
{
background-color: #621E4E;
}
.BgClassName
{
background-color: #621E4E;
}
</style>
border-color css
<style>
span { border-color: #621E4E; }
span { border-color: rgb(98,30,78); }
td.TdClassName
{
border-color: #621E4E;
}
.TagClassName
{
border-color: #621E4E;
}
</style>