Shades of Tyrian Purple #58052C
Tints of Tyrian Purple #58052C
RGB
CMYK
RGB Variations
Color information
#58052C (or 0x58052C) is known color: Tyrian Purple. HEX triplet: 58, 05 and 2C. RGB value is (88,5,44). Sum of RGB (Red+Green+Blue) = 88+5+44=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58052C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052C is #A7FAD3. Grayscale: #222222. Windows color (decimal): -11008724 or 2884952. OLE color: 2884952.
HSL color Cylindrical-coordinate representation of color #58052C: hue angle of 331.81º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58052C is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 44 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.65 |
| HSL | 331.81º | 0.89% | 0.18% | - |
| HSV(B) | 331.81º | 0.94% | 0.35% | - |
| XYZ | 4.53 | 2.37 | 2.6 | - |
| YUV | 34.26 | 133.5 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 44 | 0 | 0.94 | 0.5 | 0.65 | 331.81 | 0.89 | 0.18 |
| Hex | 58 | 5 | 2C | 0 | 5E | 32 | 41 | 14C | 59 | 12 |
| Octal | 130 | 5 | 54 | 0 | 136 | 62 | 101 | 514 | 131 | 22 |
| Binary | 1011000 | 101 | 101100 | 0 | 1011110 | 110010 | 1000001 | 101001100 | 1011001 | 10010 |
Color Harmonies of #58052C
Complementary color
Monochromatic Colors of #58052C
Black with #58052C
Text Example
Text Example
White with #58052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58052C; }
p { color: rgb(88,5,44); }
H1.HeaderClassName
{
color: #58052C;
}
.AnyTagClassName
{
color: #58052C;
}
</style>
background-color css
<style>
a { background-color: #58052C; }
a { background-color: rgb(88,5,44); }
div.DivClassName
{
background-color: #58052C;
}
.BgClassName
{
background-color: #58052C;
}
</style>
border-color css
<style>
span { border-color: #58052C; }
span { border-color: rgb(88,5,44); }
td.TdClassName
{
border-color: #58052C;
}
.TagClassName
{
border-color: #58052C;
}
</style>