Shades of Tyrian Purple #58093C
Tints of Tyrian Purple #58093C
RGB
CMYK
RGB Variations
Color information
#58093C (or 0x58093C) is known color: Tyrian Purple. HEX triplet: 58, 09 and 3C. RGB value is (88,9,60). Sum of RGB (Red+Green+Blue) = 88+9+60=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58093C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58093C is #A7F6C3. Grayscale: #262626. Windows color (decimal): -11007684 or 3934552. OLE color: 3934552.
HSL color Cylindrical-coordinate representation of color #58093C: hue angle of 321.27º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58093C is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 60 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.65 |
| HSL | 321.27º | 0.81% | 0.19% | - |
| HSV(B) | 321.27º | 0.9% | 0.35% | - |
| XYZ | 4.94 | 2.6 | 4.52 | - |
| YUV | 38.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 60 | 0 | 0.90 | 0.32 | 0.65 | 321.27 | 0.81 | 0.19 |
| Hex | 58 | 9 | 3C | 0 | 5A | 20 | 41 | 141 | 51 | 13 |
| Octal | 130 | 11 | 74 | 0 | 132 | 40 | 101 | 501 | 121 | 23 |
| Binary | 1011000 | 1001 | 111100 | 0 | 1011010 | 100000 | 1000001 | 101000001 | 1010001 | 10011 |
Color Harmonies of #58093C
Complementary color
Monochromatic Colors of #58093C
Black with #58093C
Text Example
Text Example
White with #58093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58093C; }
p { color: rgb(88,9,60); }
H1.HeaderClassName
{
color: #58093C;
}
.AnyTagClassName
{
color: #58093C;
}
</style>
background-color css
<style>
a { background-color: #58093C; }
a { background-color: rgb(88,9,60); }
div.DivClassName
{
background-color: #58093C;
}
.BgClassName
{
background-color: #58093C;
}
</style>
border-color css
<style>
span { border-color: #58093C; }
span { border-color: rgb(88,9,60); }
td.TdClassName
{
border-color: #58093C;
}
.TagClassName
{
border-color: #58093C;
}
</style>