Shades of Tyrian Purple #58133D
Tints of Tyrian Purple #58133D
RGB
CMYK
RGB Variations
Color information
#58133D (or 0x58133D) is known color: Tyrian Purple. HEX triplet: 58, 13 and 3D. RGB value is (88,19,61). Sum of RGB (Red+Green+Blue) = 88+19+61=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58133D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133D is #A7ECC2. Grayscale: #2C2C2C. Windows color (decimal): -11005123 or 4002648. OLE color: 4002648.
HSL color Cylindrical-coordinate representation of color #58133D: hue angle of 323.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58133D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 61 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.65 |
| HSL | 323.48º | 0.64% | 0.21% | - |
| HSV(B) | 323.48º | 0.78% | 0.35% | - |
| XYZ | 5.1 | 2.88 | 4.7 | - |
| YUV | 44.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 61 | 0 | 0.78 | 0.31 | 0.65 | 323.48 | 0.64 | 0.21 |
| Hex | 58 | 13 | 3D | 0 | 4E | 1F | 41 | 143 | 40 | 15 |
| Octal | 130 | 23 | 75 | 0 | 116 | 37 | 101 | 503 | 100 | 25 |
| Binary | 1011000 | 10011 | 111101 | 0 | 1001110 | 11111 | 1000001 | 101000011 | 1000000 | 10101 |
Color Harmonies of #58133D
Complementary color
Monochromatic Colors of #58133D
Black with #58133D
Text Example
Text Example
White with #58133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58133D; }
p { color: rgb(88,19,61); }
H1.HeaderClassName
{
color: #58133D;
}
.AnyTagClassName
{
color: #58133D;
}
</style>
background-color css
<style>
a { background-color: #58133D; }
a { background-color: rgb(88,19,61); }
div.DivClassName
{
background-color: #58133D;
}
.BgClassName
{
background-color: #58133D;
}
</style>
border-color css
<style>
span { border-color: #58133D; }
span { border-color: rgb(88,19,61); }
td.TdClassName
{
border-color: #58133D;
}
.TagClassName
{
border-color: #58133D;
}
</style>