Shades of Tyrian Purple #590223
Tints of Tyrian Purple #590223
RGB
CMYK
RGB Variations
Color information
#590223 (or 0x590223) is known color: Tyrian Purple. HEX triplet: 59, 02 and 23. RGB value is (89,2,35). Sum of RGB (Red+Green+Blue) = 89+2+35=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #590223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590223 is #A6FDDC. Grayscale: #1F1F1F. Windows color (decimal): -10943965 or 2294361. OLE color: 2294361.
HSL color Cylindrical-coordinate representation of color #590223: hue angle of 337.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #590223 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.65 |
| HSL | 337.24º | 0.96% | 0.18% | - |
| HSV(B) | 337.24º | 0.98% | 0.35% | - |
| XYZ | 4.44 | 2.29 | 1.8 | - |
| YUV | 31.78 | 129.82 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 35 | 0 | 0.98 | 0.61 | 0.65 | 337.24 | 0.96 | 0.18 |
| Hex | 59 | 2 | 23 | 0 | 62 | 3D | 41 | 151 | 60 | 12 |
| Octal | 131 | 2 | 43 | 0 | 142 | 75 | 101 | 521 | 140 | 22 |
| Binary | 1011001 | 10 | 100011 | 0 | 1100010 | 111101 | 1000001 | 101010001 | 1100000 | 10010 |
Color Harmonies of #590223
Complementary color
Monochromatic Colors of #590223
Black with #590223
Text Example
Text Example
White with #590223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590223; }
p { color: rgb(89,2,35); }
H1.HeaderClassName
{
color: #590223;
}
.AnyTagClassName
{
color: #590223;
}
</style>
background-color css
<style>
a { background-color: #590223; }
a { background-color: rgb(89,2,35); }
div.DivClassName
{
background-color: #590223;
}
.BgClassName
{
background-color: #590223;
}
</style>
border-color css
<style>
span { border-color: #590223; }
span { border-color: rgb(89,2,35); }
td.TdClassName
{
border-color: #590223;
}
.TagClassName
{
border-color: #590223;
}
</style>