Shades of Purple #76077C
Tints of Purple #76077C
RGB
CMYK
RGB Variations
Color information
#76077C (or 0x76077C) is known color: Purple. HEX triplet: 76, 07 and 7C. RGB value is (118,7,124). Sum of RGB (Red+Green+Blue) = 118+7+124=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #76077C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76077C is #89F883. Grayscale: #353535. Windows color (decimal): -9042052 or 8128374. OLE color: 8128374.
HSL color Cylindrical-coordinate representation of color #76077C: hue angle of 296.92º degrees, saturation: 0.89, 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 #76077C is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 7 | 124 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.51 |
| HSL | 296.92º | 0.89% | 0.26% | - |
| HSV(B) | 296.92º | 0.94% | 0.49% | - |
| XYZ | 11.19 | 5.46 | 19.53 | - |
| YUV | 53.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 7 | 124 | 0.05 | 0.94 | 0 | 0.51 | 296.92 | 0.89 | 0.26 |
| Hex | 76 | 7 | 7C | 5 | 5E | 0 | 33 | 129 | 59 | 1A |
| Octal | 166 | 7 | 174 | 5 | 136 | 0 | 63 | 451 | 131 | 32 |
| Binary | 1110110 | 111 | 1111100 | 101 | 1011110 | 0 | 110011 | 100101001 | 1011001 | 11010 |
Color Harmonies of #76077C
Complementary color
Monochromatic Colors of #76077C
Black with #76077C
Text Example
Text Example
White with #76077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76077C; }
p { color: rgb(118,7,124); }
H1.HeaderClassName
{
color: #76077C;
}
.AnyTagClassName
{
color: #76077C;
}
</style>
background-color css
<style>
a { background-color: #76077C; }
a { background-color: rgb(118,7,124); }
div.DivClassName
{
background-color: #76077C;
}
.BgClassName
{
background-color: #76077C;
}
</style>
border-color css
<style>
span { border-color: #76077C; }
span { border-color: rgb(118,7,124); }
td.TdClassName
{
border-color: #76077C;
}
.TagClassName
{
border-color: #76077C;
}
</style>