Shades of Purple #761689
Tints of Purple #761689
RGB
CMYK
RGB Variations
Color information
#761689 (or 0x761689) is known color: Purple. HEX triplet: 76, 16 and 89. RGB value is (118,22,137). Sum of RGB (Red+Green+Blue) = 118+22+137=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #761689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761689 is #89E976. Grayscale: #3F3F3F. Windows color (decimal): -9038199 or 8984182. OLE color: 8984182.
HSL color Cylindrical-coordinate representation of color #761689: hue angle of 290.09º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761689 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 22 | 137 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.46 |
| HSL | 290.09º | 0.72% | 0.31% | - |
| HSV(B) | 290.09º | 0.84% | 0.54% | - |
| XYZ | 12.27 | 6.23 | 24.22 | - |
| YUV | 63.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 137 | 0.14 | 0.84 | 0 | 0.46 | 290.09 | 0.72 | 0.31 |
| Hex | 76 | 16 | 89 | E | 54 | 0 | 2E | 122 | 48 | 1F |
| Octal | 166 | 26 | 211 | 16 | 124 | 0 | 56 | 442 | 110 | 37 |
| Binary | 1110110 | 10110 | 10001001 | 1110 | 1010100 | 0 | 101110 | 100100010 | 1001000 | 11111 |
Color Harmonies of #761689
Complementary color
Monochromatic Colors of #761689
Black with #761689
Text Example
Text Example
White with #761689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761689; }
p { color: rgb(118,22,137); }
H1.HeaderClassName
{
color: #761689;
}
.AnyTagClassName
{
color: #761689;
}
</style>
background-color css
<style>
a { background-color: #761689; }
a { background-color: rgb(118,22,137); }
div.DivClassName
{
background-color: #761689;
}
.BgClassName
{
background-color: #761689;
}
</style>
border-color css
<style>
span { border-color: #761689; }
span { border-color: rgb(118,22,137); }
td.TdClassName
{
border-color: #761689;
}
.TagClassName
{
border-color: #761689;
}
</style>