Shades of Tyrian Purple #580A3B
Tints of Tyrian Purple #580A3B
RGB
CMYK
RGB Variations
Color information
#580A3B (or 0x580A3B) is known color: Tyrian Purple. HEX triplet: 58, 0A and 3B. RGB value is (88,10,59). Sum of RGB (Red+Green+Blue) = 88+10+59=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #580A3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A3B is #A7F5C4. Grayscale: #262626. Windows color (decimal): -11007429 or 3869272. OLE color: 3869272.
HSL color Cylindrical-coordinate representation of color #580A3B: hue angle of 322.31º 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 #580A3B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 59 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.65 |
| HSL | 322.31º | 0.8% | 0.19% | - |
| HSV(B) | 322.31º | 0.89% | 0.35% | - |
| XYZ | 4.92 | 2.61 | 4.38 | - |
| YUV | 38.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 59 | 0 | 0.89 | 0.33 | 0.65 | 322.31 | 0.8 | 0.19 |
| Hex | 58 | A | 3B | 0 | 59 | 21 | 41 | 142 | 50 | 13 |
| Octal | 130 | 12 | 73 | 0 | 131 | 41 | 101 | 502 | 120 | 23 |
| Binary | 1011000 | 1010 | 111011 | 0 | 1011001 | 100001 | 1000001 | 101000010 | 1010000 | 10011 |
Color Harmonies of #580A3B
Complementary color
Monochromatic Colors of #580A3B
Black with #580A3B
Text Example
Text Example
White with #580A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A3B; }
p { color: rgb(88,10,59); }
H1.HeaderClassName
{
color: #580A3B;
}
.AnyTagClassName
{
color: #580A3B;
}
</style>
background-color css
<style>
a { background-color: #580A3B; }
a { background-color: rgb(88,10,59); }
div.DivClassName
{
background-color: #580A3B;
}
.BgClassName
{
background-color: #580A3B;
}
</style>
border-color css
<style>
span { border-color: #580A3B; }
span { border-color: rgb(88,10,59); }
td.TdClassName
{
border-color: #580A3B;
}
.TagClassName
{
border-color: #580A3B;
}
</style>