Shades of Purple #76127C
Tints of Purple #76127C
RGB
CMYK
RGB Variations
Color information
#76127C (or 0x76127C) is known color: Purple. HEX triplet: 76, 12 and 7C. RGB value is (118,18,124). Sum of RGB (Red+Green+Blue) = 118+18+124=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #76127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76127C is #89ED83. Grayscale: #3B3B3B. Windows color (decimal): -9039236 or 8131190. OLE color: 8131190.
HSL color Cylindrical-coordinate representation of color #76127C: hue angle of 296.6º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76127C is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 18 | 124 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.51 |
| HSL | 296.6º | 0.75% | 0.28% | - |
| HSV(B) | 296.6º | 0.85% | 0.49% | - |
| XYZ | 11.33 | 5.74 | 19.58 | - |
| YUV | 59.98 | 164.13 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 124 | 0.05 | 0.85 | 0 | 0.51 | 296.6 | 0.75 | 0.28 |
| Hex | 76 | 12 | 7C | 5 | 55 | 0 | 33 | 129 | 4B | 1C |
| Octal | 166 | 22 | 174 | 5 | 125 | 0 | 63 | 451 | 113 | 34 |
| Binary | 1110110 | 10010 | 1111100 | 101 | 1010101 | 0 | 110011 | 100101001 | 1001011 | 11100 |
Color Harmonies of #76127C
Complementary color
Monochromatic Colors of #76127C
Black with #76127C
Text Example
Text Example
White with #76127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76127C; }
p { color: rgb(118,18,124); }
H1.HeaderClassName
{
color: #76127C;
}
.AnyTagClassName
{
color: #76127C;
}
</style>
background-color css
<style>
a { background-color: #76127C; }
a { background-color: rgb(118,18,124); }
div.DivClassName
{
background-color: #76127C;
}
.BgClassName
{
background-color: #76127C;
}
</style>
border-color css
<style>
span { border-color: #76127C; }
span { border-color: rgb(118,18,124); }
td.TdClassName
{
border-color: #76127C;
}
.TagClassName
{
border-color: #76127C;
}
</style>