Shades of Pompadour #731E56
Tints of Pompadour #731E56
RGB
CMYK
RGB Variations
Color information
#731E56 (or 0x731E56) is known color: Pompadour. HEX triplet: 73, 1E and 56. RGB value is (115,30,86). Sum of RGB (Red+Green+Blue) = 115+30+86=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #731E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E56 is #8CE1A9. Grayscale: #3D3D3D. Windows color (decimal): -9232810 or 5643891. OLE color: 5643891.
HSL color Cylindrical-coordinate representation of color #731E56: hue angle of 320.47º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E56 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 86 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.55 |
| HSL | 320.47º | 0.59% | 0.28% | - |
| HSV(B) | 320.47º | 0.74% | 0.45% | - |
| XYZ | 9.21 | 5.25 | 9.33 | - |
| YUV | 61.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 86 | 0 | 0.74 | 0.25 | 0.55 | 320.47 | 0.59 | 0.28 |
| Hex | 73 | 1E | 56 | 0 | 4A | 19 | 37 | 140 | 3B | 1C |
| Octal | 163 | 36 | 126 | 0 | 112 | 31 | 67 | 500 | 73 | 34 |
| Binary | 1110011 | 11110 | 1010110 | 0 | 1001010 | 11001 | 110111 | 101000000 | 111011 | 11100 |
Color Harmonies of #731E56
Complementary color
Monochromatic Colors of #731E56
Black with #731E56
Text Example
Text Example
White with #731E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E56; }
p { color: rgb(115,30,86); }
H1.HeaderClassName
{
color: #731E56;
}
.AnyTagClassName
{
color: #731E56;
}
</style>
background-color css
<style>
a { background-color: #731E56; }
a { background-color: rgb(115,30,86); }
div.DivClassName
{
background-color: #731E56;
}
.BgClassName
{
background-color: #731E56;
}
</style>
border-color css
<style>
span { border-color: #731E56; }
span { border-color: rgb(115,30,86); }
td.TdClassName
{
border-color: #731E56;
}
.TagClassName
{
border-color: #731E56;
}
</style>