Shades of Tyrian Purple #580C47
Tints of Tyrian Purple #580C47
RGB
CMYK
RGB Variations
Color information
#580C47 (or 0x580C47) is known color: Tyrian Purple. HEX triplet: 58, 0C and 47. RGB value is (88,12,71). Sum of RGB (Red+Green+Blue) = 88+12+71=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C47 is #A7F3B8. Grayscale: #292929. Windows color (decimal): -11006905 or 4656216. OLE color: 4656216.
HSL color Cylindrical-coordinate representation of color #580C47: hue angle of 313.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C47 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 71 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.65 |
| HSL | 313.42º | 0.76% | 0.2% | - |
| HSV(B) | 313.42º | 0.86% | 0.35% | - |
| XYZ | 5.29 | 2.79 | 6.22 | - |
| YUV | 41.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 71 | 0 | 0.86 | 0.19 | 0.65 | 313.42 | 0.76 | 0.2 |
| Hex | 58 | C | 47 | 0 | 56 | 13 | 41 | 139 | 4C | 14 |
| Octal | 130 | 14 | 107 | 0 | 126 | 23 | 101 | 471 | 114 | 24 |
| Binary | 1011000 | 1100 | 1000111 | 0 | 1010110 | 10011 | 1000001 | 100111001 | 1001100 | 10100 |
Color Harmonies of #580C47
Complementary color
Monochromatic Colors of #580C47
Black with #580C47
Text Example
Text Example
White with #580C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C47; }
p { color: rgb(88,12,71); }
H1.HeaderClassName
{
color: #580C47;
}
.AnyTagClassName
{
color: #580C47;
}
</style>
background-color css
<style>
a { background-color: #580C47; }
a { background-color: rgb(88,12,71); }
div.DivClassName
{
background-color: #580C47;
}
.BgClassName
{
background-color: #580C47;
}
</style>
border-color css
<style>
span { border-color: #580C47; }
span { border-color: rgb(88,12,71); }
td.TdClassName
{
border-color: #580C47;
}
.TagClassName
{
border-color: #580C47;
}
</style>