Shades of Pompadour #7B0C53
Tints of Pompadour #7B0C53
RGB
CMYK
RGB Variations
Color information
#7B0C53 (or 0x7B0C53) is known color: Pompadour. HEX triplet: 7B, 0C and 53. RGB value is (123,12,83). Sum of RGB (Red+Green+Blue) = 123+12+83=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0C53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0C53 is #84F3AC. Grayscale: #353535. Windows color (decimal): -8713133 or 5442683. OLE color: 5442683.
HSL color Cylindrical-coordinate representation of color #7B0C53: hue angle of 321.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0C53 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 12 | 83 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.52 |
| HSL | 321.62º | 0.82% | 0.26% | - |
| HSV(B) | 321.62º | 0.9% | 0.48% | - |
| XYZ | 9.86 | 5.1 | 8.65 | - |
| YUV | 53.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 83 | 0 | 0.90 | 0.33 | 0.52 | 321.62 | 0.82 | 0.26 |
| Hex | 7B | C | 53 | 0 | 5A | 21 | 34 | 142 | 52 | 1A |
| Octal | 173 | 14 | 123 | 0 | 132 | 41 | 64 | 502 | 122 | 32 |
| Binary | 1111011 | 1100 | 1010011 | 0 | 1011010 | 100001 | 110100 | 101000010 | 1010010 | 11010 |
Color Harmonies of #7B0C53
Complementary color
Monochromatic Colors of #7B0C53
Black with #7B0C53
Text Example
Text Example
White with #7B0C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0C53; }
p { color: rgb(123,12,83); }
H1.HeaderClassName
{
color: #7B0C53;
}
.AnyTagClassName
{
color: #7B0C53;
}
</style>
background-color css
<style>
a { background-color: #7B0C53; }
a { background-color: rgb(123,12,83); }
div.DivClassName
{
background-color: #7B0C53;
}
.BgClassName
{
background-color: #7B0C53;
}
</style>
border-color css
<style>
span { border-color: #7B0C53; }
span { border-color: rgb(123,12,83); }
td.TdClassName
{
border-color: #7B0C53;
}
.TagClassName
{
border-color: #7B0C53;
}
</style>