Shades of Tyrian Purple #580E46
Tints of Tyrian Purple #580E46
RGB
CMYK
RGB Variations
Color information
#580E46 (or 0x580E46) is known color: Tyrian Purple. HEX triplet: 58, 0E and 46. RGB value is (88,14,70). Sum of RGB (Red+Green+Blue) = 88+14+70=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #580E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E46 is #A7F1B9. Grayscale: #2A2A2A. Windows color (decimal): -11006394 or 4591192. OLE color: 4591192.
HSL color Cylindrical-coordinate representation of color #580E46: hue angle of 314.59º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E46 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 70 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.65 |
| HSL | 314.59º | 0.73% | 0.2% | - |
| HSV(B) | 314.59º | 0.84% | 0.35% | - |
| XYZ | 5.29 | 2.83 | 6.06 | - |
| YUV | 42.51 | 143.52 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 70 | 0 | 0.84 | 0.20 | 0.65 | 314.59 | 0.73 | 0.2 |
| Hex | 58 | E | 46 | 0 | 54 | 14 | 41 | 13B | 49 | 14 |
| Octal | 130 | 16 | 106 | 0 | 124 | 24 | 101 | 473 | 111 | 24 |
| Binary | 1011000 | 1110 | 1000110 | 0 | 1010100 | 10100 | 1000001 | 100111011 | 1001001 | 10100 |
Color Harmonies of #580E46
Complementary color
Monochromatic Colors of #580E46
Black with #580E46
Text Example
Text Example
White with #580E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E46; }
p { color: rgb(88,14,70); }
H1.HeaderClassName
{
color: #580E46;
}
.AnyTagClassName
{
color: #580E46;
}
</style>
background-color css
<style>
a { background-color: #580E46; }
a { background-color: rgb(88,14,70); }
div.DivClassName
{
background-color: #580E46;
}
.BgClassName
{
background-color: #580E46;
}
</style>
border-color css
<style>
span { border-color: #580E46; }
span { border-color: rgb(88,14,70); }
td.TdClassName
{
border-color: #580E46;
}
.TagClassName
{
border-color: #580E46;
}
</style>