Shades of Purple #7C0876
Tints of Purple #7C0876
RGB
CMYK
RGB Variations
Color information
#7C0876 (or 0x7C0876) is known color: Purple. HEX triplet: 7C, 08 and 76. RGB value is (124,8,118). Sum of RGB (Red+Green+Blue) = 124+8+118=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0876 is #83F789. Grayscale: #363636. Windows color (decimal): -8648586 or 7735420. OLE color: 7735420.
HSL color Cylindrical-coordinate representation of color #7C0876: hue angle of 303.1º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0876 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 118 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.51 |
| HSL | 303.1º | 0.88% | 0.26% | - |
| HSV(B) | 303.1º | 0.94% | 0.49% | - |
| XYZ | 11.67 | 5.77 | 17.64 | - |
| YUV | 55.22 | 163.43 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 118 | 0 | 0.94 | 0.05 | 0.51 | 303.1 | 0.88 | 0.26 |
| Hex | 7C | 8 | 76 | 0 | 5E | 5 | 33 | 12F | 58 | 1A |
| Octal | 174 | 10 | 166 | 0 | 136 | 5 | 63 | 457 | 130 | 32 |
| Binary | 1111100 | 1000 | 1110110 | 0 | 1011110 | 101 | 110011 | 100101111 | 1011000 | 11010 |
Color Harmonies of #7C0876
Complementary color
Monochromatic Colors of #7C0876
Black with #7C0876
Text Example
Text Example
White with #7C0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0876; }
p { color: rgb(124,8,118); }
H1.HeaderClassName
{
color: #7C0876;
}
.AnyTagClassName
{
color: #7C0876;
}
</style>
background-color css
<style>
a { background-color: #7C0876; }
a { background-color: rgb(124,8,118); }
div.DivClassName
{
background-color: #7C0876;
}
.BgClassName
{
background-color: #7C0876;
}
</style>
border-color css
<style>
span { border-color: #7C0876; }
span { border-color: rgb(124,8,118); }
td.TdClassName
{
border-color: #7C0876;
}
.TagClassName
{
border-color: #7C0876;
}
</style>