Shades of Tyrian Purple #580B41
Tints of Tyrian Purple #580B41
RGB
CMYK
RGB Variations
Color information
#580B41 (or 0x580B41) is known color: Tyrian Purple. HEX triplet: 58, 0B and 41. RGB value is (88,11,65). Sum of RGB (Red+Green+Blue) = 88+11+65=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B41 is #A7F4BE. Grayscale: #282828. Windows color (decimal): -11007167 or 4262744. OLE color: 4262744.
HSL color Cylindrical-coordinate representation of color #580B41: hue angle of 317.92º 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 #580B41 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 65 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.65 |
| HSL | 317.92º | 0.78% | 0.19% | - |
| HSV(B) | 317.92º | 0.88% | 0.35% | - |
| XYZ | 5.1 | 2.7 | 5.25 | - |
| YUV | 40.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 65 | 0 | 0.88 | 0.26 | 0.65 | 317.92 | 0.78 | 0.19 |
| Hex | 58 | B | 41 | 0 | 58 | 1A | 41 | 13E | 4E | 13 |
| Octal | 130 | 13 | 101 | 0 | 130 | 32 | 101 | 476 | 116 | 23 |
| Binary | 1011000 | 1011 | 1000001 | 0 | 1011000 | 11010 | 1000001 | 100111110 | 1001110 | 10011 |
Color Harmonies of #580B41
Complementary color
Monochromatic Colors of #580B41
Black with #580B41
Text Example
Text Example
White with #580B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B41; }
p { color: rgb(88,11,65); }
H1.HeaderClassName
{
color: #580B41;
}
.AnyTagClassName
{
color: #580B41;
}
</style>
background-color css
<style>
a { background-color: #580B41; }
a { background-color: rgb(88,11,65); }
div.DivClassName
{
background-color: #580B41;
}
.BgClassName
{
background-color: #580B41;
}
</style>
border-color css
<style>
span { border-color: #580B41; }
span { border-color: rgb(88,11,65); }
td.TdClassName
{
border-color: #580B41;
}
.TagClassName
{
border-color: #580B41;
}
</style>