Shades of Pompadour #7A1A55
Tints of Pompadour #7A1A55
RGB
CMYK
RGB Variations
Color information
#7A1A55 (or 0x7A1A55) is known color: Pompadour. HEX triplet: 7A, 1A and 55. RGB value is (122,26,85). Sum of RGB (Red+Green+Blue) = 122+26+85=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1A55 is #85E5AA. Grayscale: #3D3D3D. Windows color (decimal): -8775083 or 5577338. OLE color: 5577338.
HSL color Cylindrical-coordinate representation of color #7A1A55: hue angle of 323.12º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1A55 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 26 | 85 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.52 |
| HSL | 323.13º | 0.65% | 0.29% | - |
| HSV(B) | 323.13º | 0.79% | 0.48% | - |
| XYZ | 10.04 | 5.53 | 9.13 | - |
| YUV | 61.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 26 | 85 | 0 | 0.79 | 0.30 | 0.52 | 323.13 | 0.65 | 0.29 |
| Hex | 7A | 1A | 55 | 0 | 4F | 1E | 34 | 143 | 41 | 1D |
| Octal | 172 | 32 | 125 | 0 | 117 | 36 | 64 | 503 | 101 | 35 |
| Binary | 1111010 | 11010 | 1010101 | 0 | 1001111 | 11110 | 110100 | 101000011 | 1000001 | 11101 |
Color Harmonies of #7A1A55
Complementary color
Monochromatic Colors of #7A1A55
Black with #7A1A55
Text Example
Text Example
White with #7A1A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1A55; }
p { color: rgb(122,26,85); }
H1.HeaderClassName
{
color: #7A1A55;
}
.AnyTagClassName
{
color: #7A1A55;
}
</style>
background-color css
<style>
a { background-color: #7A1A55; }
a { background-color: rgb(122,26,85); }
div.DivClassName
{
background-color: #7A1A55;
}
.BgClassName
{
background-color: #7A1A55;
}
</style>
border-color css
<style>
span { border-color: #7A1A55; }
span { border-color: rgb(122,26,85); }
td.TdClassName
{
border-color: #7A1A55;
}
.TagClassName
{
border-color: #7A1A55;
}
</style>