Shades of Tyrian Purple #580A4E
Tints of Tyrian Purple #580A4E
RGB
CMYK
RGB Variations
Color information
#580A4E (or 0x580A4E) is known color: Tyrian Purple. HEX triplet: 58, 0A and 4E. RGB value is (88,10,78). Sum of RGB (Red+Green+Blue) = 88+10+78=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A4E is #A7F5B1. Grayscale: #282828. Windows color (decimal): -11007410 or 5114456. OLE color: 5114456.
HSL color Cylindrical-coordinate representation of color #580A4E: hue angle of 307.69º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A4E is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 78 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.65 |
| HSL | 307.69º | 0.8% | 0.19% | - |
| HSV(B) | 307.69º | 0.89% | 0.35% | - |
| XYZ | 5.51 | 2.84 | 7.47 | - |
| YUV | 41.07 | 148.84 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 78 | 0 | 0.89 | 0.11 | 0.65 | 307.69 | 0.8 | 0.19 |
| Hex | 58 | A | 4E | 0 | 59 | B | 41 | 134 | 50 | 13 |
| Octal | 130 | 12 | 116 | 0 | 131 | 13 | 101 | 464 | 120 | 23 |
| Binary | 1011000 | 1010 | 1001110 | 0 | 1011001 | 1011 | 1000001 | 100110100 | 1010000 | 10011 |
Color Harmonies of #580A4E
Complementary color
Monochromatic Colors of #580A4E
Black with #580A4E
Text Example
Text Example
White with #580A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A4E; }
p { color: rgb(88,10,78); }
H1.HeaderClassName
{
color: #580A4E;
}
.AnyTagClassName
{
color: #580A4E;
}
</style>
background-color css
<style>
a { background-color: #580A4E; }
a { background-color: rgb(88,10,78); }
div.DivClassName
{
background-color: #580A4E;
}
.BgClassName
{
background-color: #580A4E;
}
</style>
border-color css
<style>
span { border-color: #580A4E; }
span { border-color: rgb(88,10,78); }
td.TdClassName
{
border-color: #580A4E;
}
.TagClassName
{
border-color: #580A4E;
}
</style>