Shades of Purple #76118D
Tints of Purple #76118D
RGB
CMYK
RGB Variations
Color information
#76118D (or 0x76118D) is known color: Purple. HEX triplet: 76, 11 and 8D. RGB value is (118,17,141). Sum of RGB (Red+Green+Blue) = 118+17+141=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #76118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76118D is #89EE72. Grayscale: #3C3C3C. Windows color (decimal): -9039475 or 9245046. OLE color: 9245046.
HSL color Cylindrical-coordinate representation of color #76118D: hue angle of 288.87º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76118D is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 17 | 141 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.45 |
| HSL | 288.87º | 0.78% | 0.31% | - |
| HSV(B) | 288.87º | 0.88% | 0.55% | - |
| XYZ | 12.48 | 6.18 | 25.73 | - |
| YUV | 61.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 17 | 141 | 0.16 | 0.88 | 0 | 0.45 | 288.87 | 0.78 | 0.31 |
| Hex | 76 | 11 | 8D | 10 | 58 | 0 | 2D | 121 | 4E | 1F |
| Octal | 166 | 21 | 215 | 20 | 130 | 0 | 55 | 441 | 116 | 37 |
| Binary | 1110110 | 10001 | 10001101 | 10000 | 1011000 | 0 | 101101 | 100100001 | 1001110 | 11111 |
Color Harmonies of #76118D
Complementary color
Monochromatic Colors of #76118D
Black with #76118D
Text Example
Text Example
White with #76118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76118D; }
p { color: rgb(118,17,141); }
H1.HeaderClassName
{
color: #76118D;
}
.AnyTagClassName
{
color: #76118D;
}
</style>
background-color css
<style>
a { background-color: #76118D; }
a { background-color: rgb(118,17,141); }
div.DivClassName
{
background-color: #76118D;
}
.BgClassName
{
background-color: #76118D;
}
</style>
border-color css
<style>
span { border-color: #76118D; }
span { border-color: rgb(118,17,141); }
td.TdClassName
{
border-color: #76118D;
}
.TagClassName
{
border-color: #76118D;
}
</style>