Shades of Tyrian Purple #58044E
Tints of Tyrian Purple #58044E
RGB
CMYK
RGB Variations
Color information
#58044E (or 0x58044E) is known color: Tyrian Purple. HEX triplet: 58, 04 and 4E. RGB value is (88,4,78). Sum of RGB (Red+Green+Blue) = 88+4+78=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58044E is #A7FBB1. Grayscale: #252525. Windows color (decimal): -11008946 or 5112920. OLE color: 5112920.
HSL color Cylindrical-coordinate representation of color #58044E: hue angle of 307.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58044E is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 78 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.65 |
| HSL | 307.14º | 0.91% | 0.18% | - |
| HSV(B) | 307.14º | 0.95% | 0.35% | - |
| XYZ | 5.44 | 2.71 | 7.44 | - |
| YUV | 37.55 | 150.83 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 78 | 0 | 0.95 | 0.11 | 0.65 | 307.14 | 0.91 | 0.18 |
| Hex | 58 | 4 | 4E | 0 | 5F | B | 41 | 133 | 5B | 12 |
| Octal | 130 | 4 | 116 | 0 | 137 | 13 | 101 | 463 | 133 | 22 |
| Binary | 1011000 | 100 | 1001110 | 0 | 1011111 | 1011 | 1000001 | 100110011 | 1011011 | 10010 |
Color Harmonies of #58044E
Complementary color
Monochromatic Colors of #58044E
Black with #58044E
Text Example
Text Example
White with #58044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58044E; }
p { color: rgb(88,4,78); }
H1.HeaderClassName
{
color: #58044E;
}
.AnyTagClassName
{
color: #58044E;
}
</style>
background-color css
<style>
a { background-color: #58044E; }
a { background-color: rgb(88,4,78); }
div.DivClassName
{
background-color: #58044E;
}
.BgClassName
{
background-color: #58044E;
}
</style>
border-color css
<style>
span { border-color: #58044E; }
span { border-color: rgb(88,4,78); }
td.TdClassName
{
border-color: #58044E;
}
.TagClassName
{
border-color: #58044E;
}
</style>