Shades of Tyrian Purple #58083C
Tints of Tyrian Purple #58083C
RGB
CMYK
RGB Variations
Color information
#58083C (or 0x58083C) is known color: Tyrian Purple. HEX triplet: 58, 08 and 3C. RGB value is (88,8,60). Sum of RGB (Red+Green+Blue) = 88+8+60=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58083C is #A7F7C3. Grayscale: #252525. Windows color (decimal): -11007940 or 3934296. OLE color: 3934296.
HSL color Cylindrical-coordinate representation of color #58083C: hue angle of 321º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58083C is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 60 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.65 |
| HSL | 321º | 0.83% | 0.19% | - |
| HSV(B) | 321º | 0.91% | 0.35% | - |
| XYZ | 4.93 | 2.57 | 4.51 | - |
| YUV | 37.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 60 | 0 | 0.91 | 0.32 | 0.65 | 321 | 0.83 | 0.19 |
| Hex | 58 | 8 | 3C | 0 | 5B | 20 | 41 | 141 | 53 | 13 |
| Octal | 130 | 10 | 74 | 0 | 133 | 40 | 101 | 501 | 123 | 23 |
| Binary | 1011000 | 1000 | 111100 | 0 | 1011011 | 100000 | 1000001 | 101000001 | 1010011 | 10011 |
Color Harmonies of #58083C
Complementary color
Monochromatic Colors of #58083C
Black with #58083C
Text Example
Text Example
White with #58083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58083C; }
p { color: rgb(88,8,60); }
H1.HeaderClassName
{
color: #58083C;
}
.AnyTagClassName
{
color: #58083C;
}
</style>
background-color css
<style>
a { background-color: #58083C; }
a { background-color: rgb(88,8,60); }
div.DivClassName
{
background-color: #58083C;
}
.BgClassName
{
background-color: #58083C;
}
</style>
border-color css
<style>
span { border-color: #58083C; }
span { border-color: rgb(88,8,60); }
td.TdClassName
{
border-color: #58083C;
}
.TagClassName
{
border-color: #58083C;
}
</style>