Shades of Tyrian Purple #58013F
Tints of Tyrian Purple #58013F
RGB
CMYK
RGB Variations
Color information
#58013F (or 0x58013F) is known color: Tyrian Purple. HEX triplet: 58, 01 and 3F. RGB value is (88,1,63). Sum of RGB (Red+Green+Blue) = 88+1+63=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013F is #A7FEC0. Grayscale: #212121. Windows color (decimal): -11009729 or 4129112. OLE color: 4129112.
HSL color Cylindrical-coordinate representation of color #58013F: hue angle of 317.24º 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 #58013F is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.65 |
| HSL | 317.24º | 0.98% | 0.17% | - |
| HSV(B) | 317.24º | 0.99% | 0.35% | - |
| XYZ | 4.93 | 2.46 | 4.92 | - |
| YUV | 34.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 63 | 0 | 0.99 | 0.28 | 0.65 | 317.24 | 0.98 | 0.17 |
| Hex | 58 | 1 | 3F | 0 | 63 | 1C | 41 | 13D | 62 | 11 |
| Octal | 130 | 1 | 77 | 0 | 143 | 34 | 101 | 475 | 142 | 21 |
| Binary | 1011000 | 1 | 111111 | 0 | 1100011 | 11100 | 1000001 | 100111101 | 1100010 | 10001 |
Color Harmonies of #58013F
Complementary color
Monochromatic Colors of #58013F
Black with #58013F
Text Example
Text Example
White with #58013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58013F; }
p { color: rgb(88,1,63); }
H1.HeaderClassName
{
color: #58013F;
}
.AnyTagClassName
{
color: #58013F;
}
</style>
background-color css
<style>
a { background-color: #58013F; }
a { background-color: rgb(88,1,63); }
div.DivClassName
{
background-color: #58013F;
}
.BgClassName
{
background-color: #58013F;
}
</style>
border-color css
<style>
span { border-color: #58013F; }
span { border-color: rgb(88,1,63); }
td.TdClassName
{
border-color: #58013F;
}
.TagClassName
{
border-color: #58013F;
}
</style>