Shades of Purple #76128C
Tints of Purple #76128C
RGB
CMYK
RGB Variations
Color information
#76128C (or 0x76128C) is known color: Purple. HEX triplet: 76, 12 and 8C. RGB value is (118,18,140). Sum of RGB (Red+Green+Blue) = 118+18+140=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #76128C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76128C is #89ED73. Grayscale: #3D3D3D. Windows color (decimal): -9039220 or 9179766. OLE color: 9179766.
HSL color Cylindrical-coordinate representation of color #76128C: hue angle of 289.18º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76128C is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 18 | 140 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.45 |
| HSL | 289.18º | 0.77% | 0.31% | - |
| HSV(B) | 289.18º | 0.87% | 0.55% | - |
| XYZ | 12.42 | 6.18 | 25.35 | - |
| YUV | 61.81 | 172.13 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 140 | 0.16 | 0.87 | 0 | 0.45 | 289.18 | 0.77 | 0.31 |
| Hex | 76 | 12 | 8C | 10 | 57 | 0 | 2D | 121 | 4D | 1F |
| Octal | 166 | 22 | 214 | 20 | 127 | 0 | 55 | 441 | 115 | 37 |
| Binary | 1110110 | 10010 | 10001100 | 10000 | 1010111 | 0 | 101101 | 100100001 | 1001101 | 11111 |
Color Harmonies of #76128C
Complementary color
Monochromatic Colors of #76128C
Black with #76128C
Text Example
Text Example
White with #76128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76128C; }
p { color: rgb(118,18,140); }
H1.HeaderClassName
{
color: #76128C;
}
.AnyTagClassName
{
color: #76128C;
}
</style>
background-color css
<style>
a { background-color: #76128C; }
a { background-color: rgb(118,18,140); }
div.DivClassName
{
background-color: #76128C;
}
.BgClassName
{
background-color: #76128C;
}
</style>
border-color css
<style>
span { border-color: #76128C; }
span { border-color: rgb(118,18,140); }
td.TdClassName
{
border-color: #76128C;
}
.TagClassName
{
border-color: #76128C;
}
</style>