Shades of Tyrian Purple #58054E
Tints of Tyrian Purple #58054E
RGB
CMYK
RGB Variations
Color information
#58054E (or 0x58054E) is known color: Tyrian Purple. HEX triplet: 58, 05 and 4E. RGB value is (88,5,78). Sum of RGB (Red+Green+Blue) = 88+5+78=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58054E is #A7FAB1. Grayscale: #252525. Windows color (decimal): -11008690 or 5113176. OLE color: 5113176.
HSL color Cylindrical-coordinate representation of color #58054E: hue angle of 307.23º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58054E is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 78 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.65 |
| HSL | 307.23º | 0.89% | 0.18% | - |
| HSV(B) | 307.23º | 0.94% | 0.35% | - |
| XYZ | 5.45 | 2.73 | 7.45 | - |
| YUV | 38.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 78 | 0 | 0.94 | 0.11 | 0.65 | 307.23 | 0.89 | 0.18 |
| Hex | 58 | 5 | 4E | 0 | 5E | B | 41 | 133 | 59 | 12 |
| Octal | 130 | 5 | 116 | 0 | 136 | 13 | 101 | 463 | 131 | 22 |
| Binary | 1011000 | 101 | 1001110 | 0 | 1011110 | 1011 | 1000001 | 100110011 | 1011001 | 10010 |
Color Harmonies of #58054E
Complementary color
Monochromatic Colors of #58054E
Black with #58054E
Text Example
Text Example
White with #58054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58054E; }
p { color: rgb(88,5,78); }
H1.HeaderClassName
{
color: #58054E;
}
.AnyTagClassName
{
color: #58054E;
}
</style>
background-color css
<style>
a { background-color: #58054E; }
a { background-color: rgb(88,5,78); }
div.DivClassName
{
background-color: #58054E;
}
.BgClassName
{
background-color: #58054E;
}
</style>
border-color css
<style>
span { border-color: #58054E; }
span { border-color: rgb(88,5,78); }
td.TdClassName
{
border-color: #58054E;
}
.TagClassName
{
border-color: #58054E;
}
</style>