Shades of Tyrian Purple #58013E
Tints of Tyrian Purple #58013E
RGB
CMYK
RGB Variations
Color information
#58013E (or 0x58013E) is known color: Tyrian Purple. HEX triplet: 58, 01 and 3E. RGB value is (88,1,62). Sum of RGB (Red+Green+Blue) = 88+1+62=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 62 (24.61% from 255 or 41.06% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013E is #A7FEC1. Grayscale: #212121. Windows color (decimal): -11009730 or 4063576. OLE color: 4063576.
HSL color Cylindrical-coordinate representation of color #58013E: hue angle of 317.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58013E is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.65 |
| HSL | 317.93º | 0.98% | 0.17% | - |
| HSV(B) | 317.93º | 0.99% | 0.35% | - |
| XYZ | 4.9 | 2.44 | 4.77 | - |
| YUV | 33.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 62 | 0 | 0.99 | 0.30 | 0.65 | 317.93 | 0.98 | 0.17 |
| Hex | 58 | 1 | 3E | 0 | 63 | 1E | 41 | 13E | 62 | 11 |
| Octal | 130 | 1 | 76 | 0 | 143 | 36 | 101 | 476 | 142 | 21 |
| Binary | 1011000 | 1 | 111110 | 0 | 1100011 | 11110 | 1000001 | 100111110 | 1100010 | 10001 |
Color Harmonies of #58013E
Complementary color
Monochromatic Colors of #58013E
Black with #58013E
Text Example
Text Example
White with #58013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58013E; }
p { color: rgb(88,1,62); }
H1.HeaderClassName
{
color: #58013E;
}
.AnyTagClassName
{
color: #58013E;
}
</style>
background-color css
<style>
a { background-color: #58013E; }
a { background-color: rgb(88,1,62); }
div.DivClassName
{
background-color: #58013E;
}
.BgClassName
{
background-color: #58013E;
}
</style>
border-color css
<style>
span { border-color: #58013E; }
span { border-color: rgb(88,1,62); }
td.TdClassName
{
border-color: #58013E;
}
.TagClassName
{
border-color: #58013E;
}
</style>