Shades of Purple #761590
Tints of Purple #761590
RGB
CMYK
RGB Variations
Color information
#761590 (or 0x761590) is known color: Purple. HEX triplet: 76, 15 and 90. RGB value is (118,21,144). Sum of RGB (Red+Green+Blue) = 118+21+144=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #761590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761590 is #89EA6F. Grayscale: #3F3F3F. Windows color (decimal): -9038448 or 9442678. OLE color: 9442678.
HSL color Cylindrical-coordinate representation of color #761590: hue angle of 287.32º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761590 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 21 | 144 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.44 |
| HSL | 287.32º | 0.75% | 0.32% | - |
| HSV(B) | 287.32º | 0.85% | 0.56% | - |
| XYZ | 12.77 | 6.4 | 26.95 | - |
| YUV | 64.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 144 | 0.18 | 0.85 | 0 | 0.44 | 287.32 | 0.75 | 0.32 |
| Hex | 76 | 15 | 90 | 12 | 55 | 0 | 2C | 11F | 4B | 20 |
| Octal | 166 | 25 | 220 | 22 | 125 | 0 | 54 | 437 | 113 | 40 |
| Binary | 1110110 | 10101 | 10010000 | 10010 | 1010101 | 0 | 101100 | 100011111 | 1001011 | 100000 |
Color Harmonies of #761590
Complementary color
Monochromatic Colors of #761590
Black with #761590
Text Example
Text Example
White with #761590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761590; }
p { color: rgb(118,21,144); }
H1.HeaderClassName
{
color: #761590;
}
.AnyTagClassName
{
color: #761590;
}
</style>
background-color css
<style>
a { background-color: #761590; }
a { background-color: rgb(118,21,144); }
div.DivClassName
{
background-color: #761590;
}
.BgClassName
{
background-color: #761590;
}
</style>
border-color css
<style>
span { border-color: #761590; }
span { border-color: rgb(118,21,144); }
td.TdClassName
{
border-color: #761590;
}
.TagClassName
{
border-color: #761590;
}
</style>