Shades of Pompadour #7A0D4F
Tints of Pompadour #7A0D4F
RGB
CMYK
RGB Variations
Color information
#7A0D4F (or 0x7A0D4F) is known color: Pompadour. HEX triplet: 7A, 0D and 4F. RGB value is (122,13,79). Sum of RGB (Red+Green+Blue) = 122+13+79=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D4F is #85F2B0. Grayscale: #343434. Windows color (decimal): -8778417 or 5180794. OLE color: 5180794.
HSL color Cylindrical-coordinate representation of color #7A0D4F: hue angle of 323.67º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D4F is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 79 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.52 |
| HSL | 323.67º | 0.81% | 0.26% | - |
| HSV(B) | 323.67º | 0.89% | 0.48% | - |
| XYZ | 9.58 | 4.99 | 7.86 | - |
| YUV | 53.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 79 | 0 | 0.89 | 0.35 | 0.52 | 323.67 | 0.81 | 0.26 |
| Hex | 7A | D | 4F | 0 | 59 | 23 | 34 | 144 | 51 | 1A |
| Octal | 172 | 15 | 117 | 0 | 131 | 43 | 64 | 504 | 121 | 32 |
| Binary | 1111010 | 1101 | 1001111 | 0 | 1011001 | 100011 | 110100 | 101000100 | 1010001 | 11010 |
Color Harmonies of #7A0D4F
Complementary color
Monochromatic Colors of #7A0D4F
Black with #7A0D4F
Text Example
Text Example
White with #7A0D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D4F; }
p { color: rgb(122,13,79); }
H1.HeaderClassName
{
color: #7A0D4F;
}
.AnyTagClassName
{
color: #7A0D4F;
}
</style>
background-color css
<style>
a { background-color: #7A0D4F; }
a { background-color: rgb(122,13,79); }
div.DivClassName
{
background-color: #7A0D4F;
}
.BgClassName
{
background-color: #7A0D4F;
}
</style>
border-color css
<style>
span { border-color: #7A0D4F; }
span { border-color: rgb(122,13,79); }
td.TdClassName
{
border-color: #7A0D4F;
}
.TagClassName
{
border-color: #7A0D4F;
}
</style>