Shades of Purple #890573
Tints of Purple #890573
RGB
CMYK
RGB Variations
Color information
#890573 (or 0x890573) is known color: Purple. HEX triplet: 89, 05 and 73. RGB value is (137,5,115). Sum of RGB (Red+Green+Blue) = 137+5+115=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890573 is #76FA8C. Grayscale: #383838. Windows color (decimal): -7797389 or 7538057. OLE color: 7538057.
HSL color Cylindrical-coordinate representation of color #890573: hue angle of 310º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890573 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 115 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.46 |
| HSL | 310º | 0.93% | 0.28% | - |
| HSV(B) | 310º | 0.96% | 0.54% | - |
| XYZ | 13.47 | 6.66 | 16.8 | - |
| YUV | 57.01 | 160.73 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 115 | 0 | 0.96 | 0.16 | 0.46 | 310 | 0.93 | 0.28 |
| Hex | 89 | 5 | 73 | 0 | 60 | 10 | 2E | 136 | 5D | 1C |
| Octal | 211 | 5 | 163 | 0 | 140 | 20 | 56 | 466 | 135 | 34 |
| Binary | 10001001 | 101 | 1110011 | 0 | 1100000 | 10000 | 101110 | 100110110 | 1011101 | 11100 |
Color Harmonies of #890573
Complementary color
Monochromatic Colors of #890573
Black with #890573
Text Example
Text Example
White with #890573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890573; }
p { color: rgb(137,5,115); }
H1.HeaderClassName
{
color: #890573;
}
.AnyTagClassName
{
color: #890573;
}
</style>
background-color css
<style>
a { background-color: #890573; }
a { background-color: rgb(137,5,115); }
div.DivClassName
{
background-color: #890573;
}
.BgClassName
{
background-color: #890573;
}
</style>
border-color css
<style>
span { border-color: #890573; }
span { border-color: rgb(137,5,115); }
td.TdClassName
{
border-color: #890573;
}
.TagClassName
{
border-color: #890573;
}
</style>