Shades of Tyrian Purple #590033
Tints of Tyrian Purple #590033
RGB
CMYK
RGB Variations
Color information
#590033 (or 0x590033) is known color: Tyrian Purple. HEX triplet: 59, 00 and 33. RGB value is (89,0,51). Sum of RGB (Red+Green+Blue) = 89+0+51=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #590033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590033 is #A6FFCC. Grayscale: #202020. Windows color (decimal): -10944461 or 3342425. OLE color: 3342425.
HSL color Cylindrical-coordinate representation of color #590033: hue angle of 325.62º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #590033 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.43 | 0.65 |
| HSL | 325.62º | 1% | 0.17% | - |
| HSV(B) | 325.62º | 1% | 0.35% | - |
| XYZ | 4.72 | 2.36 | 3.34 | - |
| YUV | 32.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 51 | 0 | 1 | 0.43 | 0.65 | 325.62 | 1 | 0.17 |
| Hex | 59 | 0 | 33 | 0 | 64 | 2B | 41 | 146 | 64 | 11 |
| Octal | 131 | 0 | 63 | 0 | 144 | 53 | 101 | 506 | 144 | 21 |
| Binary | 1011001 | 0 | 110011 | 0 | 1100100 | 101011 | 1000001 | 101000110 | 1100100 | 10001 |
Color Harmonies of #590033
Complementary color
Monochromatic Colors of #590033
Black with #590033
Text Example
Text Example
White with #590033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590033; }
p { color: rgb(89,0,51); }
H1.HeaderClassName
{
color: #590033;
}
.AnyTagClassName
{
color: #590033;
}
</style>
background-color css
<style>
a { background-color: #590033; }
a { background-color: rgb(89,0,51); }
div.DivClassName
{
background-color: #590033;
}
.BgClassName
{
background-color: #590033;
}
</style>
border-color css
<style>
span { border-color: #590033; }
span { border-color: rgb(89,0,51); }
td.TdClassName
{
border-color: #590033;
}
.TagClassName
{
border-color: #590033;
}
</style>