Shades of Pompadour #7A1B56
Tints of Pompadour #7A1B56
RGB
CMYK
RGB Variations
Color information
#7A1B56 (or 0x7A1B56) is known color: Pompadour. HEX triplet: 7A, 1B and 56. RGB value is (122,27,86). Sum of RGB (Red+Green+Blue) = 122+27+86=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B56 is #85E4A9. Grayscale: #3D3D3D. Windows color (decimal): -8774826 or 5643130. OLE color: 5643130.
HSL color Cylindrical-coordinate representation of color #7A1B56: hue angle of 322.74º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B56 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 27 | 86 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.52 |
| HSL | 322.74º | 0.64% | 0.29% | - |
| HSV(B) | 322.74º | 0.78% | 0.48% | - |
| XYZ | 10.1 | 5.59 | 9.35 | - |
| YUV | 62.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 27 | 86 | 0 | 0.78 | 0.30 | 0.52 | 322.74 | 0.64 | 0.29 |
| Hex | 7A | 1B | 56 | 0 | 4E | 1E | 34 | 143 | 40 | 1D |
| Octal | 172 | 33 | 126 | 0 | 116 | 36 | 64 | 503 | 100 | 35 |
| Binary | 1111010 | 11011 | 1010110 | 0 | 1001110 | 11110 | 110100 | 101000011 | 1000000 | 11101 |
Color Harmonies of #7A1B56
Complementary color
Monochromatic Colors of #7A1B56
Black with #7A1B56
Text Example
Text Example
White with #7A1B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1B56; }
p { color: rgb(122,27,86); }
H1.HeaderClassName
{
color: #7A1B56;
}
.AnyTagClassName
{
color: #7A1B56;
}
</style>
background-color css
<style>
a { background-color: #7A1B56; }
a { background-color: rgb(122,27,86); }
div.DivClassName
{
background-color: #7A1B56;
}
.BgClassName
{
background-color: #7A1B56;
}
</style>
border-color css
<style>
span { border-color: #7A1B56; }
span { border-color: rgb(122,27,86); }
td.TdClassName
{
border-color: #7A1B56;
}
.TagClassName
{
border-color: #7A1B56;
}
</style>