Shades of Tyrian Purple #580144
Tints of Tyrian Purple #580144
RGB
CMYK
RGB Variations
Color information
#580144 (or 0x580144) is known color: Tyrian Purple. HEX triplet: 58, 01 and 44. RGB value is (88,1,68). Sum of RGB (Red+Green+Blue) = 88+1+68=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 68 (26.95% from 255 or 43.31% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #580144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580144 is #A7FEBB. Grayscale: #222222. Windows color (decimal): -11009724 or 4456792. OLE color: 4456792.
HSL color Cylindrical-coordinate representation of color #580144: hue angle of 313.79º 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 #580144 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 68 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.65 |
| HSL | 313.79º | 0.98% | 0.17% | - |
| HSV(B) | 313.79º | 0.99% | 0.35% | - |
| XYZ | 5.08 | 2.51 | 5.69 | - |
| YUV | 34.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 68 | 0 | 0.99 | 0.23 | 0.65 | 313.79 | 0.98 | 0.17 |
| Hex | 58 | 1 | 44 | 0 | 63 | 17 | 41 | 13A | 62 | 11 |
| Octal | 130 | 1 | 104 | 0 | 143 | 27 | 101 | 472 | 142 | 21 |
| Binary | 1011000 | 1 | 1000100 | 0 | 1100011 | 10111 | 1000001 | 100111010 | 1100010 | 10001 |
Color Harmonies of #580144
Complementary color
Monochromatic Colors of #580144
Black with #580144
Text Example
Text Example
White with #580144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580144; }
p { color: rgb(88,1,68); }
H1.HeaderClassName
{
color: #580144;
}
.AnyTagClassName
{
color: #580144;
}
</style>
background-color css
<style>
a { background-color: #580144; }
a { background-color: rgb(88,1,68); }
div.DivClassName
{
background-color: #580144;
}
.BgClassName
{
background-color: #580144;
}
</style>
border-color css
<style>
span { border-color: #580144; }
span { border-color: rgb(88,1,68); }
td.TdClassName
{
border-color: #580144;
}
.TagClassName
{
border-color: #580144;
}
</style>