Shades of Pompadour #7B1258
Tints of Pompadour #7B1258
RGB
CMYK
RGB Variations
Color information
#7B1258 (or 0x7B1258) is known color: Pompadour. HEX triplet: 7B, 12 and 58. RGB value is (123,18,88). Sum of RGB (Red+Green+Blue) = 123+18+88=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1258 is #84EDA7. Grayscale: #393939. Windows color (decimal): -8711592 or 5771899. OLE color: 5771899.
HSL color Cylindrical-coordinate representation of color #7B1258: hue angle of 320º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1258 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 88 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.52 |
| HSL | 320º | 0.74% | 0.28% | - |
| HSV(B) | 320º | 0.85% | 0.48% | - |
| XYZ | 10.15 | 5.35 | 9.73 | - |
| YUV | 57.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 88 | 0 | 0.85 | 0.28 | 0.52 | 320 | 0.74 | 0.28 |
| Hex | 7B | 12 | 58 | 0 | 55 | 1C | 34 | 140 | 4A | 1C |
| Octal | 173 | 22 | 130 | 0 | 125 | 34 | 64 | 500 | 112 | 34 |
| Binary | 1111011 | 10010 | 1011000 | 0 | 1010101 | 11100 | 110100 | 101000000 | 1001010 | 11100 |
Color Harmonies of #7B1258
Complementary color
Monochromatic Colors of #7B1258
Black with #7B1258
Text Example
Text Example
White with #7B1258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1258; }
p { color: rgb(123,18,88); }
H1.HeaderClassName
{
color: #7B1258;
}
.AnyTagClassName
{
color: #7B1258;
}
</style>
background-color css
<style>
a { background-color: #7B1258; }
a { background-color: rgb(123,18,88); }
div.DivClassName
{
background-color: #7B1258;
}
.BgClassName
{
background-color: #7B1258;
}
</style>
border-color css
<style>
span { border-color: #7B1258; }
span { border-color: rgb(123,18,88); }
td.TdClassName
{
border-color: #7B1258;
}
.TagClassName
{
border-color: #7B1258;
}
</style>