Shades of Tyrian Purple #590B40
Tints of Tyrian Purple #590B40
RGB
CMYK
RGB Variations
Color information
#590B40 (or 0x590B40) is known color: Tyrian Purple. HEX triplet: 59, 0B and 40. RGB value is (89,11,64). Sum of RGB (Red+Green+Blue) = 89+11+64=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #590B40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B40 is #A6F4BF. Grayscale: #282828. Windows color (decimal): -10941632 or 4197209. OLE color: 4197209.
HSL color Cylindrical-coordinate representation of color #590B40: hue angle of 319.23º 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 #590B40 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 64 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.65 |
| HSL | 319.23º | 0.78% | 0.2% | - |
| HSV(B) | 319.23º | 0.88% | 0.35% | - |
| XYZ | 5.16 | 2.73 | 5.11 | - |
| YUV | 40.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 64 | 0 | 0.88 | 0.28 | 0.65 | 319.23 | 0.78 | 0.2 |
| Hex | 59 | B | 40 | 0 | 58 | 1C | 41 | 13F | 4E | 14 |
| Octal | 131 | 13 | 100 | 0 | 130 | 34 | 101 | 477 | 116 | 24 |
| Binary | 1011001 | 1011 | 1000000 | 0 | 1011000 | 11100 | 1000001 | 100111111 | 1001110 | 10100 |
Color Harmonies of #590B40
Complementary color
Monochromatic Colors of #590B40
Black with #590B40
Text Example
Text Example
White with #590B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B40; }
p { color: rgb(89,11,64); }
H1.HeaderClassName
{
color: #590B40;
}
.AnyTagClassName
{
color: #590B40;
}
</style>
background-color css
<style>
a { background-color: #590B40; }
a { background-color: rgb(89,11,64); }
div.DivClassName
{
background-color: #590B40;
}
.BgClassName
{
background-color: #590B40;
}
</style>
border-color css
<style>
span { border-color: #590B40; }
span { border-color: rgb(89,11,64); }
td.TdClassName
{
border-color: #590B40;
}
.TagClassName
{
border-color: #590B40;
}
</style>