Shades of Purple #76088C
Tints of Purple #76088C
RGB
CMYK
RGB Variations
Color information
#76088C (or 0x76088C) is known color: Purple. HEX triplet: 76, 08 and 8C. RGB value is (118,8,140). Sum of RGB (Red+Green+Blue) = 118+8+140=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #76088C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76088C is #89F773. Grayscale: #373737. Windows color (decimal): -9041780 or 9177206. OLE color: 9177206.
HSL color Cylindrical-coordinate representation of color #76088C: hue angle of 290º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76088C is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 8 | 140 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.45 |
| HSL | 290º | 0.89% | 0.29% | - |
| HSV(B) | 290º | 0.94% | 0.55% | - |
| XYZ | 12.29 | 5.92 | 25.31 | - |
| YUV | 55.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 140 | 0.16 | 0.94 | 0 | 0.45 | 290 | 0.89 | 0.29 |
| Hex | 76 | 8 | 8C | 10 | 5E | 0 | 2D | 122 | 59 | 1D |
| Octal | 166 | 10 | 214 | 20 | 136 | 0 | 55 | 442 | 131 | 35 |
| Binary | 1110110 | 1000 | 10001100 | 10000 | 1011110 | 0 | 101101 | 100100010 | 1011001 | 11101 |
Color Harmonies of #76088C
Complementary color
Monochromatic Colors of #76088C
Black with #76088C
Text Example
Text Example
White with #76088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76088C; }
p { color: rgb(118,8,140); }
H1.HeaderClassName
{
color: #76088C;
}
.AnyTagClassName
{
color: #76088C;
}
</style>
background-color css
<style>
a { background-color: #76088C; }
a { background-color: rgb(118,8,140); }
div.DivClassName
{
background-color: #76088C;
}
.BgClassName
{
background-color: #76088C;
}
</style>
border-color css
<style>
span { border-color: #76088C; }
span { border-color: rgb(118,8,140); }
td.TdClassName
{
border-color: #76088C;
}
.TagClassName
{
border-color: #76088C;
}
</style>