Shades of Tyrian Purple #59124C
Tints of Tyrian Purple #59124C
RGB
CMYK
RGB Variations
Color information
#59124C (or 0x59124C) is known color: Tyrian Purple. HEX triplet: 59, 12 and 4C. RGB value is (89,18,76). Sum of RGB (Red+Green+Blue) = 89+18+76=183 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.63% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 89 - color contains mainly: red. Hex color #59124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59124C is #A6EDB3. Grayscale: #2D2D2D. Windows color (decimal): -10939828 or 4985433. OLE color: 4985433.
HSL color Cylindrical-coordinate representation of color #59124C: hue angle of 310.99º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59124C is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 18 | 76 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.65 |
| HSL | 310.99º | 0.66% | 0.21% | - |
| HSV(B) | 310.99º | 0.8% | 0.35% | - |
| XYZ | 5.64 | 3.08 | 7.13 | - |
| YUV | 45.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 76 | 0 | 0.80 | 0.15 | 0.65 | 310.99 | 0.66 | 0.21 |
| Hex | 59 | 12 | 4C | 0 | 50 | F | 41 | 137 | 42 | 15 |
| Octal | 131 | 22 | 114 | 0 | 120 | 17 | 101 | 467 | 102 | 25 |
| Binary | 1011001 | 10010 | 1001100 | 0 | 1010000 | 1111 | 1000001 | 100110111 | 1000010 | 10101 |
Color Harmonies of #59124C
Complementary color
Monochromatic Colors of #59124C
Black with #59124C
Text Example
Text Example
White with #59124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59124C; }
p { color: rgb(89,18,76); }
H1.HeaderClassName
{
color: #59124C;
}
.AnyTagClassName
{
color: #59124C;
}
</style>
background-color css
<style>
a { background-color: #59124C; }
a { background-color: rgb(89,18,76); }
div.DivClassName
{
background-color: #59124C;
}
.BgClassName
{
background-color: #59124C;
}
</style>
border-color css
<style>
span { border-color: #59124C; }
span { border-color: rgb(89,18,76); }
td.TdClassName
{
border-color: #59124C;
}
.TagClassName
{
border-color: #59124C;
}
</style>