Shades of Tyrian Purple #59104A
Tints of Tyrian Purple #59104A
RGB
CMYK
RGB Variations
Color information
#59104A (or 0x59104A) is known color: Tyrian Purple. HEX triplet: 59, 10 and 4A. RGB value is (89,16,74). Sum of RGB (Red+Green+Blue) = 89+16+74=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #59104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59104A is #A6EFB5. Grayscale: #2C2C2C. Windows color (decimal): -10940342 or 4853849. OLE color: 4853849.
HSL color Cylindrical-coordinate representation of color #59104A: hue angle of 312.33º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59104A is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 74 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.65 |
| HSL | 312.33º | 0.7% | 0.21% | - |
| HSV(B) | 312.33º | 0.82% | 0.35% | - |
| XYZ | 5.54 | 2.99 | 6.76 | - |
| YUV | 44.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 74 | 0 | 0.82 | 0.17 | 0.65 | 312.33 | 0.7 | 0.21 |
| Hex | 59 | 10 | 4A | 0 | 52 | 11 | 41 | 138 | 46 | 15 |
| Octal | 131 | 20 | 112 | 0 | 122 | 21 | 101 | 470 | 106 | 25 |
| Binary | 1011001 | 10000 | 1001010 | 0 | 1010010 | 10001 | 1000001 | 100111000 | 1000110 | 10101 |
Color Harmonies of #59104A
Complementary color
Monochromatic Colors of #59104A
Black with #59104A
Text Example
Text Example
White with #59104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59104A; }
p { color: rgb(89,16,74); }
H1.HeaderClassName
{
color: #59104A;
}
.AnyTagClassName
{
color: #59104A;
}
</style>
background-color css
<style>
a { background-color: #59104A; }
a { background-color: rgb(89,16,74); }
div.DivClassName
{
background-color: #59104A;
}
.BgClassName
{
background-color: #59104A;
}
</style>
border-color css
<style>
span { border-color: #59104A; }
span { border-color: rgb(89,16,74); }
td.TdClassName
{
border-color: #59104A;
}
.TagClassName
{
border-color: #59104A;
}
</style>