Shades of Tyrian Purple #58053B
Tints of Tyrian Purple #58053B
RGB
CMYK
RGB Variations
Color information
#58053B (or 0x58053B) is known color: Tyrian Purple. HEX triplet: 58, 05 and 3B. RGB value is (88,5,59). Sum of RGB (Red+Green+Blue) = 88+5+59=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053B is #A7FAC4. Grayscale: #232323. Windows color (decimal): -11008709 or 3867992. OLE color: 3867992.
HSL color Cylindrical-coordinate representation of color #58053B: hue angle of 320.96º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58053B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 59 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.65 |
| HSL | 320.96º | 0.89% | 0.18% | - |
| HSV(B) | 320.96º | 0.94% | 0.35% | - |
| XYZ | 4.87 | 2.5 | 4.36 | - |
| YUV | 35.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 59 | 0 | 0.94 | 0.33 | 0.65 | 320.96 | 0.89 | 0.18 |
| Hex | 58 | 5 | 3B | 0 | 5E | 21 | 41 | 141 | 59 | 12 |
| Octal | 130 | 5 | 73 | 0 | 136 | 41 | 101 | 501 | 131 | 22 |
| Binary | 1011000 | 101 | 111011 | 0 | 1011110 | 100001 | 1000001 | 101000001 | 1011001 | 10010 |
Color Harmonies of #58053B
Complementary color
Monochromatic Colors of #58053B
Black with #58053B
Text Example
Text Example
White with #58053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58053B; }
p { color: rgb(88,5,59); }
H1.HeaderClassName
{
color: #58053B;
}
.AnyTagClassName
{
color: #58053B;
}
</style>
background-color css
<style>
a { background-color: #58053B; }
a { background-color: rgb(88,5,59); }
div.DivClassName
{
background-color: #58053B;
}
.BgClassName
{
background-color: #58053B;
}
</style>
border-color css
<style>
span { border-color: #58053B; }
span { border-color: rgb(88,5,59); }
td.TdClassName
{
border-color: #58053B;
}
.TagClassName
{
border-color: #58053B;
}
</style>