Shades of Tyrian Purple #580A35
Tints of Tyrian Purple #580A35
RGB
CMYK
RGB Variations
Color information
#580A35 (or 0x580A35) is known color: Tyrian Purple. HEX triplet: 58, 0A and 35. RGB value is (88,10,53). Sum of RGB (Red+Green+Blue) = 88+10+53=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #580A35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A35 is #A7F5CA. Grayscale: #262626. Windows color (decimal): -11007435 or 3476056. OLE color: 3476056.
HSL color Cylindrical-coordinate representation of color #580A35: hue angle of 326.92º 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 #580A35 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 53 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.65 |
| HSL | 326.92º | 0.8% | 0.19% | - |
| HSV(B) | 326.92º | 0.89% | 0.35% | - |
| XYZ | 4.78 | 2.55 | 3.61 | - |
| YUV | 38.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 53 | 0 | 0.89 | 0.40 | 0.65 | 326.92 | 0.8 | 0.19 |
| Hex | 58 | A | 35 | 0 | 59 | 28 | 41 | 147 | 50 | 13 |
| Octal | 130 | 12 | 65 | 0 | 131 | 50 | 101 | 507 | 120 | 23 |
| Binary | 1011000 | 1010 | 110101 | 0 | 1011001 | 101000 | 1000001 | 101000111 | 1010000 | 10011 |
Color Harmonies of #580A35
Complementary color
Monochromatic Colors of #580A35
Black with #580A35
Text Example
Text Example
White with #580A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A35; }
p { color: rgb(88,10,53); }
H1.HeaderClassName
{
color: #580A35;
}
.AnyTagClassName
{
color: #580A35;
}
</style>
background-color css
<style>
a { background-color: #580A35; }
a { background-color: rgb(88,10,53); }
div.DivClassName
{
background-color: #580A35;
}
.BgClassName
{
background-color: #580A35;
}
</style>
border-color css
<style>
span { border-color: #580A35; }
span { border-color: rgb(88,10,53); }
td.TdClassName
{
border-color: #580A35;
}
.TagClassName
{
border-color: #580A35;
}
</style>