Shades of Tyrian Purple #58013A
Tints of Tyrian Purple #58013A
RGB
CMYK
RGB Variations
Color information
#58013A (or 0x58013A) is known color: Tyrian Purple. HEX triplet: 58, 01 and 3A. RGB value is (88,1,58). Sum of RGB (Red+Green+Blue) = 88+1+58=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013A is #A7FEC5. Grayscale: #212121. Windows color (decimal): -11009734 or 3801432. OLE color: 3801432.
HSL color Cylindrical-coordinate representation of color #58013A: hue angle of 320.69º 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 #58013A is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.65 |
| HSL | 320.69º | 0.98% | 0.17% | - |
| HSV(B) | 320.69º | 0.99% | 0.35% | - |
| XYZ | 4.8 | 2.4 | 4.21 | - |
| YUV | 33.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 58 | 0 | 0.99 | 0.34 | 0.65 | 320.69 | 0.98 | 0.17 |
| Hex | 58 | 1 | 3A | 0 | 63 | 22 | 41 | 141 | 62 | 11 |
| Octal | 130 | 1 | 72 | 0 | 143 | 42 | 101 | 501 | 142 | 21 |
| Binary | 1011000 | 1 | 111010 | 0 | 1100011 | 100010 | 1000001 | 101000001 | 1100010 | 10001 |
Color Harmonies of #58013A
Complementary color
Monochromatic Colors of #58013A
Black with #58013A
Text Example
Text Example
White with #58013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58013A; }
p { color: rgb(88,1,58); }
H1.HeaderClassName
{
color: #58013A;
}
.AnyTagClassName
{
color: #58013A;
}
</style>
background-color css
<style>
a { background-color: #58013A; }
a { background-color: rgb(88,1,58); }
div.DivClassName
{
background-color: #58013A;
}
.BgClassName
{
background-color: #58013A;
}
</style>
border-color css
<style>
span { border-color: #58013A; }
span { border-color: rgb(88,1,58); }
td.TdClassName
{
border-color: #58013A;
}
.TagClassName
{
border-color: #58013A;
}
</style>