Shades of Tyrian Purple #580128
Tints of Tyrian Purple #580128
RGB
CMYK
RGB Variations
Color information
#580128 (or 0x580128) is known color: Tyrian Purple. HEX triplet: 58, 01 and 28. RGB value is (88,1,40). Sum of RGB (Red+Green+Blue) = 88+1+40=129 (17% of max value = 765). Red value is 88 (34.77% from 255 or 68.22% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 88 - color contains mainly: red. Hex color #580128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580128 is #A7FED7. Grayscale: #1F1F1F. Windows color (decimal): -11009752 or 2621784. OLE color: 2621784.
HSL color Cylindrical-coordinate representation of color #580128: hue angle of 333.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 #580128 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.65 |
| HSL | 333.1º | 0.98% | 0.17% | - |
| HSV(B) | 333.1º | 0.99% | 0.35% | - |
| XYZ | 4.42 | 2.25 | 2.21 | - |
| YUV | 31.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 40 | 0 | 0.99 | 0.55 | 0.65 | 333.1 | 0.98 | 0.17 |
| Hex | 58 | 1 | 28 | 0 | 63 | 37 | 41 | 14D | 62 | 11 |
| Octal | 130 | 1 | 50 | 0 | 143 | 67 | 101 | 515 | 142 | 21 |
| Binary | 1011000 | 1 | 101000 | 0 | 1100011 | 110111 | 1000001 | 101001101 | 1100010 | 10001 |
Color Harmonies of #580128
Complementary color
Monochromatic Colors of #580128
Black with #580128
Text Example
Text Example
White with #580128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580128; }
p { color: rgb(88,1,40); }
H1.HeaderClassName
{
color: #580128;
}
.AnyTagClassName
{
color: #580128;
}
</style>
background-color css
<style>
a { background-color: #580128; }
a { background-color: rgb(88,1,40); }
div.DivClassName
{
background-color: #580128;
}
.BgClassName
{
background-color: #580128;
}
</style>
border-color css
<style>
span { border-color: #580128; }
span { border-color: rgb(88,1,40); }
td.TdClassName
{
border-color: #580128;
}
.TagClassName
{
border-color: #580128;
}
</style>