Shades of Pompadour #751E55
Tints of Pompadour #751E55
RGB
CMYK
RGB Variations
Color information
#751E55 (or 0x751E55) is known color: Pompadour. HEX triplet: 75, 1E and 55. RGB value is (117,30,85). Sum of RGB (Red+Green+Blue) = 117+30+85=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #751E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E55 is #8AE1AA. Grayscale: #3E3E3E. Windows color (decimal): -9101739 or 5578357. OLE color: 5578357.
HSL color Cylindrical-coordinate representation of color #751E55: hue angle of 322.07º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751E55 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 85 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.54 |
| HSL | 322.07º | 0.59% | 0.29% | - |
| HSV(B) | 322.07º | 0.74% | 0.46% | - |
| XYZ | 9.44 | 5.37 | 9.13 | - |
| YUV | 62.28 | 140.82 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 85 | 0 | 0.74 | 0.27 | 0.54 | 322.07 | 0.59 | 0.29 |
| Hex | 75 | 1E | 55 | 0 | 4A | 1B | 36 | 142 | 3B | 1D |
| Octal | 165 | 36 | 125 | 0 | 112 | 33 | 66 | 502 | 73 | 35 |
| Binary | 1110101 | 11110 | 1010101 | 0 | 1001010 | 11011 | 110110 | 101000010 | 111011 | 11101 |
Color Harmonies of #751E55
Complementary color
Monochromatic Colors of #751E55
Black with #751E55
Text Example
Text Example
White with #751E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E55; }
p { color: rgb(117,30,85); }
H1.HeaderClassName
{
color: #751E55;
}
.AnyTagClassName
{
color: #751E55;
}
</style>
background-color css
<style>
a { background-color: #751E55; }
a { background-color: rgb(117,30,85); }
div.DivClassName
{
background-color: #751E55;
}
.BgClassName
{
background-color: #751E55;
}
</style>
border-color css
<style>
span { border-color: #751E55; }
span { border-color: rgb(117,30,85); }
td.TdClassName
{
border-color: #751E55;
}
.TagClassName
{
border-color: #751E55;
}
</style>