Shades of Tyrian Purple #580133
Tints of Tyrian Purple #580133
RGB
CMYK
RGB Variations
Color information
#580133 (or 0x580133) is known color: Tyrian Purple. HEX triplet: 58, 01 and 33. RGB value is (88,1,51). Sum of RGB (Red+Green+Blue) = 88+1+51=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #580133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580133 is #A7FECC. Grayscale: #202020. Windows color (decimal): -11009741 or 3342680. OLE color: 3342680.
HSL color Cylindrical-coordinate representation of color #580133: hue angle of 325.52º 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 #580133 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.65 |
| HSL | 325.52º | 0.98% | 0.17% | - |
| HSV(B) | 325.52º | 0.99% | 0.35% | - |
| XYZ | 4.63 | 2.34 | 3.34 | - |
| YUV | 32.71 | 138.32 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 51 | 0 | 0.99 | 0.42 | 0.65 | 325.52 | 0.98 | 0.17 |
| Hex | 58 | 1 | 33 | 0 | 63 | 2A | 41 | 146 | 62 | 11 |
| Octal | 130 | 1 | 63 | 0 | 143 | 52 | 101 | 506 | 142 | 21 |
| Binary | 1011000 | 1 | 110011 | 0 | 1100011 | 101010 | 1000001 | 101000110 | 1100010 | 10001 |
Color Harmonies of #580133
Complementary color
Monochromatic Colors of #580133
Black with #580133
Text Example
Text Example
White with #580133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580133; }
p { color: rgb(88,1,51); }
H1.HeaderClassName
{
color: #580133;
}
.AnyTagClassName
{
color: #580133;
}
</style>
background-color css
<style>
a { background-color: #580133; }
a { background-color: rgb(88,1,51); }
div.DivClassName
{
background-color: #580133;
}
.BgClassName
{
background-color: #580133;
}
</style>
border-color css
<style>
span { border-color: #580133; }
span { border-color: rgb(88,1,51); }
td.TdClassName
{
border-color: #580133;
}
.TagClassName
{
border-color: #580133;
}
</style>