Shades of Tyrian Purple #59123B
Tints of Tyrian Purple #59123B
RGB
CMYK
RGB Variations
Color information
#59123B (or 0x59123B) is known color: Tyrian Purple. HEX triplet: 59, 12 and 3B. RGB value is (89,18,59). Sum of RGB (Red+Green+Blue) = 89+18+59=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59123B is #A6EDC4. Grayscale: #2B2B2B. Windows color (decimal): -10939845 or 3871321. OLE color: 3871321.
HSL color Cylindrical-coordinate representation of color #59123B: hue angle of 325.35º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59123B is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 59 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.65 |
| HSL | 325.35º | 0.66% | 0.21% | - |
| HSV(B) | 325.35º | 0.8% | 0.35% | - |
| XYZ | 5.13 | 2.87 | 4.42 | - |
| YUV | 43.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 59 | 0 | 0.80 | 0.34 | 0.65 | 325.35 | 0.66 | 0.21 |
| Hex | 59 | 12 | 3B | 0 | 50 | 22 | 41 | 145 | 42 | 15 |
| Octal | 131 | 22 | 73 | 0 | 120 | 42 | 101 | 505 | 102 | 25 |
| Binary | 1011001 | 10010 | 111011 | 0 | 1010000 | 100010 | 1000001 | 101000101 | 1000010 | 10101 |
Color Harmonies of #59123B
Complementary color
Monochromatic Colors of #59123B
Black with #59123B
Text Example
Text Example
White with #59123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59123B; }
p { color: rgb(89,18,59); }
H1.HeaderClassName
{
color: #59123B;
}
.AnyTagClassName
{
color: #59123B;
}
</style>
background-color css
<style>
a { background-color: #59123B; }
a { background-color: rgb(89,18,59); }
div.DivClassName
{
background-color: #59123B;
}
.BgClassName
{
background-color: #59123B;
}
</style>
border-color css
<style>
span { border-color: #59123B; }
span { border-color: rgb(89,18,59); }
td.TdClassName
{
border-color: #59123B;
}
.TagClassName
{
border-color: #59123B;
}
</style>