Shades of Tyrian Purple #58133C
Tints of Tyrian Purple #58133C
RGB
CMYK
RGB Variations
Color information
#58133C (or 0x58133C) is known color: Tyrian Purple. HEX triplet: 58, 13 and 3C. RGB value is (88,19,60). Sum of RGB (Red+Green+Blue) = 88+19+60=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58133C is #A7ECC3. Grayscale: #2C2C2C. Windows color (decimal): -11005124 or 3937112. OLE color: 3937112.
HSL color Cylindrical-coordinate representation of color #58133C: hue angle of 324.35º 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 #58133C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 60 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.65 |
| HSL | 324.35º | 0.64% | 0.21% | - |
| HSV(B) | 324.35º | 0.78% | 0.35% | - |
| XYZ | 5.07 | 2.87 | 4.56 | - |
| YUV | 44.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 60 | 0 | 0.78 | 0.32 | 0.65 | 324.35 | 0.64 | 0.21 |
| Hex | 58 | 13 | 3C | 0 | 4E | 20 | 41 | 144 | 40 | 15 |
| Octal | 130 | 23 | 74 | 0 | 116 | 40 | 101 | 504 | 100 | 25 |
| Binary | 1011000 | 10011 | 111100 | 0 | 1001110 | 100000 | 1000001 | 101000100 | 1000000 | 10101 |
Color Harmonies of #58133C
Complementary color
Monochromatic Colors of #58133C
Black with #58133C
Text Example
Text Example
White with #58133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58133C; }
p { color: rgb(88,19,60); }
H1.HeaderClassName
{
color: #58133C;
}
.AnyTagClassName
{
color: #58133C;
}
</style>
background-color css
<style>
a { background-color: #58133C; }
a { background-color: rgb(88,19,60); }
div.DivClassName
{
background-color: #58133C;
}
.BgClassName
{
background-color: #58133C;
}
</style>
border-color css
<style>
span { border-color: #58133C; }
span { border-color: rgb(88,19,60); }
td.TdClassName
{
border-color: #58133C;
}
.TagClassName
{
border-color: #58133C;
}
</style>