Shades of Purple #760E70
Tints of Purple #760E70
RGB
CMYK
RGB Variations
Color information
#760E70 (or 0x760E70) is known color: Purple. HEX triplet: 76, 0E and 70. RGB value is (118,14,112). Sum of RGB (Red+Green+Blue) = 118+14+112=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #760E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E70 is #89F18F. Grayscale: #373737. Windows color (decimal): -9040272 or 7343734. OLE color: 7343734.
HSL color Cylindrical-coordinate representation of color #760E70: hue angle of 303.46º 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 #760E70 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 112 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.54 |
| HSL | 303.46º | 0.79% | 0.26% | - |
| HSV(B) | 303.46º | 0.88% | 0.46% | - |
| XYZ | 10.55 | 5.34 | 15.8 | - |
| YUV | 56.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 112 | 0 | 0.88 | 0.05 | 0.54 | 303.46 | 0.79 | 0.26 |
| Hex | 76 | E | 70 | 0 | 58 | 5 | 36 | 12F | 4F | 1A |
| Octal | 166 | 16 | 160 | 0 | 130 | 5 | 66 | 457 | 117 | 32 |
| Binary | 1110110 | 1110 | 1110000 | 0 | 1011000 | 101 | 110110 | 100101111 | 1001111 | 11010 |
Color Harmonies of #760E70
Complementary color
Monochromatic Colors of #760E70
Black with #760E70
Text Example
Text Example
White with #760E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E70; }
p { color: rgb(118,14,112); }
H1.HeaderClassName
{
color: #760E70;
}
.AnyTagClassName
{
color: #760E70;
}
</style>
background-color css
<style>
a { background-color: #760E70; }
a { background-color: rgb(118,14,112); }
div.DivClassName
{
background-color: #760E70;
}
.BgClassName
{
background-color: #760E70;
}
</style>
border-color css
<style>
span { border-color: #760E70; }
span { border-color: rgb(118,14,112); }
td.TdClassName
{
border-color: #760E70;
}
.TagClassName
{
border-color: #760E70;
}
</style>