Shades of Tyrian Purple #59034B
Tints of Tyrian Purple #59034B
RGB
CMYK
RGB Variations
Color information
#59034B (or 0x59034B) is known color: Tyrian Purple. HEX triplet: 59, 03 and 4B. RGB value is (89,3,75). Sum of RGB (Red+Green+Blue) = 89+3+75=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59034B is #A6FCB4. Grayscale: #242424. Windows color (decimal): -10943669 or 4916057. OLE color: 4916057.
HSL color Cylindrical-coordinate representation of color #59034B: hue angle of 309.77º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59034B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.65 |
| HSL | 309.77º | 0.93% | 0.18% | - |
| HSV(B) | 309.77º | 0.97% | 0.35% | - |
| XYZ | 5.42 | 2.7 | 6.89 | - |
| YUV | 36.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 75 | 0 | 0.97 | 0.16 | 0.65 | 309.77 | 0.93 | 0.18 |
| Hex | 59 | 3 | 4B | 0 | 61 | 10 | 41 | 136 | 5D | 12 |
| Octal | 131 | 3 | 113 | 0 | 141 | 20 | 101 | 466 | 135 | 22 |
| Binary | 1011001 | 11 | 1001011 | 0 | 1100001 | 10000 | 1000001 | 100110110 | 1011101 | 10010 |
Color Harmonies of #59034B
Complementary color
Monochromatic Colors of #59034B
Black with #59034B
Text Example
Text Example
White with #59034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59034B; }
p { color: rgb(89,3,75); }
H1.HeaderClassName
{
color: #59034B;
}
.AnyTagClassName
{
color: #59034B;
}
</style>
background-color css
<style>
a { background-color: #59034B; }
a { background-color: rgb(89,3,75); }
div.DivClassName
{
background-color: #59034B;
}
.BgClassName
{
background-color: #59034B;
}
</style>
border-color css
<style>
span { border-color: #59034B; }
span { border-color: rgb(89,3,75); }
td.TdClassName
{
border-color: #59034B;
}
.TagClassName
{
border-color: #59034B;
}
</style>