Shades of Pompadour #730E55
Tints of Pompadour #730E55
RGB
CMYK
RGB Variations
Color information
#730E55 (or 0x730E55) is known color: Pompadour. HEX triplet: 73, 0E and 55. RGB value is (115,14,85). Sum of RGB (Red+Green+Blue) = 115+14+85=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 85 (33.59% from 255 or 39.72% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730E55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E55 is #8CF1AA. Grayscale: #343434. Windows color (decimal): -9236907 or 5574259. OLE color: 5574259.
HSL color Cylindrical-coordinate representation of color #730E55: hue angle of 317.82º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E55 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 85 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.55 |
| HSL | 317.82º | 0.78% | 0.25% | - |
| HSV(B) | 317.82º | 0.88% | 0.45% | - |
| XYZ | 8.87 | 4.61 | 9.02 | - |
| YUV | 52.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 85 | 0 | 0.88 | 0.26 | 0.55 | 317.82 | 0.78 | 0.25 |
| Hex | 73 | E | 55 | 0 | 58 | 1A | 37 | 13E | 4E | 19 |
| Octal | 163 | 16 | 125 | 0 | 130 | 32 | 67 | 476 | 116 | 31 |
| Binary | 1110011 | 1110 | 1010101 | 0 | 1011000 | 11010 | 110111 | 100111110 | 1001110 | 11001 |
Color Harmonies of #730E55
Complementary color
Monochromatic Colors of #730E55
Black with #730E55
Text Example
Text Example
White with #730E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E55; }
p { color: rgb(115,14,85); }
H1.HeaderClassName
{
color: #730E55;
}
.AnyTagClassName
{
color: #730E55;
}
</style>
background-color css
<style>
a { background-color: #730E55; }
a { background-color: rgb(115,14,85); }
div.DivClassName
{
background-color: #730E55;
}
.BgClassName
{
background-color: #730E55;
}
</style>
border-color css
<style>
span { border-color: #730E55; }
span { border-color: rgb(115,14,85); }
td.TdClassName
{
border-color: #730E55;
}
.TagClassName
{
border-color: #730E55;
}
</style>