Shades of Tyrian Purple #58054A
Tints of Tyrian Purple #58054A
RGB
CMYK
RGB Variations
Color information
#58054A (or 0x58054A) is known color: Tyrian Purple. HEX triplet: 58, 05 and 4A. RGB value is (88,5,74). Sum of RGB (Red+Green+Blue) = 88+5+74=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58054A is #A7FAB5. Grayscale: #252525. Windows color (decimal): -11008694 or 4851032. OLE color: 4851032.
HSL color Cylindrical-coordinate representation of color #58054A: hue angle of 310.12º 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 #58054A is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.65 |
| HSL | 310.12º | 0.89% | 0.18% | - |
| HSV(B) | 310.12º | 0.94% | 0.35% | - |
| XYZ | 5.31 | 2.68 | 6.72 | - |
| YUV | 37.68 | 148.5 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 74 | 0 | 0.94 | 0.16 | 0.65 | 310.12 | 0.89 | 0.18 |
| Hex | 58 | 5 | 4A | 0 | 5E | 10 | 41 | 136 | 59 | 12 |
| Octal | 130 | 5 | 112 | 0 | 136 | 20 | 101 | 466 | 131 | 22 |
| Binary | 1011000 | 101 | 1001010 | 0 | 1011110 | 10000 | 1000001 | 100110110 | 1011001 | 10010 |
Color Harmonies of #58054A
Complementary color
Monochromatic Colors of #58054A
Black with #58054A
Text Example
Text Example
White with #58054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58054A; }
p { color: rgb(88,5,74); }
H1.HeaderClassName
{
color: #58054A;
}
.AnyTagClassName
{
color: #58054A;
}
</style>
background-color css
<style>
a { background-color: #58054A; }
a { background-color: rgb(88,5,74); }
div.DivClassName
{
background-color: #58054A;
}
.BgClassName
{
background-color: #58054A;
}
</style>
border-color css
<style>
span { border-color: #58054A; }
span { border-color: rgb(88,5,74); }
td.TdClassName
{
border-color: #58054A;
}
.TagClassName
{
border-color: #58054A;
}
</style>