Shades of Tyrian Purple #58083B
Tints of Tyrian Purple #58083B
RGB
CMYK
RGB Variations
Color information
#58083B (or 0x58083B) is known color: Tyrian Purple. HEX triplet: 58, 08 and 3B. RGB value is (88,8,59). Sum of RGB (Red+Green+Blue) = 88+8+59=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58083B is #A7F7C4. Grayscale: #252525. Windows color (decimal): -11007941 or 3868760. OLE color: 3868760.
HSL color Cylindrical-coordinate representation of color #58083B: hue angle of 321.75º 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 #58083B is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 59 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.65 |
| HSL | 321.75º | 0.83% | 0.19% | - |
| HSV(B) | 321.75º | 0.91% | 0.35% | - |
| XYZ | 4.9 | 2.56 | 4.37 | - |
| YUV | 37.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 59 | 0 | 0.91 | 0.33 | 0.65 | 321.75 | 0.83 | 0.19 |
| Hex | 58 | 8 | 3B | 0 | 5B | 21 | 41 | 142 | 53 | 13 |
| Octal | 130 | 10 | 73 | 0 | 133 | 41 | 101 | 502 | 123 | 23 |
| Binary | 1011000 | 1000 | 111011 | 0 | 1011011 | 100001 | 1000001 | 101000010 | 1010011 | 10011 |
Color Harmonies of #58083B
Complementary color
Monochromatic Colors of #58083B
Black with #58083B
Text Example
Text Example
White with #58083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58083B; }
p { color: rgb(88,8,59); }
H1.HeaderClassName
{
color: #58083B;
}
.AnyTagClassName
{
color: #58083B;
}
</style>
background-color css
<style>
a { background-color: #58083B; }
a { background-color: rgb(88,8,59); }
div.DivClassName
{
background-color: #58083B;
}
.BgClassName
{
background-color: #58083B;
}
</style>
border-color css
<style>
span { border-color: #58083B; }
span { border-color: rgb(88,8,59); }
td.TdClassName
{
border-color: #58083B;
}
.TagClassName
{
border-color: #58083B;
}
</style>