Shades of Tyrian Purple #580545
Tints of Tyrian Purple #580545
RGB
CMYK
RGB Variations
Color information
#580545 (or 0x580545) is known color: Tyrian Purple. HEX triplet: 58, 05 and 45. RGB value is (88,5,69). Sum of RGB (Red+Green+Blue) = 88+5+69=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580545 is #A7FABA. Grayscale: #242424. Windows color (decimal): -11008699 or 4523352. OLE color: 4523352.
HSL color Cylindrical-coordinate representation of color #580545: hue angle of 313.73º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580545 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 69 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.65 |
| HSL | 313.73º | 0.89% | 0.18% | - |
| HSV(B) | 313.73º | 0.94% | 0.35% | - |
| XYZ | 5.15 | 2.61 | 5.86 | - |
| YUV | 37.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 69 | 0 | 0.94 | 0.22 | 0.65 | 313.73 | 0.89 | 0.18 |
| Hex | 58 | 5 | 45 | 0 | 5E | 16 | 41 | 13A | 59 | 12 |
| Octal | 130 | 5 | 105 | 0 | 136 | 26 | 101 | 472 | 131 | 22 |
| Binary | 1011000 | 101 | 1000101 | 0 | 1011110 | 10110 | 1000001 | 100111010 | 1011001 | 10010 |
Color Harmonies of #580545
Complementary color
Monochromatic Colors of #580545
Black with #580545
Text Example
Text Example
White with #580545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580545; }
p { color: rgb(88,5,69); }
H1.HeaderClassName
{
color: #580545;
}
.AnyTagClassName
{
color: #580545;
}
</style>
background-color css
<style>
a { background-color: #580545; }
a { background-color: rgb(88,5,69); }
div.DivClassName
{
background-color: #580545;
}
.BgClassName
{
background-color: #580545;
}
</style>
border-color css
<style>
span { border-color: #580545; }
span { border-color: rgb(88,5,69); }
td.TdClassName
{
border-color: #580545;
}
.TagClassName
{
border-color: #580545;
}
</style>