Shades of Tyrian Purple #59074C
Tints of Tyrian Purple #59074C
RGB
CMYK
RGB Variations
Color information
#59074C (or 0x59074C) is known color: Tyrian Purple. HEX triplet: 59, 07 and 4C. RGB value is (89,7,76). Sum of RGB (Red+Green+Blue) = 89+7+76=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59074C is #A6F8B3. Grayscale: #272727. Windows color (decimal): -10942644 or 4982617. OLE color: 4982617.
HSL color Cylindrical-coordinate representation of color #59074C: hue angle of 309.51º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59074C is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 7 | 76 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.65 |
| HSL | 309.51º | 0.85% | 0.19% | - |
| HSV(B) | 309.51º | 0.92% | 0.35% | - |
| XYZ | 5.5 | 2.8 | 7.09 | - |
| YUV | 39.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 76 | 0 | 0.92 | 0.15 | 0.65 | 309.51 | 0.85 | 0.19 |
| Hex | 59 | 7 | 4C | 0 | 5C | F | 41 | 136 | 55 | 13 |
| Octal | 131 | 7 | 114 | 0 | 134 | 17 | 101 | 466 | 125 | 23 |
| Binary | 1011001 | 111 | 1001100 | 0 | 1011100 | 1111 | 1000001 | 100110110 | 1010101 | 10011 |
Color Harmonies of #59074C
Complementary color
Monochromatic Colors of #59074C
Black with #59074C
Text Example
Text Example
White with #59074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59074C; }
p { color: rgb(89,7,76); }
H1.HeaderClassName
{
color: #59074C;
}
.AnyTagClassName
{
color: #59074C;
}
</style>
background-color css
<style>
a { background-color: #59074C; }
a { background-color: rgb(89,7,76); }
div.DivClassName
{
background-color: #59074C;
}
.BgClassName
{
background-color: #59074C;
}
</style>
border-color css
<style>
span { border-color: #59074C; }
span { border-color: rgb(89,7,76); }
td.TdClassName
{
border-color: #59074C;
}
.TagClassName
{
border-color: #59074C;
}
</style>