Shades of Tyrian Purple #59014A
Tints of Tyrian Purple #59014A
RGB
CMYK
RGB Variations
Color information
#59014A (or 0x59014A) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4A. RGB value is (89,1,74). Sum of RGB (Red+Green+Blue) = 89+1+74=164 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.27% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 89 - color contains mainly: red. Hex color #59014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59014A is #A6FEB5. Grayscale: #232323. Windows color (decimal): -10944182 or 4850009. OLE color: 4850009.
HSL color Cylindrical-coordinate representation of color #59014A: hue angle of 310.23º 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 #59014A is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.65 |
| HSL | 310.23º | 0.98% | 0.18% | - |
| HSV(B) | 310.23º | 0.99% | 0.35% | - |
| XYZ | 5.37 | 2.64 | 6.71 | - |
| YUV | 35.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 74 | 0 | 0.99 | 0.17 | 0.65 | 310.23 | 0.98 | 0.18 |
| Hex | 59 | 1 | 4A | 0 | 63 | 11 | 41 | 136 | 62 | 12 |
| Octal | 131 | 1 | 112 | 0 | 143 | 21 | 101 | 466 | 142 | 22 |
| Binary | 1011001 | 1 | 1001010 | 0 | 1100011 | 10001 | 1000001 | 100110110 | 1100010 | 10010 |
Color Harmonies of #59014A
Complementary color
Monochromatic Colors of #59014A
Black with #59014A
Text Example
Text Example
White with #59014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59014A; }
p { color: rgb(89,1,74); }
H1.HeaderClassName
{
color: #59014A;
}
.AnyTagClassName
{
color: #59014A;
}
</style>
background-color css
<style>
a { background-color: #59014A; }
a { background-color: rgb(89,1,74); }
div.DivClassName
{
background-color: #59014A;
}
.BgClassName
{
background-color: #59014A;
}
</style>
border-color css
<style>
span { border-color: #59014A; }
span { border-color: rgb(89,1,74); }
td.TdClassName
{
border-color: #59014A;
}
.TagClassName
{
border-color: #59014A;
}
</style>