Shades of Pompadour #65294F
Tints of Pompadour #65294F
RGB
CMYK
RGB Variations
Color information
#65294F (or 0x65294F) is known color: Pompadour. HEX triplet: 65, 29 and 4F. RGB value is (101,41,79). Sum of RGB (Red+Green+Blue) = 101+41+79=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #65294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65294F is #9AD6B0. Grayscale: #3F3F3F. Windows color (decimal): -10147505 or 5187941. OLE color: 5187941.
HSL color Cylindrical-coordinate representation of color #65294F: hue angle of 322º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65294F is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 41 | 79 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.60 |
| HSL | 322º | 0.42% | 0.28% | - |
| HSV(B) | 322º | 0.59% | 0.4% | - |
| XYZ | 7.57 | 4.92 | 7.95 | - |
| YUV | 63.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 79 | 0 | 0.59 | 0.22 | 0.60 | 322 | 0.42 | 0.28 |
| Hex | 65 | 29 | 4F | 0 | 3B | 16 | 3C | 142 | 2A | 1C |
| Octal | 145 | 51 | 117 | 0 | 73 | 26 | 74 | 502 | 52 | 34 |
| Binary | 1100101 | 101001 | 1001111 | 0 | 111011 | 10110 | 111100 | 101000010 | 101010 | 11100 |
Color Harmonies of #65294F
Complementary color
Monochromatic Colors of #65294F
Black with #65294F
Text Example
Text Example
White with #65294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65294F; }
p { color: rgb(101,41,79); }
H1.HeaderClassName
{
color: #65294F;
}
.AnyTagClassName
{
color: #65294F;
}
</style>
background-color css
<style>
a { background-color: #65294F; }
a { background-color: rgb(101,41,79); }
div.DivClassName
{
background-color: #65294F;
}
.BgClassName
{
background-color: #65294F;
}
</style>
border-color css
<style>
span { border-color: #65294F; }
span { border-color: rgb(101,41,79); }
td.TdClassName
{
border-color: #65294F;
}
.TagClassName
{
border-color: #65294F;
}
</style>