Shades of Tyrian Purple #59042B
Tints of Tyrian Purple #59042B
RGB
CMYK
RGB Variations
Color information
#59042B (or 0x59042B) is known color: Tyrian Purple. HEX triplet: 59, 04 and 2B. RGB value is (89,4,43). Sum of RGB (Red+Green+Blue) = 89+4+43=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59042B is #A6FBD4. Grayscale: #212121. Windows color (decimal): -10943445 or 2819161. OLE color: 2819161.
HSL color Cylindrical-coordinate representation of color #59042B: hue angle of 332.47º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59042B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 43 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.65 |
| HSL | 332.47º | 0.91% | 0.18% | - |
| HSV(B) | 332.47º | 0.96% | 0.35% | - |
| XYZ | 4.6 | 2.39 | 2.5 | - |
| YUV | 33.86 | 133.16 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 43 | 0 | 0.96 | 0.52 | 0.65 | 332.47 | 0.91 | 0.18 |
| Hex | 59 | 4 | 2B | 0 | 60 | 34 | 41 | 14C | 5B | 12 |
| Octal | 131 | 4 | 53 | 0 | 140 | 64 | 101 | 514 | 133 | 22 |
| Binary | 1011001 | 100 | 101011 | 0 | 1100000 | 110100 | 1000001 | 101001100 | 1011011 | 10010 |
Color Harmonies of #59042B
Complementary color
Monochromatic Colors of #59042B
Black with #59042B
Text Example
Text Example
White with #59042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59042B; }
p { color: rgb(89,4,43); }
H1.HeaderClassName
{
color: #59042B;
}
.AnyTagClassName
{
color: #59042B;
}
</style>
background-color css
<style>
a { background-color: #59042B; }
a { background-color: rgb(89,4,43); }
div.DivClassName
{
background-color: #59042B;
}
.BgClassName
{
background-color: #59042B;
}
</style>
border-color css
<style>
span { border-color: #59042B; }
span { border-color: rgb(89,4,43); }
td.TdClassName
{
border-color: #59042B;
}
.TagClassName
{
border-color: #59042B;
}
</style>