Shades of Purple #760E6F
Tints of Purple #760E6F
RGB
CMYK
RGB Variations
Color information
#760E6F (or 0x760E6F) is known color: Purple. HEX triplet: 76, 0E and 6F. RGB value is (118,14,111). Sum of RGB (Red+Green+Blue) = 118+14+111=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E6F is #89F190. Grayscale: #373737. Windows color (decimal): -9040273 or 7278198. OLE color: 7278198.
HSL color Cylindrical-coordinate representation of color #760E6F: hue angle of 304.04º 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 #760E6F is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 14 | 111 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.54 |
| HSL | 304.04º | 0.79% | 0.26% | - |
| HSV(B) | 304.04º | 0.88% | 0.46% | - |
| XYZ | 10.5 | 5.31 | 15.51 | - |
| YUV | 56.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 111 | 0 | 0.88 | 0.06 | 0.54 | 304.04 | 0.79 | 0.26 |
| Hex | 76 | E | 6F | 0 | 58 | 6 | 36 | 130 | 4F | 1A |
| Octal | 166 | 16 | 157 | 0 | 130 | 6 | 66 | 460 | 117 | 32 |
| Binary | 1110110 | 1110 | 1101111 | 0 | 1011000 | 110 | 110110 | 100110000 | 1001111 | 11010 |
Color Harmonies of #760E6F
Complementary color
Monochromatic Colors of #760E6F
Black with #760E6F
Text Example
Text Example
White with #760E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760E6F; }
p { color: rgb(118,14,111); }
H1.HeaderClassName
{
color: #760E6F;
}
.AnyTagClassName
{
color: #760E6F;
}
</style>
background-color css
<style>
a { background-color: #760E6F; }
a { background-color: rgb(118,14,111); }
div.DivClassName
{
background-color: #760E6F;
}
.BgClassName
{
background-color: #760E6F;
}
</style>
border-color css
<style>
span { border-color: #760E6F; }
span { border-color: rgb(118,14,111); }
td.TdClassName
{
border-color: #760E6F;
}
.TagClassName
{
border-color: #760E6F;
}
</style>