Shades of Purple #760880
Tints of Purple #760880
RGB
CMYK
RGB Variations
Color information
#760880 (or 0x760880) is known color: Purple. HEX triplet: 76, 08 and 80. RGB value is (118,8,128). Sum of RGB (Red+Green+Blue) = 118+8+128=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #760880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760880 is #89F77F. Grayscale: #363636. Windows color (decimal): -9041792 or 8390774. OLE color: 8390774.
HSL color Cylindrical-coordinate representation of color #760880: hue angle of 295º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760880 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 8 | 128 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.50 |
| HSL | 295º | 0.88% | 0.27% | - |
| HSV(B) | 295º | 0.94% | 0.5% | - |
| XYZ | 11.45 | 5.58 | 20.9 | - |
| YUV | 54.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 128 | 0.08 | 0.94 | 0 | 0.50 | 295 | 0.88 | 0.27 |
| Hex | 76 | 8 | 80 | 8 | 5E | 0 | 32 | 127 | 58 | 1B |
| Octal | 166 | 10 | 200 | 10 | 136 | 0 | 62 | 447 | 130 | 33 |
| Binary | 1110110 | 1000 | 10000000 | 1000 | 1011110 | 0 | 110010 | 100100111 | 1011000 | 11011 |
Color Harmonies of #760880
Complementary color
Monochromatic Colors of #760880
Black with #760880
Text Example
Text Example
White with #760880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760880; }
p { color: rgb(118,8,128); }
H1.HeaderClassName
{
color: #760880;
}
.AnyTagClassName
{
color: #760880;
}
</style>
background-color css
<style>
a { background-color: #760880; }
a { background-color: rgb(118,8,128); }
div.DivClassName
{
background-color: #760880;
}
.BgClassName
{
background-color: #760880;
}
</style>
border-color css
<style>
span { border-color: #760880; }
span { border-color: rgb(118,8,128); }
td.TdClassName
{
border-color: #760880;
}
.TagClassName
{
border-color: #760880;
}
</style>