Shades of Tyrian Purple #58032C
Tints of Tyrian Purple #58032C
RGB
CMYK
RGB Variations
Color information
#58032C (or 0x58032C) is known color: Tyrian Purple. HEX triplet: 58, 03 and 2C. RGB value is (88,3,44). Sum of RGB (Red+Green+Blue) = 88+3+44=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58032C is #A7FCD3. Grayscale: #212121. Windows color (decimal): -11009236 or 2884440. OLE color: 2884440.
HSL color Cylindrical-coordinate representation of color #58032C: hue angle of 331.06º 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 #58032C is Cyan = 0, Magento = 0.97, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.5 | 0.65 |
| HSL | 331.06º | 0.93% | 0.18% | - |
| HSV(B) | 331.06º | 0.97% | 0.35% | - |
| XYZ | 4.51 | 2.32 | 2.59 | - |
| YUV | 33.09 | 134.16 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 44 | 0 | 0.97 | 0.5 | 0.65 | 331.06 | 0.93 | 0.18 |
| Hex | 58 | 3 | 2C | 0 | 61 | 32 | 41 | 14B | 5D | 12 |
| Octal | 130 | 3 | 54 | 0 | 141 | 62 | 101 | 513 | 135 | 22 |
| Binary | 1011000 | 11 | 101100 | 0 | 1100001 | 110010 | 1000001 | 101001011 | 1011101 | 10010 |
Color Harmonies of #58032C
Complementary color
Monochromatic Colors of #58032C
Black with #58032C
Text Example
Text Example
White with #58032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58032C; }
p { color: rgb(88,3,44); }
H1.HeaderClassName
{
color: #58032C;
}
.AnyTagClassName
{
color: #58032C;
}
</style>
background-color css
<style>
a { background-color: #58032C; }
a { background-color: rgb(88,3,44); }
div.DivClassName
{
background-color: #58032C;
}
.BgClassName
{
background-color: #58032C;
}
</style>
border-color css
<style>
span { border-color: #58032C; }
span { border-color: rgb(88,3,44); }
td.TdClassName
{
border-color: #58032C;
}
.TagClassName
{
border-color: #58032C;
}
</style>