Shades of Tyrian Purple #58003E
Tints of Tyrian Purple #58003E
RGB
CMYK
RGB Variations
Color information
#58003E (or 0x58003E) is known color: Tyrian Purple. HEX triplet: 58, 00 and 3E. RGB value is (88,0,62). Sum of RGB (Red+Green+Blue) = 88+0+62=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58003E is #A7FFC1. Grayscale: #212121. Windows color (decimal): -11009986 or 4063320. OLE color: 4063320.
HSL color Cylindrical-coordinate representation of color #58003E: hue angle of 317.73º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58003E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.30 | 0.65 |
| HSL | 317.73º | 1% | 0.17% | - |
| HSV(B) | 317.73º | 1% | 0.35% | - |
| XYZ | 4.89 | 2.42 | 4.77 | - |
| YUV | 33.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 62 | 0 | 1 | 0.30 | 0.65 | 317.73 | 1 | 0.17 |
| Hex | 58 | 0 | 3E | 0 | 64 | 1E | 41 | 13E | 64 | 11 |
| Octal | 130 | 0 | 76 | 0 | 144 | 36 | 101 | 476 | 144 | 21 |
| Binary | 1011000 | 0 | 111110 | 0 | 1100100 | 11110 | 1000001 | 100111110 | 1100100 | 10001 |
Color Harmonies of #58003E
Complementary color
Monochromatic Colors of #58003E
Black with #58003E
Text Example
Text Example
White with #58003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58003E; }
p { color: rgb(88,0,62); }
H1.HeaderClassName
{
color: #58003E;
}
.AnyTagClassName
{
color: #58003E;
}
</style>
background-color css
<style>
a { background-color: #58003E; }
a { background-color: rgb(88,0,62); }
div.DivClassName
{
background-color: #58003E;
}
.BgClassName
{
background-color: #58003E;
}
</style>
border-color css
<style>
span { border-color: #58003E; }
span { border-color: rgb(88,0,62); }
td.TdClassName
{
border-color: #58003E;
}
.TagClassName
{
border-color: #58003E;
}
</style>