Shades of Purple #7B0877
Tints of Purple #7B0877
RGB
CMYK
RGB Variations
Color information
#7B0877 (or 0x7B0877) is known color: Purple. HEX triplet: 7B, 08 and 77. RGB value is (123,8,119). Sum of RGB (Red+Green+Blue) = 123+8+119=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0877 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0877 is #84F788. Grayscale: #363636. Windows color (decimal): -8714121 or 7800955. OLE color: 7800955.
HSL color Cylindrical-coordinate representation of color #7B0877: hue angle of 302.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B0877 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 119 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.52 |
| HSL | 302.09º | 0.88% | 0.26% | - |
| HSV(B) | 302.09º | 0.93% | 0.48% | - |
| XYZ | 11.58 | 5.72 | 17.95 | - |
| YUV | 55.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 119 | 0 | 0.93 | 0.03 | 0.52 | 302.09 | 0.88 | 0.26 |
| Hex | 7B | 8 | 77 | 0 | 5D | 3 | 34 | 12E | 58 | 1A |
| Octal | 173 | 10 | 167 | 0 | 135 | 3 | 64 | 456 | 130 | 32 |
| Binary | 1111011 | 1000 | 1110111 | 0 | 1011101 | 11 | 110100 | 100101110 | 1011000 | 11010 |
Color Harmonies of #7B0877
Complementary color
Monochromatic Colors of #7B0877
Black with #7B0877
Text Example
Text Example
White with #7B0877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0877; }
p { color: rgb(123,8,119); }
H1.HeaderClassName
{
color: #7B0877;
}
.AnyTagClassName
{
color: #7B0877;
}
</style>
background-color css
<style>
a { background-color: #7B0877; }
a { background-color: rgb(123,8,119); }
div.DivClassName
{
background-color: #7B0877;
}
.BgClassName
{
background-color: #7B0877;
}
</style>
border-color css
<style>
span { border-color: #7B0877; }
span { border-color: rgb(123,8,119); }
td.TdClassName
{
border-color: #7B0877;
}
.TagClassName
{
border-color: #7B0877;
}
</style>