Shades of Purple #761690
Tints of Purple #761690
RGB
CMYK
RGB Variations
Color information
#761690 (or 0x761690) is known color: Purple. HEX triplet: 76, 16 and 90. RGB value is (118,22,144). Sum of RGB (Red+Green+Blue) = 118+22+144=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #761690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761690 is #89E96F. Grayscale: #404040. Windows color (decimal): -9038192 or 9442934. OLE color: 9442934.
HSL color Cylindrical-coordinate representation of color #761690: hue angle of 287.21º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #761690 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 22 | 144 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.44 |
| HSL | 287.21º | 0.73% | 0.33% | - |
| HSV(B) | 287.21º | 0.85% | 0.56% | - |
| XYZ | 12.79 | 6.44 | 26.95 | - |
| YUV | 64.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 144 | 0.18 | 0.85 | 0 | 0.44 | 287.21 | 0.73 | 0.33 |
| Hex | 76 | 16 | 90 | 12 | 55 | 0 | 2C | 11F | 49 | 21 |
| Octal | 166 | 26 | 220 | 22 | 125 | 0 | 54 | 437 | 111 | 41 |
| Binary | 1110110 | 10110 | 10010000 | 10010 | 1010101 | 0 | 101100 | 100011111 | 1001001 | 100001 |
Color Harmonies of #761690
Complementary color
Monochromatic Colors of #761690
Black with #761690
Text Example
Text Example
White with #761690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761690; }
p { color: rgb(118,22,144); }
H1.HeaderClassName
{
color: #761690;
}
.AnyTagClassName
{
color: #761690;
}
</style>
background-color css
<style>
a { background-color: #761690; }
a { background-color: rgb(118,22,144); }
div.DivClassName
{
background-color: #761690;
}
.BgClassName
{
background-color: #761690;
}
</style>
border-color css
<style>
span { border-color: #761690; }
span { border-color: rgb(118,22,144); }
td.TdClassName
{
border-color: #761690;
}
.TagClassName
{
border-color: #761690;
}
</style>