Shades of Tyrian Purple #58032E
Tints of Tyrian Purple #58032E
RGB
CMYK
RGB Variations
Color information
#58032E (or 0x58032E) is known color: Tyrian Purple. HEX triplet: 58, 03 and 2E. RGB value is (88,3,46). Sum of RGB (Red+Green+Blue) = 88+3+46=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58032E is #A7FCD1. Grayscale: #212121. Windows color (decimal): -11009234 or 3015512. OLE color: 3015512.
HSL color Cylindrical-coordinate representation of color #58032E: hue angle of 329.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58032E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.65 |
| HSL | 329.65º | 0.93% | 0.18% | - |
| HSV(B) | 329.65º | 0.97% | 0.35% | - |
| XYZ | 4.55 | 2.34 | 2.8 | - |
| YUV | 33.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 46 | 0 | 0.97 | 0.48 | 0.65 | 329.65 | 0.93 | 0.18 |
| Hex | 58 | 3 | 2E | 0 | 61 | 30 | 41 | 14A | 5D | 12 |
| Octal | 130 | 3 | 56 | 0 | 141 | 60 | 101 | 512 | 135 | 22 |
| Binary | 1011000 | 11 | 101110 | 0 | 1100001 | 110000 | 1000001 | 101001010 | 1011101 | 10010 |
Color Harmonies of #58032E
Complementary color
Monochromatic Colors of #58032E
Black with #58032E
Text Example
Text Example
White with #58032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58032E; }
p { color: rgb(88,3,46); }
H1.HeaderClassName
{
color: #58032E;
}
.AnyTagClassName
{
color: #58032E;
}
</style>
background-color css
<style>
a { background-color: #58032E; }
a { background-color: rgb(88,3,46); }
div.DivClassName
{
background-color: #58032E;
}
.BgClassName
{
background-color: #58032E;
}
</style>
border-color css
<style>
span { border-color: #58032E; }
span { border-color: rgb(88,3,46); }
td.TdClassName
{
border-color: #58032E;
}
.TagClassName
{
border-color: #58032E;
}
</style>