Shades of Purple #7B0489
Tints of Purple #7B0489
RGB
CMYK
RGB Variations
Color information
#7B0489 (or 0x7B0489) is known color: Purple. HEX triplet: 7B, 04 and 89. RGB value is (123,4,137). Sum of RGB (Red+Green+Blue) = 123+4+137=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B0489 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0489 is #84FB76. Grayscale: #363636. Windows color (decimal): -8715127 or 8979579. OLE color: 8979579.
HSL color Cylindrical-coordinate representation of color #7B0489: hue angle of 293.68º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0489 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 4 | 137 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.46 |
| HSL | 293.68º | 0.94% | 0.28% | - |
| HSV(B) | 293.68º | 0.97% | 0.54% | - |
| XYZ | 12.73 | 6.1 | 24.17 | - |
| YUV | 54.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 137 | 0.10 | 0.97 | 0 | 0.46 | 293.68 | 0.94 | 0.28 |
| Hex | 7B | 4 | 89 | A | 61 | 0 | 2E | 126 | 5E | 1C |
| Octal | 173 | 4 | 211 | 12 | 141 | 0 | 56 | 446 | 136 | 34 |
| Binary | 1111011 | 100 | 10001001 | 1010 | 1100001 | 0 | 101110 | 100100110 | 1011110 | 11100 |
Color Harmonies of #7B0489
Complementary color
Monochromatic Colors of #7B0489
Black with #7B0489
Text Example
Text Example
White with #7B0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0489; }
p { color: rgb(123,4,137); }
H1.HeaderClassName
{
color: #7B0489;
}
.AnyTagClassName
{
color: #7B0489;
}
</style>
background-color css
<style>
a { background-color: #7B0489; }
a { background-color: rgb(123,4,137); }
div.DivClassName
{
background-color: #7B0489;
}
.BgClassName
{
background-color: #7B0489;
}
</style>
border-color css
<style>
span { border-color: #7B0489; }
span { border-color: rgb(123,4,137); }
td.TdClassName
{
border-color: #7B0489;
}
.TagClassName
{
border-color: #7B0489;
}
</style>