Shades of Purple #760577
Tints of Purple #760577
RGB
CMYK
RGB Variations
Color information
#760577 (or 0x760577) is known color: Purple. HEX triplet: 76, 05 and 77. RGB value is (118,5,119). Sum of RGB (Red+Green+Blue) = 118+5+119=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #760577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760577 is #89FA88. Grayscale: #333333. Windows color (decimal): -9042569 or 7800182. OLE color: 7800182.
HSL color Cylindrical-coordinate representation of color #760577: hue angle of 299.47º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760577 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 5 | 119 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.53 |
| HSL | 299.47º | 0.92% | 0.24% | - |
| HSV(B) | 299.47º | 0.96% | 0.47% | - |
| XYZ | 10.86 | 5.29 | 17.9 | - |
| YUV | 51.78 | 165.94 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 119 | 0.01 | 0.96 | 0 | 0.53 | 299.47 | 0.92 | 0.24 |
| Hex | 76 | 5 | 77 | 1 | 60 | 0 | 35 | 12B | 5C | 18 |
| Octal | 166 | 5 | 167 | 1 | 140 | 0 | 65 | 453 | 134 | 30 |
| Binary | 1110110 | 101 | 1110111 | 1 | 1100000 | 0 | 110101 | 100101011 | 1011100 | 11000 |
Color Harmonies of #760577
Complementary color
Monochromatic Colors of #760577
Black with #760577
Text Example
Text Example
White with #760577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760577; }
p { color: rgb(118,5,119); }
H1.HeaderClassName
{
color: #760577;
}
.AnyTagClassName
{
color: #760577;
}
</style>
background-color css
<style>
a { background-color: #760577; }
a { background-color: rgb(118,5,119); }
div.DivClassName
{
background-color: #760577;
}
.BgClassName
{
background-color: #760577;
}
</style>
border-color css
<style>
span { border-color: #760577; }
span { border-color: rgb(118,5,119); }
td.TdClassName
{
border-color: #760577;
}
.TagClassName
{
border-color: #760577;
}
</style>