Shades of Tyrian Purple #58054D
Tints of Tyrian Purple #58054D
RGB
CMYK
RGB Variations
Color information
#58054D (or 0x58054D) is known color: Tyrian Purple. HEX triplet: 58, 05 and 4D. RGB value is (88,5,77). Sum of RGB (Red+Green+Blue) = 88+5+77=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58054D is #A7FAB2. Grayscale: #252525. Windows color (decimal): -11008691 or 5047640. OLE color: 5047640.
HSL color Cylindrical-coordinate representation of color #58054D: hue angle of 307.95º 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 #58054D is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 77 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.65 |
| HSL | 307.95º | 0.89% | 0.18% | - |
| HSV(B) | 307.95º | 0.94% | 0.35% | - |
| XYZ | 5.42 | 2.72 | 7.26 | - |
| YUV | 38.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 77 | 0 | 0.94 | 0.12 | 0.65 | 307.95 | 0.89 | 0.18 |
| Hex | 58 | 5 | 4D | 0 | 5E | C | 41 | 134 | 59 | 12 |
| Octal | 130 | 5 | 115 | 0 | 136 | 14 | 101 | 464 | 131 | 22 |
| Binary | 1011000 | 101 | 1001101 | 0 | 1011110 | 1100 | 1000001 | 100110100 | 1011001 | 10010 |
Color Harmonies of #58054D
Complementary color
Monochromatic Colors of #58054D
Black with #58054D
Text Example
Text Example
White with #58054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58054D; }
p { color: rgb(88,5,77); }
H1.HeaderClassName
{
color: #58054D;
}
.AnyTagClassName
{
color: #58054D;
}
</style>
background-color css
<style>
a { background-color: #58054D; }
a { background-color: rgb(88,5,77); }
div.DivClassName
{
background-color: #58054D;
}
.BgClassName
{
background-color: #58054D;
}
</style>
border-color css
<style>
span { border-color: #58054D; }
span { border-color: rgb(88,5,77); }
td.TdClassName
{
border-color: #58054D;
}
.TagClassName
{
border-color: #58054D;
}
</style>