Shades of Tyrian Purple #590123
Tints of Tyrian Purple #590123
RGB
CMYK
RGB Variations
Color information
#590123 (or 0x590123) is known color: Tyrian Purple. HEX triplet: 59, 01 and 23. RGB value is (89,1,35). Sum of RGB (Red+Green+Blue) = 89+1+35=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #590123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590123 is #A6FEDC. Grayscale: #1F1F1F. Windows color (decimal): -10944221 or 2294105. OLE color: 2294105.
HSL color Cylindrical-coordinate representation of color #590123: hue angle of 336.82º 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 #590123 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 35 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.65 |
| HSL | 336.82º | 0.98% | 0.18% | - |
| HSV(B) | 336.82º | 0.99% | 0.35% | - |
| XYZ | 4.43 | 2.27 | 1.79 | - |
| YUV | 31.19 | 130.15 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 35 | 0 | 0.99 | 0.61 | 0.65 | 336.82 | 0.98 | 0.18 |
| Hex | 59 | 1 | 23 | 0 | 63 | 3D | 41 | 151 | 62 | 12 |
| Octal | 131 | 1 | 43 | 0 | 143 | 75 | 101 | 521 | 142 | 22 |
| Binary | 1011001 | 1 | 100011 | 0 | 1100011 | 111101 | 1000001 | 101010001 | 1100010 | 10010 |
Color Harmonies of #590123
Complementary color
Monochromatic Colors of #590123
Black with #590123
Text Example
Text Example
White with #590123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590123; }
p { color: rgb(89,1,35); }
H1.HeaderClassName
{
color: #590123;
}
.AnyTagClassName
{
color: #590123;
}
</style>
background-color css
<style>
a { background-color: #590123; }
a { background-color: rgb(89,1,35); }
div.DivClassName
{
background-color: #590123;
}
.BgClassName
{
background-color: #590123;
}
</style>
border-color css
<style>
span { border-color: #590123; }
span { border-color: rgb(89,1,35); }
td.TdClassName
{
border-color: #590123;
}
.TagClassName
{
border-color: #590123;
}
</style>