Shades of Purple #760971
Tints of Purple #760971
RGB
CMYK
RGB Variations
Color information
#760971 (or 0x760971) is known color: Purple. HEX triplet: 76, 09 and 71. RGB value is (118,9,113). Sum of RGB (Red+Green+Blue) = 118+9+113=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #760971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760971 is #89F68E. Grayscale: #353535. Windows color (decimal): -9041551 or 7407990. OLE color: 7407990.
HSL color Cylindrical-coordinate representation of color #760971: hue angle of 302.75º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760971 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 113 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.54 |
| HSL | 302.75º | 0.86% | 0.25% | - |
| HSV(B) | 302.75º | 0.92% | 0.46% | - |
| XYZ | 10.55 | 5.24 | 16.08 | - |
| YUV | 53.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 113 | 0 | 0.92 | 0.04 | 0.54 | 302.75 | 0.86 | 0.25 |
| Hex | 76 | 9 | 71 | 0 | 5C | 4 | 36 | 12F | 56 | 19 |
| Octal | 166 | 11 | 161 | 0 | 134 | 4 | 66 | 457 | 126 | 31 |
| Binary | 1110110 | 1001 | 1110001 | 0 | 1011100 | 100 | 110110 | 100101111 | 1010110 | 11001 |
Color Harmonies of #760971
Complementary color
Monochromatic Colors of #760971
Black with #760971
Text Example
Text Example
White with #760971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760971; }
p { color: rgb(118,9,113); }
H1.HeaderClassName
{
color: #760971;
}
.AnyTagClassName
{
color: #760971;
}
</style>
background-color css
<style>
a { background-color: #760971; }
a { background-color: rgb(118,9,113); }
div.DivClassName
{
background-color: #760971;
}
.BgClassName
{
background-color: #760971;
}
</style>
border-color css
<style>
span { border-color: #760971; }
span { border-color: rgb(118,9,113); }
td.TdClassName
{
border-color: #760971;
}
.TagClassName
{
border-color: #760971;
}
</style>