Shades of Tyrian Purple #58053A
Tints of Tyrian Purple #58053A
RGB
CMYK
RGB Variations
Color information
#58053A (or 0x58053A) is known color: Tyrian Purple. HEX triplet: 58, 05 and 3A. RGB value is (88,5,58). Sum of RGB (Red+Green+Blue) = 88+5+58=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053A is #A7FAC5. Grayscale: #232323. Windows color (decimal): -11008710 or 3802456. OLE color: 3802456.
HSL color Cylindrical-coordinate representation of color #58053A: hue angle of 321.69º 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 #58053A is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 58 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.65 |
| HSL | 321.69º | 0.89% | 0.18% | - |
| HSV(B) | 321.69º | 0.94% | 0.35% | - |
| XYZ | 4.84 | 2.49 | 4.23 | - |
| YUV | 35.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 58 | 0 | 0.94 | 0.34 | 0.65 | 321.69 | 0.89 | 0.18 |
| Hex | 58 | 5 | 3A | 0 | 5E | 22 | 41 | 142 | 59 | 12 |
| Octal | 130 | 5 | 72 | 0 | 136 | 42 | 101 | 502 | 131 | 22 |
| Binary | 1011000 | 101 | 111010 | 0 | 1011110 | 100010 | 1000001 | 101000010 | 1011001 | 10010 |
Color Harmonies of #58053A
Complementary color
Monochromatic Colors of #58053A
Black with #58053A
Text Example
Text Example
White with #58053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58053A; }
p { color: rgb(88,5,58); }
H1.HeaderClassName
{
color: #58053A;
}
.AnyTagClassName
{
color: #58053A;
}
</style>
background-color css
<style>
a { background-color: #58053A; }
a { background-color: rgb(88,5,58); }
div.DivClassName
{
background-color: #58053A;
}
.BgClassName
{
background-color: #58053A;
}
</style>
border-color css
<style>
span { border-color: #58053A; }
span { border-color: rgb(88,5,58); }
td.TdClassName
{
border-color: #58053A;
}
.TagClassName
{
border-color: #58053A;
}
</style>