Shades of Purple #890572
Tints of Purple #890572
RGB
CMYK
RGB Variations
Color information
#890572 (or 0x890572) is known color: Purple. HEX triplet: 89, 05 and 72. RGB value is (137,5,114). Sum of RGB (Red+Green+Blue) = 137+5+114=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890572 is #76FA8D. Grayscale: #383838. Windows color (decimal): -7797390 or 7472521. OLE color: 7472521.
HSL color Cylindrical-coordinate representation of color #890572: hue angle of 310.45º 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 #890572 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 114 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.46 |
| HSL | 310.45º | 0.93% | 0.28% | - |
| HSV(B) | 310.45º | 0.96% | 0.54% | - |
| XYZ | 13.41 | 6.64 | 16.49 | - |
| YUV | 56.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 114 | 0 | 0.96 | 0.17 | 0.46 | 310.45 | 0.93 | 0.28 |
| Hex | 89 | 5 | 72 | 0 | 60 | 11 | 2E | 136 | 5D | 1C |
| Octal | 211 | 5 | 162 | 0 | 140 | 21 | 56 | 466 | 135 | 34 |
| Binary | 10001001 | 101 | 1110010 | 0 | 1100000 | 10001 | 101110 | 100110110 | 1011101 | 11100 |
Color Harmonies of #890572
Complementary color
Monochromatic Colors of #890572
Black with #890572
Text Example
Text Example
White with #890572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890572; }
p { color: rgb(137,5,114); }
H1.HeaderClassName
{
color: #890572;
}
.AnyTagClassName
{
color: #890572;
}
</style>
background-color css
<style>
a { background-color: #890572; }
a { background-color: rgb(137,5,114); }
div.DivClassName
{
background-color: #890572;
}
.BgClassName
{
background-color: #890572;
}
</style>
border-color css
<style>
span { border-color: #890572; }
span { border-color: rgb(137,5,114); }
td.TdClassName
{
border-color: #890572;
}
.TagClassName
{
border-color: #890572;
}
</style>