Shades of Purple #760977
Tints of Purple #760977
RGB
CMYK
RGB Variations
Color information
#760977 (or 0x760977) is known color: Purple. HEX triplet: 76, 09 and 77. RGB value is (118,9,119). Sum of RGB (Red+Green+Blue) = 118+9+119=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #760977 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760977 is #89F688. Grayscale: #353535. Windows color (decimal): -9041545 or 7801206. OLE color: 7801206.
HSL color Cylindrical-coordinate representation of color #760977: hue angle of 299.45º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760977 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 9 | 119 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.53 |
| HSL | 299.45º | 0.86% | 0.25% | - |
| HSV(B) | 299.45º | 0.92% | 0.47% | - |
| XYZ | 10.9 | 5.38 | 17.92 | - |
| YUV | 54.13 | 164.61 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 119 | 0.01 | 0.92 | 0 | 0.53 | 299.45 | 0.86 | 0.25 |
| Hex | 76 | 9 | 77 | 1 | 5C | 0 | 35 | 12B | 56 | 19 |
| Octal | 166 | 11 | 167 | 1 | 134 | 0 | 65 | 453 | 126 | 31 |
| Binary | 1110110 | 1001 | 1110111 | 1 | 1011100 | 0 | 110101 | 100101011 | 1010110 | 11001 |
Color Harmonies of #760977
Complementary color
Monochromatic Colors of #760977
Black with #760977
Text Example
Text Example
White with #760977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760977; }
p { color: rgb(118,9,119); }
H1.HeaderClassName
{
color: #760977;
}
.AnyTagClassName
{
color: #760977;
}
</style>
background-color css
<style>
a { background-color: #760977; }
a { background-color: rgb(118,9,119); }
div.DivClassName
{
background-color: #760977;
}
.BgClassName
{
background-color: #760977;
}
</style>
border-color css
<style>
span { border-color: #760977; }
span { border-color: rgb(118,9,119); }
td.TdClassName
{
border-color: #760977;
}
.TagClassName
{
border-color: #760977;
}
</style>