Shades of Tyrian Purple #581448
Tints of Tyrian Purple #581448
RGB
CMYK
RGB Variations
Color information
#581448 (or 0x581448) is known color: Tyrian Purple. HEX triplet: 58, 14 and 48. RGB value is (88,20,72). Sum of RGB (Red+Green+Blue) = 88+20+72=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581448 is #A7EBB7. Grayscale: #2E2E2E. Windows color (decimal): -11004856 or 4723800. OLE color: 4723800.
HSL color Cylindrical-coordinate representation of color #581448: hue angle of 314.12º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581448 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 72 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.65 |
| HSL | 314.12º | 0.63% | 0.21% | - |
| HSV(B) | 314.12º | 0.77% | 0.35% | - |
| XYZ | 5.44 | 3.04 | 6.43 | - |
| YUV | 46.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 72 | 0 | 0.77 | 0.18 | 0.65 | 314.12 | 0.63 | 0.21 |
| Hex | 58 | 14 | 48 | 0 | 4D | 12 | 41 | 13A | 3F | 15 |
| Octal | 130 | 24 | 110 | 0 | 115 | 22 | 101 | 472 | 77 | 25 |
| Binary | 1011000 | 10100 | 1001000 | 0 | 1001101 | 10010 | 1000001 | 100111010 | 111111 | 10101 |
Color Harmonies of #581448
Complementary color
Monochromatic Colors of #581448
Black with #581448
Text Example
Text Example
White with #581448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581448; }
p { color: rgb(88,20,72); }
H1.HeaderClassName
{
color: #581448;
}
.AnyTagClassName
{
color: #581448;
}
</style>
background-color css
<style>
a { background-color: #581448; }
a { background-color: rgb(88,20,72); }
div.DivClassName
{
background-color: #581448;
}
.BgClassName
{
background-color: #581448;
}
</style>
border-color css
<style>
span { border-color: #581448; }
span { border-color: rgb(88,20,72); }
td.TdClassName
{
border-color: #581448;
}
.TagClassName
{
border-color: #581448;
}
</style>