Shades of Tyrian Purple #580B47
Tints of Tyrian Purple #580B47
RGB
CMYK
RGB Variations
Color information
#580B47 (or 0x580B47) is known color: Tyrian Purple. HEX triplet: 58, 0B and 47. RGB value is (88,11,71). Sum of RGB (Red+Green+Blue) = 88+11+71=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #580B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B47 is #A7F4B8. Grayscale: #282828. Windows color (decimal): -11007161 or 4655960. OLE color: 4655960.
HSL color Cylindrical-coordinate representation of color #580B47: hue angle of 313.25º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B47 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 71 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.65 |
| HSL | 313.25º | 0.78% | 0.19% | - |
| HSV(B) | 313.25º | 0.88% | 0.35% | - |
| XYZ | 5.28 | 2.77 | 6.22 | - |
| YUV | 40.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 71 | 0 | 0.88 | 0.19 | 0.65 | 313.25 | 0.78 | 0.19 |
| Hex | 58 | B | 47 | 0 | 58 | 13 | 41 | 139 | 4E | 13 |
| Octal | 130 | 13 | 107 | 0 | 130 | 23 | 101 | 471 | 116 | 23 |
| Binary | 1011000 | 1011 | 1000111 | 0 | 1011000 | 10011 | 1000001 | 100111001 | 1001110 | 10011 |
Color Harmonies of #580B47
Complementary color
Monochromatic Colors of #580B47
Black with #580B47
Text Example
Text Example
White with #580B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B47; }
p { color: rgb(88,11,71); }
H1.HeaderClassName
{
color: #580B47;
}
.AnyTagClassName
{
color: #580B47;
}
</style>
background-color css
<style>
a { background-color: #580B47; }
a { background-color: rgb(88,11,71); }
div.DivClassName
{
background-color: #580B47;
}
.BgClassName
{
background-color: #580B47;
}
</style>
border-color css
<style>
span { border-color: #580B47; }
span { border-color: rgb(88,11,71); }
td.TdClassName
{
border-color: #580B47;
}
.TagClassName
{
border-color: #580B47;
}
</style>