Shades of Purple #890471
Tints of Purple #890471
RGB
CMYK
RGB Variations
Color information
#890471 (or 0x890471) is known color: Purple. HEX triplet: 89, 04 and 71. RGB value is (137,4,113). Sum of RGB (Red+Green+Blue) = 137+4+113=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890471 is #76FB8E. Grayscale: #373737. Windows color (decimal): -7797647 or 7406729. OLE color: 7406729.
HSL color Cylindrical-coordinate representation of color #890471: hue angle of 310.83º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #890471 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 113 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.46 |
| HSL | 310.83º | 0.94% | 0.28% | - |
| HSV(B) | 310.83º | 0.97% | 0.54% | - |
| XYZ | 13.34 | 6.6 | 16.19 | - |
| YUV | 56.19 | 160.06 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 113 | 0 | 0.97 | 0.18 | 0.46 | 310.83 | 0.94 | 0.28 |
| Hex | 89 | 4 | 71 | 0 | 61 | 12 | 2E | 137 | 5E | 1C |
| Octal | 211 | 4 | 161 | 0 | 141 | 22 | 56 | 467 | 136 | 34 |
| Binary | 10001001 | 100 | 1110001 | 0 | 1100001 | 10010 | 101110 | 100110111 | 1011110 | 11100 |
Color Harmonies of #890471
Complementary color
Monochromatic Colors of #890471
Black with #890471
Text Example
Text Example
White with #890471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890471; }
p { color: rgb(137,4,113); }
H1.HeaderClassName
{
color: #890471;
}
.AnyTagClassName
{
color: #890471;
}
</style>
background-color css
<style>
a { background-color: #890471; }
a { background-color: rgb(137,4,113); }
div.DivClassName
{
background-color: #890471;
}
.BgClassName
{
background-color: #890471;
}
</style>
border-color css
<style>
span { border-color: #890471; }
span { border-color: rgb(137,4,113); }
td.TdClassName
{
border-color: #890471;
}
.TagClassName
{
border-color: #890471;
}
</style>