Shades of Tyrian Purple #580A4F
Tints of Tyrian Purple #580A4F
RGB
CMYK
RGB Variations
Color information
#580A4F (or 0x580A4F) is known color: Tyrian Purple. HEX triplet: 58, 0A and 4F. RGB value is (88,10,79). Sum of RGB (Red+Green+Blue) = 88+10+79=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #580A4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A4F is #A7F5B0. Grayscale: #282828. Windows color (decimal): -11007409 or 5179992. OLE color: 5179992.
HSL color Cylindrical-coordinate representation of color #580A4F: hue angle of 306.92º 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 #580A4F is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 79 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.65 |
| HSL | 306.92º | 0.8% | 0.19% | - |
| HSV(B) | 306.92º | 0.89% | 0.35% | - |
| XYZ | 5.54 | 2.86 | 7.66 | - |
| YUV | 41.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 79 | 0 | 0.89 | 0.10 | 0.65 | 306.92 | 0.8 | 0.19 |
| Hex | 58 | A | 4F | 0 | 59 | A | 41 | 133 | 50 | 13 |
| Octal | 130 | 12 | 117 | 0 | 131 | 12 | 101 | 463 | 120 | 23 |
| Binary | 1011000 | 1010 | 1001111 | 0 | 1011001 | 1010 | 1000001 | 100110011 | 1010000 | 10011 |
Color Harmonies of #580A4F
Complementary color
Monochromatic Colors of #580A4F
Black with #580A4F
Text Example
Text Example
White with #580A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A4F; }
p { color: rgb(88,10,79); }
H1.HeaderClassName
{
color: #580A4F;
}
.AnyTagClassName
{
color: #580A4F;
}
</style>
background-color css
<style>
a { background-color: #580A4F; }
a { background-color: rgb(88,10,79); }
div.DivClassName
{
background-color: #580A4F;
}
.BgClassName
{
background-color: #580A4F;
}
</style>
border-color css
<style>
span { border-color: #580A4F; }
span { border-color: rgb(88,10,79); }
td.TdClassName
{
border-color: #580A4F;
}
.TagClassName
{
border-color: #580A4F;
}
</style>