Shades of Tyrian Purple #590128
Tints of Tyrian Purple #590128
RGB
CMYK
RGB Variations
Color information
#590128 (or 0x590128) is known color: Tyrian Purple. HEX triplet: 59, 01 and 28. RGB value is (89,1,40). Sum of RGB (Red+Green+Blue) = 89+1+40=130 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.46% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 89 - color contains mainly: red. Hex color #590128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590128 is #A6FED7. Grayscale: #1F1F1F. Windows color (decimal): -10944216 or 2621785. OLE color: 2621785.
HSL color Cylindrical-coordinate representation of color #590128: hue angle of 333.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590128 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.65 |
| HSL | 333.41º | 0.98% | 0.18% | - |
| HSV(B) | 333.41º | 0.99% | 0.35% | - |
| XYZ | 4.51 | 2.3 | 2.21 | - |
| YUV | 31.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 40 | 0 | 0.99 | 0.55 | 0.65 | 333.41 | 0.98 | 0.18 |
| Hex | 59 | 1 | 28 | 0 | 63 | 37 | 41 | 14D | 62 | 12 |
| Octal | 131 | 1 | 50 | 0 | 143 | 67 | 101 | 515 | 142 | 22 |
| Binary | 1011001 | 1 | 101000 | 0 | 1100011 | 110111 | 1000001 | 101001101 | 1100010 | 10010 |
Color Harmonies of #590128
Complementary color
Monochromatic Colors of #590128
Black with #590128
Text Example
Text Example
White with #590128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590128; }
p { color: rgb(89,1,40); }
H1.HeaderClassName
{
color: #590128;
}
.AnyTagClassName
{
color: #590128;
}
</style>
background-color css
<style>
a { background-color: #590128; }
a { background-color: rgb(89,1,40); }
div.DivClassName
{
background-color: #590128;
}
.BgClassName
{
background-color: #590128;
}
</style>
border-color css
<style>
span { border-color: #590128; }
span { border-color: rgb(89,1,40); }
td.TdClassName
{
border-color: #590128;
}
.TagClassName
{
border-color: #590128;
}
</style>