Shades of Tyrian Purple #58052B
Tints of Tyrian Purple #58052B
RGB
CMYK
RGB Variations
Color information
#58052B (or 0x58052B) is known color: Tyrian Purple. HEX triplet: 58, 05 and 2B. RGB value is (88,5,43). Sum of RGB (Red+Green+Blue) = 88+5+43=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052B is #A7FAD4. Grayscale: #222222. Windows color (decimal): -11008725 or 2819416. OLE color: 2819416.
HSL color Cylindrical-coordinate representation of color #58052B: hue angle of 332.53º 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 #58052B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 43 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.65 |
| HSL | 332.53º | 0.89% | 0.18% | - |
| HSV(B) | 332.53º | 0.94% | 0.35% | - |
| XYZ | 4.51 | 2.36 | 2.5 | - |
| YUV | 34.15 | 133 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 43 | 0 | 0.94 | 0.51 | 0.65 | 332.53 | 0.89 | 0.18 |
| Hex | 58 | 5 | 2B | 0 | 5E | 33 | 41 | 14D | 59 | 12 |
| Octal | 130 | 5 | 53 | 0 | 136 | 63 | 101 | 515 | 131 | 22 |
| Binary | 1011000 | 101 | 101011 | 0 | 1011110 | 110011 | 1000001 | 101001101 | 1011001 | 10010 |
Color Harmonies of #58052B
Complementary color
Monochromatic Colors of #58052B
Black with #58052B
Text Example
Text Example
White with #58052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58052B; }
p { color: rgb(88,5,43); }
H1.HeaderClassName
{
color: #58052B;
}
.AnyTagClassName
{
color: #58052B;
}
</style>
background-color css
<style>
a { background-color: #58052B; }
a { background-color: rgb(88,5,43); }
div.DivClassName
{
background-color: #58052B;
}
.BgClassName
{
background-color: #58052B;
}
</style>
border-color css
<style>
span { border-color: #58052B; }
span { border-color: rgb(88,5,43); }
td.TdClassName
{
border-color: #58052B;
}
.TagClassName
{
border-color: #58052B;
}
</style>