Shades of Tyrian Purple #580145
Tints of Tyrian Purple #580145
RGB
CMYK
RGB Variations
Color information
#580145 (or 0x580145) is known color: Tyrian Purple. HEX triplet: 58, 01 and 45. RGB value is (88,1,69). Sum of RGB (Red+Green+Blue) = 88+1+69=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 69 (27.34% from 255 or 43.67% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #580145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580145 is #A7FEBA. Grayscale: #222222. Windows color (decimal): -11009723 or 4522328. OLE color: 4522328.
HSL color Cylindrical-coordinate representation of color #580145: hue angle of 313.1º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580145 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.65 |
| HSL | 313.1º | 0.98% | 0.17% | - |
| HSV(B) | 313.1º | 0.99% | 0.35% | - |
| XYZ | 5.11 | 2.53 | 5.85 | - |
| YUV | 34.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 69 | 0 | 0.99 | 0.22 | 0.65 | 313.1 | 0.98 | 0.17 |
| Hex | 58 | 1 | 45 | 0 | 63 | 16 | 41 | 139 | 62 | 11 |
| Octal | 130 | 1 | 105 | 0 | 143 | 26 | 101 | 471 | 142 | 21 |
| Binary | 1011000 | 1 | 1000101 | 0 | 1100011 | 10110 | 1000001 | 100111001 | 1100010 | 10001 |
Color Harmonies of #580145
Complementary color
Monochromatic Colors of #580145
Black with #580145
Text Example
Text Example
White with #580145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580145; }
p { color: rgb(88,1,69); }
H1.HeaderClassName
{
color: #580145;
}
.AnyTagClassName
{
color: #580145;
}
</style>
background-color css
<style>
a { background-color: #580145; }
a { background-color: rgb(88,1,69); }
div.DivClassName
{
background-color: #580145;
}
.BgClassName
{
background-color: #580145;
}
</style>
border-color css
<style>
span { border-color: #580145; }
span { border-color: rgb(88,1,69); }
td.TdClassName
{
border-color: #580145;
}
.TagClassName
{
border-color: #580145;
}
</style>