Shades of Tyrian Purple #580551
Tints of Tyrian Purple #580551
RGB
CMYK
RGB Variations
Color information
#580551 (or 0x580551) is known color: Tyrian Purple. HEX triplet: 58, 05 and 51. RGB value is (88,5,81). Sum of RGB (Red+Green+Blue) = 88+5+81=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580551 is #A7FAAE. Grayscale: #262626. Windows color (decimal): -11008687 or 5309784. OLE color: 5309784.
HSL color Cylindrical-coordinate representation of color #580551: hue angle of 305.06º 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 #580551 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 81 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.65 |
| HSL | 305.06º | 0.89% | 0.18% | - |
| HSV(B) | 305.06º | 0.94% | 0.35% | - |
| XYZ | 5.56 | 2.78 | 8.03 | - |
| YUV | 38.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 81 | 0 | 0.94 | 0.08 | 0.65 | 305.06 | 0.89 | 0.18 |
| Hex | 58 | 5 | 51 | 0 | 5E | 8 | 41 | 131 | 59 | 12 |
| Octal | 130 | 5 | 121 | 0 | 136 | 10 | 101 | 461 | 131 | 22 |
| Binary | 1011000 | 101 | 1010001 | 0 | 1011110 | 1000 | 1000001 | 100110001 | 1011001 | 10010 |
Color Harmonies of #580551
Complementary color
Monochromatic Colors of #580551
Black with #580551
Text Example
Text Example
White with #580551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580551; }
p { color: rgb(88,5,81); }
H1.HeaderClassName
{
color: #580551;
}
.AnyTagClassName
{
color: #580551;
}
</style>
background-color css
<style>
a { background-color: #580551; }
a { background-color: rgb(88,5,81); }
div.DivClassName
{
background-color: #580551;
}
.BgClassName
{
background-color: #580551;
}
</style>
border-color css
<style>
span { border-color: #580551; }
span { border-color: rgb(88,5,81); }
td.TdClassName
{
border-color: #580551;
}
.TagClassName
{
border-color: #580551;
}
</style>