Shades of Purple #760580
Tints of Purple #760580
RGB
CMYK
RGB Variations
Color information
#760580 (or 0x760580) is known color: Purple. HEX triplet: 76, 05 and 80. RGB value is (118,5,128). Sum of RGB (Red+Green+Blue) = 118+5+128=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #760580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760580 is #89FA7F. Grayscale: #343434. Windows color (decimal): -9042560 or 8390006. OLE color: 8390006.
HSL color Cylindrical-coordinate representation of color #760580: hue angle of 295.12º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760580 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 5 | 128 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.50 |
| HSL | 295.12º | 0.92% | 0.26% | - |
| HSV(B) | 295.12º | 0.96% | 0.5% | - |
| XYZ | 11.42 | 5.52 | 20.89 | - |
| YUV | 52.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 128 | 0.08 | 0.96 | 0 | 0.50 | 295.12 | 0.92 | 0.26 |
| Hex | 76 | 5 | 80 | 8 | 60 | 0 | 32 | 127 | 5C | 1A |
| Octal | 166 | 5 | 200 | 10 | 140 | 0 | 62 | 447 | 134 | 32 |
| Binary | 1110110 | 101 | 10000000 | 1000 | 1100000 | 0 | 110010 | 100100111 | 1011100 | 11010 |
Color Harmonies of #760580
Complementary color
Monochromatic Colors of #760580
Black with #760580
Text Example
Text Example
White with #760580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760580; }
p { color: rgb(118,5,128); }
H1.HeaderClassName
{
color: #760580;
}
.AnyTagClassName
{
color: #760580;
}
</style>
background-color css
<style>
a { background-color: #760580; }
a { background-color: rgb(118,5,128); }
div.DivClassName
{
background-color: #760580;
}
.BgClassName
{
background-color: #760580;
}
</style>
border-color css
<style>
span { border-color: #760580; }
span { border-color: rgb(118,5,128); }
td.TdClassName
{
border-color: #760580;
}
.TagClassName
{
border-color: #760580;
}
</style>