Shades of Tyrian Purple #581545
Tints of Tyrian Purple #581545
RGB
CMYK
RGB Variations
Color information
#581545 (or 0x581545) is known color: Tyrian Purple. HEX triplet: 58, 15 and 45. RGB value is (88,21,69). Sum of RGB (Red+Green+Blue) = 88+21+69=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581545 is #A7EABA. Grayscale: #2E2E2E. Windows color (decimal): -11004603 or 4527448. OLE color: 4527448.
HSL color Cylindrical-coordinate representation of color #581545: hue angle of 317.01º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581545 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 69 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.65 |
| HSL | 317.01º | 0.61% | 0.21% | - |
| HSV(B) | 317.01º | 0.76% | 0.35% | - |
| XYZ | 5.37 | 3.04 | 5.93 | - |
| YUV | 46.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 69 | 0 | 0.76 | 0.22 | 0.65 | 317.01 | 0.61 | 0.21 |
| Hex | 58 | 15 | 45 | 0 | 4C | 16 | 41 | 13D | 3D | 15 |
| Octal | 130 | 25 | 105 | 0 | 114 | 26 | 101 | 475 | 75 | 25 |
| Binary | 1011000 | 10101 | 1000101 | 0 | 1001100 | 10110 | 1000001 | 100111101 | 111101 | 10101 |
Color Harmonies of #581545
Complementary color
Monochromatic Colors of #581545
Black with #581545
Text Example
Text Example
White with #581545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581545; }
p { color: rgb(88,21,69); }
H1.HeaderClassName
{
color: #581545;
}
.AnyTagClassName
{
color: #581545;
}
</style>
background-color css
<style>
a { background-color: #581545; }
a { background-color: rgb(88,21,69); }
div.DivClassName
{
background-color: #581545;
}
.BgClassName
{
background-color: #581545;
}
</style>
border-color css
<style>
span { border-color: #581545; }
span { border-color: rgb(88,21,69); }
td.TdClassName
{
border-color: #581545;
}
.TagClassName
{
border-color: #581545;
}
</style>