Shades of Tyrian Purple #58113F
Tints of Tyrian Purple #58113F
RGB
CMYK
RGB Variations
Color information
#58113F (or 0x58113F) is known color: Tyrian Purple. HEX triplet: 58, 11 and 3F. RGB value is (88,17,63). Sum of RGB (Red+Green+Blue) = 88+17+63=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58113F is #A7EEC0. Grayscale: #2B2B2B. Windows color (decimal): -11005633 or 4133208. OLE color: 4133208.
HSL color Cylindrical-coordinate representation of color #58113F: hue angle of 321.13º 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 #58113F is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 63 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.65 |
| HSL | 321.13º | 0.68% | 0.21% | - |
| HSV(B) | 321.13º | 0.81% | 0.35% | - |
| XYZ | 5.12 | 2.83 | 4.98 | - |
| YUV | 43.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 63 | 0 | 0.81 | 0.28 | 0.65 | 321.13 | 0.68 | 0.21 |
| Hex | 58 | 11 | 3F | 0 | 51 | 1C | 41 | 141 | 44 | 15 |
| Octal | 130 | 21 | 77 | 0 | 121 | 34 | 101 | 501 | 104 | 25 |
| Binary | 1011000 | 10001 | 111111 | 0 | 1010001 | 11100 | 1000001 | 101000001 | 1000100 | 10101 |
Color Harmonies of #58113F
Complementary color
Monochromatic Colors of #58113F
Black with #58113F
Text Example
Text Example
White with #58113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58113F; }
p { color: rgb(88,17,63); }
H1.HeaderClassName
{
color: #58113F;
}
.AnyTagClassName
{
color: #58113F;
}
</style>
background-color css
<style>
a { background-color: #58113F; }
a { background-color: rgb(88,17,63); }
div.DivClassName
{
background-color: #58113F;
}
.BgClassName
{
background-color: #58113F;
}
</style>
border-color css
<style>
span { border-color: #58113F; }
span { border-color: rgb(88,17,63); }
td.TdClassName
{
border-color: #58113F;
}
.TagClassName
{
border-color: #58113F;
}
</style>