Shades of Pompadour #62294F
Tints of Pompadour #62294F
RGB
CMYK
RGB Variations
Color information
#62294F (or 0x62294F) is known color: Pompadour. HEX triplet: 62, 29 and 4F. RGB value is (98,41,79). Sum of RGB (Red+Green+Blue) = 98+41+79=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #62294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62294F is #9DD6B0. Grayscale: #3E3E3E. Windows color (decimal): -10344113 or 5187938. OLE color: 5187938.
HSL color Cylindrical-coordinate representation of color #62294F: hue angle of 320º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62294F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 41 | 79 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.62 |
| HSL | 320º | 0.41% | 0.27% | - |
| HSV(B) | 320º | 0.58% | 0.38% | - |
| XYZ | 7.24 | 4.75 | 7.93 | - |
| YUV | 62.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 41 | 79 | 0 | 0.58 | 0.19 | 0.62 | 320 | 0.41 | 0.27 |
| Hex | 62 | 29 | 4F | 0 | 3A | 13 | 3E | 140 | 29 | 1B |
| Octal | 142 | 51 | 117 | 0 | 72 | 23 | 76 | 500 | 51 | 33 |
| Binary | 1100010 | 101001 | 1001111 | 0 | 111010 | 10011 | 111110 | 101000000 | 101001 | 11011 |
Color Harmonies of #62294F
Complementary color
Monochromatic Colors of #62294F
Black with #62294F
Text Example
Text Example
White with #62294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62294F; }
p { color: rgb(98,41,79); }
H1.HeaderClassName
{
color: #62294F;
}
.AnyTagClassName
{
color: #62294F;
}
</style>
background-color css
<style>
a { background-color: #62294F; }
a { background-color: rgb(98,41,79); }
div.DivClassName
{
background-color: #62294F;
}
.BgClassName
{
background-color: #62294F;
}
</style>
border-color css
<style>
span { border-color: #62294F; }
span { border-color: rgb(98,41,79); }
td.TdClassName
{
border-color: #62294F;
}
.TagClassName
{
border-color: #62294F;
}
</style>