Shades of Tyrian Purple #58003C
Tints of Tyrian Purple #58003C
RGB
CMYK
RGB Variations
Color information
#58003C (or 0x58003C) is known color: Tyrian Purple. HEX triplet: 58, 00 and 3C. RGB value is (88,0,60). Sum of RGB (Red+Green+Blue) = 88+0+60=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #58003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58003C is #A7FFC3. Grayscale: #212121. Windows color (decimal): -11009988 or 3932248. OLE color: 3932248.
HSL color Cylindrical-coordinate representation of color #58003C: hue angle of 319.09º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58003C is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.32 | 0.65 |
| HSL | 319.09º | 1% | 0.17% | - |
| HSV(B) | 319.09º | 1% | 0.35% | - |
| XYZ | 4.84 | 2.4 | 4.48 | - |
| YUV | 33.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 60 | 0 | 1 | 0.32 | 0.65 | 319.09 | 1 | 0.17 |
| Hex | 58 | 0 | 3C | 0 | 64 | 20 | 41 | 13F | 64 | 11 |
| Octal | 130 | 0 | 74 | 0 | 144 | 40 | 101 | 477 | 144 | 21 |
| Binary | 1011000 | 0 | 111100 | 0 | 1100100 | 100000 | 1000001 | 100111111 | 1100100 | 10001 |
Color Harmonies of #58003C
Complementary color
Monochromatic Colors of #58003C
Black with #58003C
Text Example
Text Example
White with #58003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58003C; }
p { color: rgb(88,0,60); }
H1.HeaderClassName
{
color: #58003C;
}
.AnyTagClassName
{
color: #58003C;
}
</style>
background-color css
<style>
a { background-color: #58003C; }
a { background-color: rgb(88,0,60); }
div.DivClassName
{
background-color: #58003C;
}
.BgClassName
{
background-color: #58003C;
}
</style>
border-color css
<style>
span { border-color: #58003C; }
span { border-color: rgb(88,0,60); }
td.TdClassName
{
border-color: #58003C;
}
.TagClassName
{
border-color: #58003C;
}
</style>