Shades of Tyrian Purple #58143E
Tints of Tyrian Purple #58143E
RGB
CMYK
RGB Variations
Color information
#58143E (or 0x58143E) is known color: Tyrian Purple. HEX triplet: 58, 14 and 3E. RGB value is (88,20,62). Sum of RGB (Red+Green+Blue) = 88+20+62=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 20 (8.20% from 255 or 11.76% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58143E is #A7EBC1. Grayscale: #2D2D2D. Windows color (decimal): -11004866 or 4068440. OLE color: 4068440.
HSL color Cylindrical-coordinate representation of color #58143E: hue angle of 322.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58143E is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 62 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.65 |
| HSL | 322.94º | 0.63% | 0.21% | - |
| HSV(B) | 322.94º | 0.77% | 0.35% | - |
| XYZ | 5.14 | 2.92 | 4.85 | - |
| YUV | 45.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 62 | 0 | 0.77 | 0.30 | 0.65 | 322.94 | 0.63 | 0.21 |
| Hex | 58 | 14 | 3E | 0 | 4D | 1E | 41 | 143 | 3F | 15 |
| Octal | 130 | 24 | 76 | 0 | 115 | 36 | 101 | 503 | 77 | 25 |
| Binary | 1011000 | 10100 | 111110 | 0 | 1001101 | 11110 | 1000001 | 101000011 | 111111 | 10101 |
Color Harmonies of #58143E
Complementary color
Monochromatic Colors of #58143E
Black with #58143E
Text Example
Text Example
White with #58143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58143E; }
p { color: rgb(88,20,62); }
H1.HeaderClassName
{
color: #58143E;
}
.AnyTagClassName
{
color: #58143E;
}
</style>
background-color css
<style>
a { background-color: #58143E; }
a { background-color: rgb(88,20,62); }
div.DivClassName
{
background-color: #58143E;
}
.BgClassName
{
background-color: #58143E;
}
</style>
border-color css
<style>
span { border-color: #58143E; }
span { border-color: rgb(88,20,62); }
td.TdClassName
{
border-color: #58143E;
}
.TagClassName
{
border-color: #58143E;
}
</style>