Shades of Pompadour #710F55
Tints of Pompadour #710F55
RGB
CMYK
RGB Variations
Color information
#710F55 (or 0x710F55) is known color: Pompadour. HEX triplet: 71, 0F and 55. RGB value is (113,15,85). Sum of RGB (Red+Green+Blue) = 113+15+85=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #710F55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F55 is #8EF0AA. Grayscale: #343434. Windows color (decimal): -9367723 or 5574513. OLE color: 5574513.
HSL color Cylindrical-coordinate representation of color #710F55: hue angle of 317.14º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #710F55 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 15 | 85 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.56 |
| HSL | 317.14º | 0.77% | 0.25% | - |
| HSV(B) | 317.14º | 0.87% | 0.44% | - |
| XYZ | 8.62 | 4.51 | 9.01 | - |
| YUV | 52.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 85 | 0 | 0.87 | 0.25 | 0.56 | 317.14 | 0.77 | 0.25 |
| Hex | 71 | F | 55 | 0 | 57 | 19 | 38 | 13D | 4D | 19 |
| Octal | 161 | 17 | 125 | 0 | 127 | 31 | 70 | 475 | 115 | 31 |
| Binary | 1110001 | 1111 | 1010101 | 0 | 1010111 | 11001 | 111000 | 100111101 | 1001101 | 11001 |
Color Harmonies of #710F55
Complementary color
Monochromatic Colors of #710F55
Black with #710F55
Text Example
Text Example
White with #710F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F55; }
p { color: rgb(113,15,85); }
H1.HeaderClassName
{
color: #710F55;
}
.AnyTagClassName
{
color: #710F55;
}
</style>
background-color css
<style>
a { background-color: #710F55; }
a { background-color: rgb(113,15,85); }
div.DivClassName
{
background-color: #710F55;
}
.BgClassName
{
background-color: #710F55;
}
</style>
border-color css
<style>
span { border-color: #710F55; }
span { border-color: rgb(113,15,85); }
td.TdClassName
{
border-color: #710F55;
}
.TagClassName
{
border-color: #710F55;
}
</style>