Shades of Tyrian Purple #58113E
Tints of Tyrian Purple #58113E
RGB
CMYK
RGB Variations
Color information
#58113E (or 0x58113E) is known color: Tyrian Purple. HEX triplet: 58, 11 and 3E. RGB value is (88,17,62). Sum of RGB (Red+Green+Blue) = 88+17+62=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58113E is #A7EEC1. Grayscale: #2B2B2B. Windows color (decimal): -11005634 or 4067672. OLE color: 4067672.
HSL color Cylindrical-coordinate representation of color #58113E: hue angle of 321.97º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58113E is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 62 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.65 |
| HSL | 321.97º | 0.68% | 0.21% | - |
| HSV(B) | 321.97º | 0.81% | 0.35% | - |
| XYZ | 5.09 | 2.82 | 4.83 | - |
| YUV | 43.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 62 | 0 | 0.81 | 0.30 | 0.65 | 321.97 | 0.68 | 0.21 |
| Hex | 58 | 11 | 3E | 0 | 51 | 1E | 41 | 142 | 44 | 15 |
| Octal | 130 | 21 | 76 | 0 | 121 | 36 | 101 | 502 | 104 | 25 |
| Binary | 1011000 | 10001 | 111110 | 0 | 1010001 | 11110 | 1000001 | 101000010 | 1000100 | 10101 |
Color Harmonies of #58113E
Complementary color
Monochromatic Colors of #58113E
Black with #58113E
Text Example
Text Example
White with #58113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58113E; }
p { color: rgb(88,17,62); }
H1.HeaderClassName
{
color: #58113E;
}
.AnyTagClassName
{
color: #58113E;
}
</style>
background-color css
<style>
a { background-color: #58113E; }
a { background-color: rgb(88,17,62); }
div.DivClassName
{
background-color: #58113E;
}
.BgClassName
{
background-color: #58113E;
}
</style>
border-color css
<style>
span { border-color: #58113E; }
span { border-color: rgb(88,17,62); }
td.TdClassName
{
border-color: #58113E;
}
.TagClassName
{
border-color: #58113E;
}
</style>