Shades of Purple #760086
Tints of Purple #760086
RGB
CMYK
RGB Variations
Color information
#760086 (or 0x760086) is known color: Purple. HEX triplet: 76, 00 and 86. RGB value is (118,0,134). Sum of RGB (Red+Green+Blue) = 118+0+134=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #760086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760086 is #89FF79. Grayscale: #323232. Windows color (decimal): -9043834 or 8781942. OLE color: 8781942.
HSL color Cylindrical-coordinate representation of color #760086: hue angle of 292.84º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760086 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 0 | 134 | - |
| CMYK | 0.12 | 1 | 0 | 0.47 |
| HSL | 292.84º | 1% | 0.26% | - |
| HSV(B) | 292.84º | 1% | 0.53% | - |
| XYZ | 11.77 | 5.57 | 23.01 | - |
| YUV | 50.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 134 | 0.12 | 1 | 0 | 0.47 | 292.84 | 1 | 0.26 |
| Hex | 76 | 0 | 86 | C | 64 | 0 | 2F | 125 | 64 | 1A |
| Octal | 166 | 0 | 206 | 14 | 144 | 0 | 57 | 445 | 144 | 32 |
| Binary | 1110110 | 0 | 10000110 | 1100 | 1100100 | 0 | 101111 | 100100101 | 1100100 | 11010 |
Color Harmonies of #760086
Complementary color
Monochromatic Colors of #760086
Black with #760086
Text Example
Text Example
White with #760086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760086; }
p { color: rgb(118,0,134); }
H1.HeaderClassName
{
color: #760086;
}
.AnyTagClassName
{
color: #760086;
}
</style>
background-color css
<style>
a { background-color: #760086; }
a { background-color: rgb(118,0,134); }
div.DivClassName
{
background-color: #760086;
}
.BgClassName
{
background-color: #760086;
}
</style>
border-color css
<style>
span { border-color: #760086; }
span { border-color: rgb(118,0,134); }
td.TdClassName
{
border-color: #760086;
}
.TagClassName
{
border-color: #760086;
}
</style>