Shades of Tyrian Purple #580552
Tints of Tyrian Purple #580552
RGB
CMYK
RGB Variations
Color information
#580552 (or 0x580552) is known color: Tyrian Purple. HEX triplet: 58, 05 and 52. RGB value is (88,5,82). Sum of RGB (Red+Green+Blue) = 88+5+82=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #580552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580552 is #A7FAAD. Grayscale: #262626. Windows color (decimal): -11008686 or 5375320. OLE color: 5375320.
HSL color Cylindrical-coordinate representation of color #580552: hue angle of 304.34º 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 #580552 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 82 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.65 |
| HSL | 304.34º | 0.89% | 0.18% | - |
| HSV(B) | 304.34º | 0.94% | 0.35% | - |
| XYZ | 5.6 | 2.79 | 8.23 | - |
| YUV | 38.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 82 | 0 | 0.94 | 0.07 | 0.65 | 304.34 | 0.89 | 0.18 |
| Hex | 58 | 5 | 52 | 0 | 5E | 7 | 41 | 130 | 59 | 12 |
| Octal | 130 | 5 | 122 | 0 | 136 | 7 | 101 | 460 | 131 | 22 |
| Binary | 1011000 | 101 | 1010010 | 0 | 1011110 | 111 | 1000001 | 100110000 | 1011001 | 10010 |
Color Harmonies of #580552
Complementary color
Monochromatic Colors of #580552
Black with #580552
Text Example
Text Example
White with #580552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580552; }
p { color: rgb(88,5,82); }
H1.HeaderClassName
{
color: #580552;
}
.AnyTagClassName
{
color: #580552;
}
</style>
background-color css
<style>
a { background-color: #580552; }
a { background-color: rgb(88,5,82); }
div.DivClassName
{
background-color: #580552;
}
.BgClassName
{
background-color: #580552;
}
</style>
border-color css
<style>
span { border-color: #580552; }
span { border-color: rgb(88,5,82); }
td.TdClassName
{
border-color: #580552;
}
.TagClassName
{
border-color: #580552;
}
</style>