Shades of Purple #760F86
Tints of Purple #760F86
RGB
CMYK
RGB Variations
Color information
#760F86 (or 0x760F86) is known color: Purple. HEX triplet: 76, 0F and 86. RGB value is (118,15,134). Sum of RGB (Red+Green+Blue) = 118+15+134=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #760F86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F86 is #89F079. Grayscale: #3A3A3A. Windows color (decimal): -9039994 or 8785782. OLE color: 8785782.
HSL color Cylindrical-coordinate representation of color #760F86: hue angle of 291.93º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760F86 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 15 | 134 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.47 |
| HSL | 291.93º | 0.8% | 0.29% | - |
| HSV(B) | 291.93º | 0.89% | 0.53% | - |
| XYZ | 11.95 | 5.91 | 23.07 | - |
| YUV | 59.36 | 170.12 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 134 | 0.12 | 0.89 | 0 | 0.47 | 291.93 | 0.8 | 0.29 |
| Hex | 76 | F | 86 | C | 59 | 0 | 2F | 124 | 50 | 1D |
| Octal | 166 | 17 | 206 | 14 | 131 | 0 | 57 | 444 | 120 | 35 |
| Binary | 1110110 | 1111 | 10000110 | 1100 | 1011001 | 0 | 101111 | 100100100 | 1010000 | 11101 |
Color Harmonies of #760F86
Complementary color
Monochromatic Colors of #760F86
Black with #760F86
Text Example
Text Example
White with #760F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F86; }
p { color: rgb(118,15,134); }
H1.HeaderClassName
{
color: #760F86;
}
.AnyTagClassName
{
color: #760F86;
}
</style>
background-color css
<style>
a { background-color: #760F86; }
a { background-color: rgb(118,15,134); }
div.DivClassName
{
background-color: #760F86;
}
.BgClassName
{
background-color: #760F86;
}
</style>
border-color css
<style>
span { border-color: #760F86; }
span { border-color: rgb(118,15,134); }
td.TdClassName
{
border-color: #760F86;
}
.TagClassName
{
border-color: #760F86;
}
</style>