Shades of Tyrian Purple #580A3F
Tints of Tyrian Purple #580A3F
RGB
CMYK
RGB Variations
Color information
#580A3F (or 0x580A3F) is known color: Tyrian Purple. HEX triplet: 58, 0A and 3F. RGB value is (88,10,63). Sum of RGB (Red+Green+Blue) = 88+10+63=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #580A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A3F is #A7F5C0. Grayscale: #272727. Windows color (decimal): -11007425 or 4131416. OLE color: 4131416.
HSL color Cylindrical-coordinate representation of color #580A3F: hue angle of 319.23º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A3F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 63 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.65 |
| HSL | 319.23º | 0.8% | 0.19% | - |
| HSV(B) | 319.23º | 0.89% | 0.35% | - |
| XYZ | 5.03 | 2.65 | 4.95 | - |
| YUV | 39.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 63 | 0 | 0.89 | 0.28 | 0.65 | 319.23 | 0.8 | 0.19 |
| Hex | 58 | A | 3F | 0 | 59 | 1C | 41 | 13F | 50 | 13 |
| Octal | 130 | 12 | 77 | 0 | 131 | 34 | 101 | 477 | 120 | 23 |
| Binary | 1011000 | 1010 | 111111 | 0 | 1011001 | 11100 | 1000001 | 100111111 | 1010000 | 10011 |
Color Harmonies of #580A3F
Complementary color
Monochromatic Colors of #580A3F
Black with #580A3F
Text Example
Text Example
White with #580A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A3F; }
p { color: rgb(88,10,63); }
H1.HeaderClassName
{
color: #580A3F;
}
.AnyTagClassName
{
color: #580A3F;
}
</style>
background-color css
<style>
a { background-color: #580A3F; }
a { background-color: rgb(88,10,63); }
div.DivClassName
{
background-color: #580A3F;
}
.BgClassName
{
background-color: #580A3F;
}
</style>
border-color css
<style>
span { border-color: #580A3F; }
span { border-color: rgb(88,10,63); }
td.TdClassName
{
border-color: #580A3F;
}
.TagClassName
{
border-color: #580A3F;
}
</style>