Shades of Purple #76088F
Tints of Purple #76088F
RGB
CMYK
RGB Variations
Color information
#76088F (or 0x76088F) is known color: Purple. HEX triplet: 76, 08 and 8F. RGB value is (118,8,143). Sum of RGB (Red+Green+Blue) = 118+8+143=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #76088F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76088F is #89F770. Grayscale: #373737. Windows color (decimal): -9041777 or 9373814. OLE color: 9373814.
HSL color Cylindrical-coordinate representation of color #76088F: hue angle of 288.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76088F is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 8 | 143 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.44 |
| HSL | 288.89º | 0.89% | 0.3% | - |
| HSV(B) | 288.89º | 0.94% | 0.56% | - |
| XYZ | 12.52 | 6.01 | 26.49 | - |
| YUV | 56.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 143 | 0.17 | 0.94 | 0 | 0.44 | 288.89 | 0.89 | 0.3 |
| Hex | 76 | 8 | 8F | 11 | 5E | 0 | 2C | 121 | 59 | 1E |
| Octal | 166 | 10 | 217 | 21 | 136 | 0 | 54 | 441 | 131 | 36 |
| Binary | 1110110 | 1000 | 10001111 | 10001 | 1011110 | 0 | 101100 | 100100001 | 1011001 | 11110 |
Color Harmonies of #76088F
Complementary color
Monochromatic Colors of #76088F
Black with #76088F
Text Example
Text Example
White with #76088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76088F; }
p { color: rgb(118,8,143); }
H1.HeaderClassName
{
color: #76088F;
}
.AnyTagClassName
{
color: #76088F;
}
</style>
background-color css
<style>
a { background-color: #76088F; }
a { background-color: rgb(118,8,143); }
div.DivClassName
{
background-color: #76088F;
}
.BgClassName
{
background-color: #76088F;
}
</style>
border-color css
<style>
span { border-color: #76088F; }
span { border-color: rgb(118,8,143); }
td.TdClassName
{
border-color: #76088F;
}
.TagClassName
{
border-color: #76088F;
}
</style>