Shades of Tyrian Purple #590B34
Tints of Tyrian Purple #590B34
RGB
CMYK
RGB Variations
Color information
#590B34 (or 0x590B34) is known color: Tyrian Purple. HEX triplet: 59, 0B and 34. RGB value is (89,11,52). Sum of RGB (Red+Green+Blue) = 89+11+52=152 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.55% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 89 - color contains mainly: red. Hex color #590B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B34 is #A6F4CB. Grayscale: #262626. Windows color (decimal): -10941644 or 3410777. OLE color: 3410777.
HSL color Cylindrical-coordinate representation of color #590B34: hue angle of 328.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 #590B34 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 52 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.65 |
| HSL | 328.46º | 0.78% | 0.2% | - |
| HSV(B) | 328.46º | 0.88% | 0.35% | - |
| XYZ | 4.86 | 2.61 | 3.5 | - |
| YUV | 39 | 135.34 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 52 | 0 | 0.88 | 0.42 | 0.65 | 328.46 | 0.78 | 0.2 |
| Hex | 59 | B | 34 | 0 | 58 | 2A | 41 | 148 | 4E | 14 |
| Octal | 131 | 13 | 64 | 0 | 130 | 52 | 101 | 510 | 116 | 24 |
| Binary | 1011001 | 1011 | 110100 | 0 | 1011000 | 101010 | 1000001 | 101001000 | 1001110 | 10100 |
Color Harmonies of #590B34
Complementary color
Monochromatic Colors of #590B34
Black with #590B34
Text Example
Text Example
White with #590B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B34; }
p { color: rgb(89,11,52); }
H1.HeaderClassName
{
color: #590B34;
}
.AnyTagClassName
{
color: #590B34;
}
</style>
background-color css
<style>
a { background-color: #590B34; }
a { background-color: rgb(89,11,52); }
div.DivClassName
{
background-color: #590B34;
}
.BgClassName
{
background-color: #590B34;
}
</style>
border-color css
<style>
span { border-color: #590B34; }
span { border-color: rgb(89,11,52); }
td.TdClassName
{
border-color: #590B34;
}
.TagClassName
{
border-color: #590B34;
}
</style>