Shades of Tyrian Purple #59024B
Tints of Tyrian Purple #59024B
RGB
CMYK
RGB Variations
Color information
#59024B (or 0x59024B) is known color: Tyrian Purple. HEX triplet: 59, 02 and 4B. RGB value is (89,2,75). Sum of RGB (Red+Green+Blue) = 89+2+75=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59024B is #A6FDB4. Grayscale: #242424. Windows color (decimal): -10943925 or 4915801. OLE color: 4915801.
HSL color Cylindrical-coordinate representation of color #59024B: hue angle of 309.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59024B is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.65 |
| HSL | 309.66º | 0.96% | 0.18% | - |
| HSV(B) | 309.66º | 0.98% | 0.35% | - |
| XYZ | 5.41 | 2.68 | 6.89 | - |
| YUV | 36.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 75 | 0 | 0.98 | 0.16 | 0.65 | 309.66 | 0.96 | 0.18 |
| Hex | 59 | 2 | 4B | 0 | 62 | 10 | 41 | 136 | 60 | 12 |
| Octal | 131 | 2 | 113 | 0 | 142 | 20 | 101 | 466 | 140 | 22 |
| Binary | 1011001 | 10 | 1001011 | 0 | 1100010 | 10000 | 1000001 | 100110110 | 1100000 | 10010 |
Color Harmonies of #59024B
Complementary color
Monochromatic Colors of #59024B
Black with #59024B
Text Example
Text Example
White with #59024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59024B; }
p { color: rgb(89,2,75); }
H1.HeaderClassName
{
color: #59024B;
}
.AnyTagClassName
{
color: #59024B;
}
</style>
background-color css
<style>
a { background-color: #59024B; }
a { background-color: rgb(89,2,75); }
div.DivClassName
{
background-color: #59024B;
}
.BgClassName
{
background-color: #59024B;
}
</style>
border-color css
<style>
span { border-color: #59024B; }
span { border-color: rgb(89,2,75); }
td.TdClassName
{
border-color: #59024B;
}
.TagClassName
{
border-color: #59024B;
}
</style>