Shades of Purple #760E75
Tints of Purple #760E75
RGB
CMYK
RGB Variations
Color information
#760E75 (or 0x760E75) is known color: Purple. HEX triplet: 76, 0E and 75. RGB value is (118,14,117). Sum of RGB (Red+Green+Blue) = 118+14+117=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #760E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E75 is #89F18A. Grayscale: #383838. Windows color (decimal): -9040267 or 7671414. OLE color: 7671414.
HSL color Cylindrical-coordinate representation of color #760E75: hue angle of 300.58º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E75 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 117 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.54 |
| HSL | 300.58º | 0.79% | 0.26% | - |
| HSV(B) | 300.58º | 0.88% | 0.46% | - |
| XYZ | 10.84 | 5.45 | 17.31 | - |
| YUV | 56.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 117 | 0 | 0.88 | 0.01 | 0.54 | 300.58 | 0.79 | 0.26 |
| Hex | 76 | E | 75 | 0 | 58 | 1 | 36 | 12D | 4F | 1A |
| Octal | 166 | 16 | 165 | 0 | 130 | 1 | 66 | 455 | 117 | 32 |
| Binary | 1110110 | 1110 | 1110101 | 0 | 1011000 | 1 | 110110 | 100101101 | 1001111 | 11010 |
Color Harmonies of #760E75
Complementary color
Monochromatic Colors of #760E75
Black with #760E75
Text Example
Text Example
White with #760E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E75; }
p { color: rgb(118,14,117); }
H1.HeaderClassName
{
color: #760E75;
}
.AnyTagClassName
{
color: #760E75;
}
</style>
background-color css
<style>
a { background-color: #760E75; }
a { background-color: rgb(118,14,117); }
div.DivClassName
{
background-color: #760E75;
}
.BgClassName
{
background-color: #760E75;
}
</style>
border-color css
<style>
span { border-color: #760E75; }
span { border-color: rgb(118,14,117); }
td.TdClassName
{
border-color: #760E75;
}
.TagClassName
{
border-color: #760E75;
}
</style>