Shades of Pompadour #7B104D
Tints of Pompadour #7B104D
RGB
CMYK
RGB Variations
Color information
#7B104D (or 0x7B104D) is known color: Pompadour. HEX triplet: 7B, 10 and 4D. RGB value is (123,16,77). Sum of RGB (Red+Green+Blue) = 123+16+77=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B104D is #84EFB2. Grayscale: #363636. Windows color (decimal): -8712115 or 5050491. OLE color: 5050491.
HSL color Cylindrical-coordinate representation of color #7B104D: hue angle of 325.79º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7B104D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 16 | 77 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.52 |
| HSL | 325.79º | 0.77% | 0.27% | - |
| HSV(B) | 325.79º | 0.87% | 0.48% | - |
| XYZ | 9.69 | 5.12 | 7.5 | - |
| YUV | 54.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 16 | 77 | 0 | 0.87 | 0.37 | 0.52 | 325.79 | 0.77 | 0.27 |
| Hex | 7B | 10 | 4D | 0 | 57 | 25 | 34 | 146 | 4D | 1B |
| Octal | 173 | 20 | 115 | 0 | 127 | 45 | 64 | 506 | 115 | 33 |
| Binary | 1111011 | 10000 | 1001101 | 0 | 1010111 | 100101 | 110100 | 101000110 | 1001101 | 11011 |
Color Harmonies of #7B104D
Complementary color
Monochromatic Colors of #7B104D
Black with #7B104D
Text Example
Text Example
White with #7B104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B104D; }
p { color: rgb(123,16,77); }
H1.HeaderClassName
{
color: #7B104D;
}
.AnyTagClassName
{
color: #7B104D;
}
</style>
background-color css
<style>
a { background-color: #7B104D; }
a { background-color: rgb(123,16,77); }
div.DivClassName
{
background-color: #7B104D;
}
.BgClassName
{
background-color: #7B104D;
}
</style>
border-color css
<style>
span { border-color: #7B104D; }
span { border-color: rgb(123,16,77); }
td.TdClassName
{
border-color: #7B104D;
}
.TagClassName
{
border-color: #7B104D;
}
</style>