Shades of Tyrian Purple #58052F
Tints of Tyrian Purple #58052F
RGB
CMYK
RGB Variations
Color information
#58052F (or 0x58052F) is known color: Tyrian Purple. HEX triplet: 58, 05 and 2F. RGB value is (88,5,47). Sum of RGB (Red+Green+Blue) = 88+5+47=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58052F is #A7FAD0. Grayscale: #222222. Windows color (decimal): -11008721 or 3081560. OLE color: 3081560.
HSL color Cylindrical-coordinate representation of color #58052F: hue angle of 329.64º 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 #58052F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 47 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.65 |
| HSL | 329.64º | 0.89% | 0.18% | - |
| HSV(B) | 329.64º | 0.94% | 0.35% | - |
| XYZ | 4.59 | 2.39 | 2.91 | - |
| YUV | 34.61 | 135 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 47 | 0 | 0.94 | 0.47 | 0.65 | 329.64 | 0.89 | 0.18 |
| Hex | 58 | 5 | 2F | 0 | 5E | 2F | 41 | 14A | 59 | 12 |
| Octal | 130 | 5 | 57 | 0 | 136 | 57 | 101 | 512 | 131 | 22 |
| Binary | 1011000 | 101 | 101111 | 0 | 1011110 | 101111 | 1000001 | 101001010 | 1011001 | 10010 |
Color Harmonies of #58052F
Complementary color
Monochromatic Colors of #58052F
Black with #58052F
Text Example
Text Example
White with #58052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58052F; }
p { color: rgb(88,5,47); }
H1.HeaderClassName
{
color: #58052F;
}
.AnyTagClassName
{
color: #58052F;
}
</style>
background-color css
<style>
a { background-color: #58052F; }
a { background-color: rgb(88,5,47); }
div.DivClassName
{
background-color: #58052F;
}
.BgClassName
{
background-color: #58052F;
}
</style>
border-color css
<style>
span { border-color: #58052F; }
span { border-color: rgb(88,5,47); }
td.TdClassName
{
border-color: #58052F;
}
.TagClassName
{
border-color: #58052F;
}
</style>