Shades of Purple #7B048B
Tints of Purple #7B048B
RGB
CMYK
RGB Variations
Color information
#7B048B (or 0x7B048B) is known color: Purple. HEX triplet: 7B, 04 and 8B. RGB value is (123,4,139). Sum of RGB (Red+Green+Blue) = 123+4+139=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B048B is #84FB74. Grayscale: #363636. Windows color (decimal): -8715125 or 9110651. OLE color: 9110651.
HSL color Cylindrical-coordinate representation of color #7B048B: hue angle of 292.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B048B is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 4 | 139 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.45 |
| HSL | 292.89º | 0.94% | 0.28% | - |
| HSV(B) | 292.89º | 0.97% | 0.55% | - |
| XYZ | 12.87 | 6.16 | 24.94 | - |
| YUV | 54.97 | 175.42 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 139 | 0.12 | 0.97 | 0 | 0.45 | 292.89 | 0.94 | 0.28 |
| Hex | 7B | 4 | 8B | C | 61 | 0 | 2D | 125 | 5E | 1C |
| Octal | 173 | 4 | 213 | 14 | 141 | 0 | 55 | 445 | 136 | 34 |
| Binary | 1111011 | 100 | 10001011 | 1100 | 1100001 | 0 | 101101 | 100100101 | 1011110 | 11100 |
Color Harmonies of #7B048B
Complementary color
Monochromatic Colors of #7B048B
Black with #7B048B
Text Example
Text Example
White with #7B048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B048B; }
p { color: rgb(123,4,139); }
H1.HeaderClassName
{
color: #7B048B;
}
.AnyTagClassName
{
color: #7B048B;
}
</style>
background-color css
<style>
a { background-color: #7B048B; }
a { background-color: rgb(123,4,139); }
div.DivClassName
{
background-color: #7B048B;
}
.BgClassName
{
background-color: #7B048B;
}
</style>
border-color css
<style>
span { border-color: #7B048B; }
span { border-color: rgb(123,4,139); }
td.TdClassName
{
border-color: #7B048B;
}
.TagClassName
{
border-color: #7B048B;
}
</style>