Shades of Tyrian Purple #581542
Tints of Tyrian Purple #581542
RGB
CMYK
RGB Variations
Color information
#581542 (or 0x581542) is known color: Tyrian Purple. HEX triplet: 58, 15 and 42. RGB value is (88,21,66). Sum of RGB (Red+Green+Blue) = 88+21+66=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581542 is #A7EABD. Grayscale: #2E2E2E. Windows color (decimal): -11004606 or 4330840. OLE color: 4330840.
HSL color Cylindrical-coordinate representation of color #581542: hue angle of 319.7º 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 #581542 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 66 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.65 |
| HSL | 319.7º | 0.61% | 0.21% | - |
| HSV(B) | 319.7º | 0.76% | 0.35% | - |
| XYZ | 5.28 | 3 | 5.46 | - |
| YUV | 46.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 66 | 0 | 0.76 | 0.25 | 0.65 | 319.7 | 0.61 | 0.21 |
| Hex | 58 | 15 | 42 | 0 | 4C | 19 | 41 | 140 | 3D | 15 |
| Octal | 130 | 25 | 102 | 0 | 114 | 31 | 101 | 500 | 75 | 25 |
| Binary | 1011000 | 10101 | 1000010 | 0 | 1001100 | 11001 | 1000001 | 101000000 | 111101 | 10101 |
Color Harmonies of #581542
Complementary color
Monochromatic Colors of #581542
Black with #581542
Text Example
Text Example
White with #581542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581542; }
p { color: rgb(88,21,66); }
H1.HeaderClassName
{
color: #581542;
}
.AnyTagClassName
{
color: #581542;
}
</style>
background-color css
<style>
a { background-color: #581542; }
a { background-color: rgb(88,21,66); }
div.DivClassName
{
background-color: #581542;
}
.BgClassName
{
background-color: #581542;
}
</style>
border-color css
<style>
span { border-color: #581542; }
span { border-color: rgb(88,21,66); }
td.TdClassName
{
border-color: #581542;
}
.TagClassName
{
border-color: #581542;
}
</style>