Shades of Tyrian Purple #59044B
Tints of Tyrian Purple #59044B
RGB
CMYK
RGB Variations
Color information
#59044B (or 0x59044B) is known color: Tyrian Purple. HEX triplet: 59, 04 and 4B. RGB value is (89,4,75). Sum of RGB (Red+Green+Blue) = 89+4+75=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59044B is #A6FBB4. Grayscale: #252525. Windows color (decimal): -10943413 or 4916313. OLE color: 4916313.
HSL color Cylindrical-coordinate representation of color #59044B: hue angle of 309.88º 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 #59044B is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 75 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.65 |
| HSL | 309.88º | 0.91% | 0.18% | - |
| HSV(B) | 309.88º | 0.96% | 0.35% | - |
| XYZ | 5.43 | 2.72 | 6.9 | - |
| YUV | 37.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 75 | 0 | 0.96 | 0.16 | 0.65 | 309.88 | 0.91 | 0.18 |
| Hex | 59 | 4 | 4B | 0 | 60 | 10 | 41 | 136 | 5B | 12 |
| Octal | 131 | 4 | 113 | 0 | 140 | 20 | 101 | 466 | 133 | 22 |
| Binary | 1011001 | 100 | 1001011 | 0 | 1100000 | 10000 | 1000001 | 100110110 | 1011011 | 10010 |
Color Harmonies of #59044B
Complementary color
Monochromatic Colors of #59044B
Black with #59044B
Text Example
Text Example
White with #59044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59044B; }
p { color: rgb(89,4,75); }
H1.HeaderClassName
{
color: #59044B;
}
.AnyTagClassName
{
color: #59044B;
}
</style>
background-color css
<style>
a { background-color: #59044B; }
a { background-color: rgb(89,4,75); }
div.DivClassName
{
background-color: #59044B;
}
.BgClassName
{
background-color: #59044B;
}
</style>
border-color css
<style>
span { border-color: #59044B; }
span { border-color: rgb(89,4,75); }
td.TdClassName
{
border-color: #59044B;
}
.TagClassName
{
border-color: #59044B;
}
</style>