Shades of Tyrian Purple #581247
Tints of Tyrian Purple #581247
RGB
CMYK
RGB Variations
Color information
#581247 (or 0x581247) is known color: Tyrian Purple. HEX triplet: 58, 12 and 47. RGB value is (88,18,71). Sum of RGB (Red+Green+Blue) = 88+18+71=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581247 is #A7EDB8. Grayscale: #2C2C2C. Windows color (decimal): -11005369 or 4657752. OLE color: 4657752.
HSL color Cylindrical-coordinate representation of color #581247: hue angle of 314.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581247 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 71 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.65 |
| HSL | 314.57º | 0.66% | 0.21% | - |
| HSV(B) | 314.57º | 0.8% | 0.35% | - |
| XYZ | 5.38 | 2.96 | 6.25 | - |
| YUV | 44.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 71 | 0 | 0.80 | 0.19 | 0.65 | 314.57 | 0.66 | 0.21 |
| Hex | 58 | 12 | 47 | 0 | 50 | 13 | 41 | 13B | 42 | 15 |
| Octal | 130 | 22 | 107 | 0 | 120 | 23 | 101 | 473 | 102 | 25 |
| Binary | 1011000 | 10010 | 1000111 | 0 | 1010000 | 10011 | 1000001 | 100111011 | 1000010 | 10101 |
Color Harmonies of #581247
Complementary color
Monochromatic Colors of #581247
Black with #581247
Text Example
Text Example
White with #581247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581247; }
p { color: rgb(88,18,71); }
H1.HeaderClassName
{
color: #581247;
}
.AnyTagClassName
{
color: #581247;
}
</style>
background-color css
<style>
a { background-color: #581247; }
a { background-color: rgb(88,18,71); }
div.DivClassName
{
background-color: #581247;
}
.BgClassName
{
background-color: #581247;
}
</style>
border-color css
<style>
span { border-color: #581247; }
span { border-color: rgb(88,18,71); }
td.TdClassName
{
border-color: #581247;
}
.TagClassName
{
border-color: #581247;
}
</style>