Shades of Purple #760890
Tints of Purple #760890
RGB
CMYK
RGB Variations
Color information
#760890 (or 0x760890) is known color: Purple. HEX triplet: 76, 08 and 90. RGB value is (118,8,144). Sum of RGB (Red+Green+Blue) = 118+8+144=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #760890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760890 is #89F76F. Grayscale: #373737. Windows color (decimal): -9041776 or 9439350. OLE color: 9439350.
HSL color Cylindrical-coordinate representation of color #760890: hue angle of 288.53º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760890 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 8 | 144 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.44 |
| HSL | 288.53º | 0.89% | 0.3% | - |
| HSV(B) | 288.53º | 0.94% | 0.56% | - |
| XYZ | 12.59 | 6.04 | 26.89 | - |
| YUV | 56.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 144 | 0.18 | 0.94 | 0 | 0.44 | 288.53 | 0.89 | 0.3 |
| Hex | 76 | 8 | 90 | 12 | 5E | 0 | 2C | 121 | 59 | 1E |
| Octal | 166 | 10 | 220 | 22 | 136 | 0 | 54 | 441 | 131 | 36 |
| Binary | 1110110 | 1000 | 10010000 | 10010 | 1011110 | 0 | 101100 | 100100001 | 1011001 | 11110 |
Color Harmonies of #760890
Complementary color
Monochromatic Colors of #760890
Black with #760890
Text Example
Text Example
White with #760890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760890; }
p { color: rgb(118,8,144); }
H1.HeaderClassName
{
color: #760890;
}
.AnyTagClassName
{
color: #760890;
}
</style>
background-color css
<style>
a { background-color: #760890; }
a { background-color: rgb(118,8,144); }
div.DivClassName
{
background-color: #760890;
}
.BgClassName
{
background-color: #760890;
}
</style>
border-color css
<style>
span { border-color: #760890; }
span { border-color: rgb(118,8,144); }
td.TdClassName
{
border-color: #760890;
}
.TagClassName
{
border-color: #760890;
}
</style>