Shades of Pompadour #751E56
Tints of Pompadour #751E56
RGB
CMYK
RGB Variations
Color information
#751E56 (or 0x751E56) is known color: Pompadour. HEX triplet: 75, 1E and 56. RGB value is (117,30,86). Sum of RGB (Red+Green+Blue) = 117+30+86=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #751E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751E56 is #8AE1A9. Grayscale: #3E3E3E. Windows color (decimal): -9101738 or 5643893. OLE color: 5643893.
HSL color Cylindrical-coordinate representation of color #751E56: hue angle of 321.38º 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 #751E56 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 30 | 86 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.54 |
| HSL | 321.38º | 0.59% | 0.29% | - |
| HSV(B) | 321.38º | 0.74% | 0.46% | - |
| XYZ | 9.48 | 5.38 | 9.34 | - |
| YUV | 62.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 86 | 0 | 0.74 | 0.26 | 0.54 | 321.38 | 0.59 | 0.29 |
| Hex | 75 | 1E | 56 | 0 | 4A | 1A | 36 | 141 | 3B | 1D |
| Octal | 165 | 36 | 126 | 0 | 112 | 32 | 66 | 501 | 73 | 35 |
| Binary | 1110101 | 11110 | 1010110 | 0 | 1001010 | 11010 | 110110 | 101000001 | 111011 | 11101 |
Color Harmonies of #751E56
Complementary color
Monochromatic Colors of #751E56
Black with #751E56
Text Example
Text Example
White with #751E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751E56; }
p { color: rgb(117,30,86); }
H1.HeaderClassName
{
color: #751E56;
}
.AnyTagClassName
{
color: #751E56;
}
</style>
background-color css
<style>
a { background-color: #751E56; }
a { background-color: rgb(117,30,86); }
div.DivClassName
{
background-color: #751E56;
}
.BgClassName
{
background-color: #751E56;
}
</style>
border-color css
<style>
span { border-color: #751E56; }
span { border-color: rgb(117,30,86); }
td.TdClassName
{
border-color: #751E56;
}
.TagClassName
{
border-color: #751E56;
}
</style>