Shades of Tyrian Purple #59012B
Tints of Tyrian Purple #59012B
RGB
CMYK
RGB Variations
Color information
#59012B (or 0x59012B) is known color: Tyrian Purple. HEX triplet: 59, 01 and 2B. RGB value is (89,1,43). Sum of RGB (Red+Green+Blue) = 89+1+43=133 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.92% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 89 - color contains mainly: red. Hex color #59012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59012B is #A6FED4. Grayscale: #202020. Windows color (decimal): -10944213 or 2818393. OLE color: 2818393.
HSL color Cylindrical-coordinate representation of color #59012B: hue angle of 331.36º 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 #59012B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.65 |
| HSL | 331.36º | 0.98% | 0.18% | - |
| HSV(B) | 331.36º | 0.99% | 0.35% | - |
| XYZ | 4.57 | 2.32 | 2.49 | - |
| YUV | 32.1 | 134.15 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 43 | 0 | 0.99 | 0.52 | 0.65 | 331.36 | 0.98 | 0.18 |
| Hex | 59 | 1 | 2B | 0 | 63 | 34 | 41 | 14B | 62 | 12 |
| Octal | 131 | 1 | 53 | 0 | 143 | 64 | 101 | 513 | 142 | 22 |
| Binary | 1011001 | 1 | 101011 | 0 | 1100011 | 110100 | 1000001 | 101001011 | 1100010 | 10010 |
Color Harmonies of #59012B
Complementary color
Monochromatic Colors of #59012B
Black with #59012B
Text Example
Text Example
White with #59012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59012B; }
p { color: rgb(89,1,43); }
H1.HeaderClassName
{
color: #59012B;
}
.AnyTagClassName
{
color: #59012B;
}
</style>
background-color css
<style>
a { background-color: #59012B; }
a { background-color: rgb(89,1,43); }
div.DivClassName
{
background-color: #59012B;
}
.BgClassName
{
background-color: #59012B;
}
</style>
border-color css
<style>
span { border-color: #59012B; }
span { border-color: rgb(89,1,43); }
td.TdClassName
{
border-color: #59012B;
}
.TagClassName
{
border-color: #59012B;
}
</style>