Shades of Pompadour #7D104C
Tints of Pompadour #7D104C
RGB
CMYK
RGB Variations
Color information
#7D104C (or 0x7D104C) is known color: Pompadour. HEX triplet: 7D, 10 and 4C. RGB value is (125,16,76). Sum of RGB (Red+Green+Blue) = 125+16+76=217 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.60% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 125 - color contains mainly: red. Hex color #7D104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D104C is #82EFB3. Grayscale: #373737. Windows color (decimal): -8581044 or 4984957. OLE color: 4984957.
HSL color Cylindrical-coordinate representation of color #7D104C: hue angle of 326.97º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D104C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 16 | 76 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.51 |
| HSL | 326.97º | 0.77% | 0.28% | - |
| HSV(B) | 326.97º | 0.87% | 0.49% | - |
| XYZ | 9.95 | 5.25 | 7.33 | - |
| YUV | 55.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 16 | 76 | 0 | 0.87 | 0.39 | 0.51 | 326.97 | 0.77 | 0.28 |
| Hex | 7D | 10 | 4C | 0 | 57 | 27 | 33 | 147 | 4D | 1C |
| Octal | 175 | 20 | 114 | 0 | 127 | 47 | 63 | 507 | 115 | 34 |
| Binary | 1111101 | 10000 | 1001100 | 0 | 1010111 | 100111 | 110011 | 101000111 | 1001101 | 11100 |
Color Harmonies of #7D104C
Complementary color
Monochromatic Colors of #7D104C
Black with #7D104C
Text Example
Text Example
White with #7D104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D104C; }
p { color: rgb(125,16,76); }
H1.HeaderClassName
{
color: #7D104C;
}
.AnyTagClassName
{
color: #7D104C;
}
</style>
background-color css
<style>
a { background-color: #7D104C; }
a { background-color: rgb(125,16,76); }
div.DivClassName
{
background-color: #7D104C;
}
.BgClassName
{
background-color: #7D104C;
}
</style>
border-color css
<style>
span { border-color: #7D104C; }
span { border-color: rgb(125,16,76); }
td.TdClassName
{
border-color: #7D104C;
}
.TagClassName
{
border-color: #7D104C;
}
</style>