Shades of Tyrian Purple #590B41
Tints of Tyrian Purple #590B41
RGB
CMYK
RGB Variations
Color information
#590B41 (or 0x590B41) is known color: Tyrian Purple. HEX triplet: 59, 0B and 41. RGB value is (89,11,65). Sum of RGB (Red+Green+Blue) = 89+11+65=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #590B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B41 is #A6F4BE. Grayscale: #282828. Windows color (decimal): -10941631 or 4262745. OLE color: 4262745.
HSL color Cylindrical-coordinate representation of color #590B41: hue angle of 318.46º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B41 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 65 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.65 |
| HSL | 318.46º | 0.78% | 0.2% | - |
| HSV(B) | 318.46º | 0.88% | 0.35% | - |
| XYZ | 5.19 | 2.74 | 5.26 | - |
| YUV | 40.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 65 | 0 | 0.88 | 0.27 | 0.65 | 318.46 | 0.78 | 0.2 |
| Hex | 59 | B | 41 | 0 | 58 | 1B | 41 | 13E | 4E | 14 |
| Octal | 131 | 13 | 101 | 0 | 130 | 33 | 101 | 476 | 116 | 24 |
| Binary | 1011001 | 1011 | 1000001 | 0 | 1011000 | 11011 | 1000001 | 100111110 | 1001110 | 10100 |
Color Harmonies of #590B41
Complementary color
Monochromatic Colors of #590B41
Black with #590B41
Text Example
Text Example
White with #590B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B41; }
p { color: rgb(89,11,65); }
H1.HeaderClassName
{
color: #590B41;
}
.AnyTagClassName
{
color: #590B41;
}
</style>
background-color css
<style>
a { background-color: #590B41; }
a { background-color: rgb(89,11,65); }
div.DivClassName
{
background-color: #590B41;
}
.BgClassName
{
background-color: #590B41;
}
</style>
border-color css
<style>
span { border-color: #590B41; }
span { border-color: rgb(89,11,65); }
td.TdClassName
{
border-color: #590B41;
}
.TagClassName
{
border-color: #590B41;
}
</style>