Shades of Tyrian Purple #58053D
Tints of Tyrian Purple #58053D
RGB
CMYK
RGB Variations
Color information
#58053D (or 0x58053D) is known color: Tyrian Purple. HEX triplet: 58, 05 and 3D. RGB value is (88,5,61). Sum of RGB (Red+Green+Blue) = 88+5+61=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58053D is #A7FAC2. Grayscale: #242424. Windows color (decimal): -11008707 or 3999064. OLE color: 3999064.
HSL color Cylindrical-coordinate representation of color #58053D: hue angle of 319.52º 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 #58053D is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 61 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.65 |
| HSL | 319.52º | 0.89% | 0.18% | - |
| HSV(B) | 319.52º | 0.94% | 0.35% | - |
| XYZ | 4.92 | 2.52 | 4.64 | - |
| YUV | 36.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 61 | 0 | 0.94 | 0.31 | 0.65 | 319.52 | 0.89 | 0.18 |
| Hex | 58 | 5 | 3D | 0 | 5E | 1F | 41 | 140 | 59 | 12 |
| Octal | 130 | 5 | 75 | 0 | 136 | 37 | 101 | 500 | 131 | 22 |
| Binary | 1011000 | 101 | 111101 | 0 | 1011110 | 11111 | 1000001 | 101000000 | 1011001 | 10010 |
Color Harmonies of #58053D
Complementary color
Monochromatic Colors of #58053D
Black with #58053D
Text Example
Text Example
White with #58053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58053D; }
p { color: rgb(88,5,61); }
H1.HeaderClassName
{
color: #58053D;
}
.AnyTagClassName
{
color: #58053D;
}
</style>
background-color css
<style>
a { background-color: #58053D; }
a { background-color: rgb(88,5,61); }
div.DivClassName
{
background-color: #58053D;
}
.BgClassName
{
background-color: #58053D;
}
</style>
border-color css
<style>
span { border-color: #58053D; }
span { border-color: rgb(88,5,61); }
td.TdClassName
{
border-color: #58053D;
}
.TagClassName
{
border-color: #58053D;
}
</style>