Shades of Purple #760F85
Tints of Purple #760F85
RGB
CMYK
RGB Variations
Color information
#760F85 (or 0x760F85) is known color: Purple. HEX triplet: 76, 0F and 85. RGB value is (118,15,133). Sum of RGB (Red+Green+Blue) = 118+15+133=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #760F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760F85 is #89F07A. Grayscale: #3A3A3A. Windows color (decimal): -9039995 or 8720246. OLE color: 8720246.
HSL color Cylindrical-coordinate representation of color #760F85: hue angle of 292.37º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760F85 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 15 | 133 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.48 |
| HSL | 292.37º | 0.8% | 0.29% | - |
| HSV(B) | 292.37º | 0.89% | 0.52% | - |
| XYZ | 11.88 | 5.89 | 22.7 | - |
| YUV | 59.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 133 | 0.11 | 0.89 | 0 | 0.48 | 292.37 | 0.8 | 0.29 |
| Hex | 76 | F | 85 | B | 59 | 0 | 30 | 124 | 50 | 1D |
| Octal | 166 | 17 | 205 | 13 | 131 | 0 | 60 | 444 | 120 | 35 |
| Binary | 1110110 | 1111 | 10000101 | 1011 | 1011001 | 0 | 110000 | 100100100 | 1010000 | 11101 |
Color Harmonies of #760F85
Complementary color
Monochromatic Colors of #760F85
Black with #760F85
Text Example
Text Example
White with #760F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F85; }
p { color: rgb(118,15,133); }
H1.HeaderClassName
{
color: #760F85;
}
.AnyTagClassName
{
color: #760F85;
}
</style>
background-color css
<style>
a { background-color: #760F85; }
a { background-color: rgb(118,15,133); }
div.DivClassName
{
background-color: #760F85;
}
.BgClassName
{
background-color: #760F85;
}
</style>
border-color css
<style>
span { border-color: #760F85; }
span { border-color: rgb(118,15,133); }
td.TdClassName
{
border-color: #760F85;
}
.TagClassName
{
border-color: #760F85;
}
</style>