Shades of Tyrian Purple #58063E
Tints of Tyrian Purple #58063E
RGB
CMYK
RGB Variations
Color information
#58063E (or 0x58063E) is known color: Tyrian Purple. HEX triplet: 58, 06 and 3E. RGB value is (88,6,62). Sum of RGB (Red+Green+Blue) = 88+6+62=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 6 (2.73% from 255 or 3.85% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58063E is #A7F9C1. Grayscale: #242424. Windows color (decimal): -11008450 or 4064856. OLE color: 4064856.
HSL color Cylindrical-coordinate representation of color #58063E: hue angle of 319.02º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58063E is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 62 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.65 |
| HSL | 319.02º | 0.87% | 0.18% | - |
| HSV(B) | 319.02º | 0.93% | 0.35% | - |
| XYZ | 4.96 | 2.55 | 4.79 | - |
| YUV | 36.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 62 | 0 | 0.93 | 0.30 | 0.65 | 319.02 | 0.87 | 0.18 |
| Hex | 58 | 6 | 3E | 0 | 5D | 1E | 41 | 13F | 57 | 12 |
| Octal | 130 | 6 | 76 | 0 | 135 | 36 | 101 | 477 | 127 | 22 |
| Binary | 1011000 | 110 | 111110 | 0 | 1011101 | 11110 | 1000001 | 100111111 | 1010111 | 10010 |
Color Harmonies of #58063E
Complementary color
Monochromatic Colors of #58063E
Black with #58063E
Text Example
Text Example
White with #58063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58063E; }
p { color: rgb(88,6,62); }
H1.HeaderClassName
{
color: #58063E;
}
.AnyTagClassName
{
color: #58063E;
}
</style>
background-color css
<style>
a { background-color: #58063E; }
a { background-color: rgb(88,6,62); }
div.DivClassName
{
background-color: #58063E;
}
.BgClassName
{
background-color: #58063E;
}
</style>
border-color css
<style>
span { border-color: #58063E; }
span { border-color: rgb(88,6,62); }
td.TdClassName
{
border-color: #58063E;
}
.TagClassName
{
border-color: #58063E;
}
</style>