Shades of Tyrian Purple #58113D
Tints of Tyrian Purple #58113D
RGB
CMYK
RGB Variations
Color information
#58113D (or 0x58113D) is known color: Tyrian Purple. HEX triplet: 58, 11 and 3D. RGB value is (88,17,61). Sum of RGB (Red+Green+Blue) = 88+17+61=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #58113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58113D is #A7EEC2. Grayscale: #2B2B2B. Windows color (decimal): -11005635 or 4002136. OLE color: 4002136.
HSL color Cylindrical-coordinate representation of color #58113D: hue angle of 322.82º 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 #58113D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 61 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.65 |
| HSL | 322.82º | 0.68% | 0.21% | - |
| HSV(B) | 322.82º | 0.81% | 0.35% | - |
| XYZ | 5.07 | 2.81 | 4.69 | - |
| YUV | 43.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 61 | 0 | 0.81 | 0.31 | 0.65 | 322.82 | 0.68 | 0.21 |
| Hex | 58 | 11 | 3D | 0 | 51 | 1F | 41 | 143 | 44 | 15 |
| Octal | 130 | 21 | 75 | 0 | 121 | 37 | 101 | 503 | 104 | 25 |
| Binary | 1011000 | 10001 | 111101 | 0 | 1010001 | 11111 | 1000001 | 101000011 | 1000100 | 10101 |
Color Harmonies of #58113D
Complementary color
Monochromatic Colors of #58113D
Black with #58113D
Text Example
Text Example
White with #58113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58113D; }
p { color: rgb(88,17,61); }
H1.HeaderClassName
{
color: #58113D;
}
.AnyTagClassName
{
color: #58113D;
}
</style>
background-color css
<style>
a { background-color: #58113D; }
a { background-color: rgb(88,17,61); }
div.DivClassName
{
background-color: #58113D;
}
.BgClassName
{
background-color: #58113D;
}
</style>
border-color css
<style>
span { border-color: #58113D; }
span { border-color: rgb(88,17,61); }
td.TdClassName
{
border-color: #58113D;
}
.TagClassName
{
border-color: #58113D;
}
</style>