Shades of Tyrian Purple #580E40
Tints of Tyrian Purple #580E40
RGB
CMYK
RGB Variations
Color information
#580E40 (or 0x580E40) is known color: Tyrian Purple. HEX triplet: 58, 0E and 40. RGB value is (88,14,64). Sum of RGB (Red+Green+Blue) = 88+14+64=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #580E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E40 is #A7F1BF. Grayscale: #292929. Windows color (decimal): -11006400 or 4197976. OLE color: 4197976.
HSL color Cylindrical-coordinate representation of color #580E40: hue angle of 319.46º 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 #580E40 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 64 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.65 |
| HSL | 319.46º | 0.73% | 0.2% | - |
| HSV(B) | 319.46º | 0.84% | 0.35% | - |
| XYZ | 5.11 | 2.76 | 5.11 | - |
| YUV | 41.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 64 | 0 | 0.84 | 0.27 | 0.65 | 319.46 | 0.73 | 0.2 |
| Hex | 58 | E | 40 | 0 | 54 | 1B | 41 | 13F | 49 | 14 |
| Octal | 130 | 16 | 100 | 0 | 124 | 33 | 101 | 477 | 111 | 24 |
| Binary | 1011000 | 1110 | 1000000 | 0 | 1010100 | 11011 | 1000001 | 100111111 | 1001001 | 10100 |
Color Harmonies of #580E40
Complementary color
Monochromatic Colors of #580E40
Black with #580E40
Text Example
Text Example
White with #580E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E40; }
p { color: rgb(88,14,64); }
H1.HeaderClassName
{
color: #580E40;
}
.AnyTagClassName
{
color: #580E40;
}
</style>
background-color css
<style>
a { background-color: #580E40; }
a { background-color: rgb(88,14,64); }
div.DivClassName
{
background-color: #580E40;
}
.BgClassName
{
background-color: #580E40;
}
</style>
border-color css
<style>
span { border-color: #580E40; }
span { border-color: rgb(88,14,64); }
td.TdClassName
{
border-color: #580E40;
}
.TagClassName
{
border-color: #580E40;
}
</style>