Shades of Purple #761389
Tints of Purple #761389
RGB
CMYK
RGB Variations
Color information
#761389 (or 0x761389) is known color: Purple. HEX triplet: 76, 13 and 89. RGB value is (118,19,137). Sum of RGB (Red+Green+Blue) = 118+19+137=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #761389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761389 is #89EC76. Grayscale: #3D3D3D. Windows color (decimal): -9038967 or 8983414. OLE color: 8983414.
HSL color Cylindrical-coordinate representation of color #761389: hue angle of 290.34º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761389 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 19 | 137 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.46 |
| HSL | 290.34º | 0.76% | 0.31% | - |
| HSV(B) | 290.34º | 0.86% | 0.54% | - |
| XYZ | 12.22 | 6.12 | 24.2 | - |
| YUV | 62.05 | 170.3 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 137 | 0.14 | 0.86 | 0 | 0.46 | 290.34 | 0.76 | 0.31 |
| Hex | 76 | 13 | 89 | E | 56 | 0 | 2E | 122 | 4C | 1F |
| Octal | 166 | 23 | 211 | 16 | 126 | 0 | 56 | 442 | 114 | 37 |
| Binary | 1110110 | 10011 | 10001001 | 1110 | 1010110 | 0 | 101110 | 100100010 | 1001100 | 11111 |
Color Harmonies of #761389
Complementary color
Monochromatic Colors of #761389
Black with #761389
Text Example
Text Example
White with #761389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761389; }
p { color: rgb(118,19,137); }
H1.HeaderClassName
{
color: #761389;
}
.AnyTagClassName
{
color: #761389;
}
</style>
background-color css
<style>
a { background-color: #761389; }
a { background-color: rgb(118,19,137); }
div.DivClassName
{
background-color: #761389;
}
.BgClassName
{
background-color: #761389;
}
</style>
border-color css
<style>
span { border-color: #761389; }
span { border-color: rgb(118,19,137); }
td.TdClassName
{
border-color: #761389;
}
.TagClassName
{
border-color: #761389;
}
</style>