Shades of Purple #760C71
Tints of Purple #760C71
RGB
CMYK
RGB Variations
Color information
#760C71 (or 0x760C71) is known color: Purple. HEX triplet: 76, 0C and 71. RGB value is (118,12,113). Sum of RGB (Red+Green+Blue) = 118+12+113=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #760C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C71 is #89F38E. Grayscale: #363636. Windows color (decimal): -9040783 or 7408758. OLE color: 7408758.
HSL color Cylindrical-coordinate representation of color #760C71: hue angle of 302.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C71 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 113 | - |
| CMYK | 0 | 0.90 | 0.04 | 0.54 |
| HSL | 302.83º | 0.82% | 0.25% | - |
| HSV(B) | 302.83º | 0.9% | 0.46% | - |
| XYZ | 10.58 | 5.31 | 16.09 | - |
| YUV | 55.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 113 | 0 | 0.90 | 0.04 | 0.54 | 302.83 | 0.82 | 0.25 |
| Hex | 76 | C | 71 | 0 | 5A | 4 | 36 | 12F | 52 | 19 |
| Octal | 166 | 14 | 161 | 0 | 132 | 4 | 66 | 457 | 122 | 31 |
| Binary | 1110110 | 1100 | 1110001 | 0 | 1011010 | 100 | 110110 | 100101111 | 1010010 | 11001 |
Color Harmonies of #760C71
Complementary color
Monochromatic Colors of #760C71
Black with #760C71
Text Example
Text Example
White with #760C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C71; }
p { color: rgb(118,12,113); }
H1.HeaderClassName
{
color: #760C71;
}
.AnyTagClassName
{
color: #760C71;
}
</style>
background-color css
<style>
a { background-color: #760C71; }
a { background-color: rgb(118,12,113); }
div.DivClassName
{
background-color: #760C71;
}
.BgClassName
{
background-color: #760C71;
}
</style>
border-color css
<style>
span { border-color: #760C71; }
span { border-color: rgb(118,12,113); }
td.TdClassName
{
border-color: #760C71;
}
.TagClassName
{
border-color: #760C71;
}
</style>