Shades of Pompadour #68294F
Tints of Pompadour #68294F
RGB
CMYK
RGB Variations
Color information
#68294F (or 0x68294F) is known color: Pompadour. HEX triplet: 68, 29 and 4F. RGB value is (104,41,79). Sum of RGB (Red+Green+Blue) = 104+41+79=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #68294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68294F is #97D6B0. Grayscale: #404040. Windows color (decimal): -9950897 or 5187944. OLE color: 5187944.
HSL color Cylindrical-coordinate representation of color #68294F: hue angle of 323.81º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68294F is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 41 | 79 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.59 |
| HSL | 323.81º | 0.43% | 0.28% | - |
| HSV(B) | 323.81º | 0.61% | 0.41% | - |
| XYZ | 7.91 | 5.09 | 7.96 | - |
| YUV | 64.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 79 | 0 | 0.61 | 0.24 | 0.59 | 323.81 | 0.43 | 0.28 |
| Hex | 68 | 29 | 4F | 0 | 3D | 18 | 3B | 144 | 2B | 1C |
| Octal | 150 | 51 | 117 | 0 | 75 | 30 | 73 | 504 | 53 | 34 |
| Binary | 1101000 | 101001 | 1001111 | 0 | 111101 | 11000 | 111011 | 101000100 | 101011 | 11100 |
Color Harmonies of #68294F
Complementary color
Monochromatic Colors of #68294F
Black with #68294F
Text Example
Text Example
White with #68294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68294F; }
p { color: rgb(104,41,79); }
H1.HeaderClassName
{
color: #68294F;
}
.AnyTagClassName
{
color: #68294F;
}
</style>
background-color css
<style>
a { background-color: #68294F; }
a { background-color: rgb(104,41,79); }
div.DivClassName
{
background-color: #68294F;
}
.BgClassName
{
background-color: #68294F;
}
</style>
border-color css
<style>
span { border-color: #68294F; }
span { border-color: rgb(104,41,79); }
td.TdClassName
{
border-color: #68294F;
}
.TagClassName
{
border-color: #68294F;
}
</style>