Shades of Tyrian Purple #580A38
Tints of Tyrian Purple #580A38
RGB
CMYK
RGB Variations
Color information
#580A38 (or 0x580A38) is known color: Tyrian Purple. HEX triplet: 58, 0A and 38. RGB value is (88,10,56). Sum of RGB (Red+Green+Blue) = 88+10+56=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #580A38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A38 is #A7F5C7. Grayscale: #262626. Windows color (decimal): -11007432 or 3672664. OLE color: 3672664.
HSL color Cylindrical-coordinate representation of color #580A38: hue angle of 324.62º 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 #580A38 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 56 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.65 |
| HSL | 324.62º | 0.8% | 0.19% | - |
| HSV(B) | 324.62º | 0.89% | 0.35% | - |
| XYZ | 4.85 | 2.58 | 3.98 | - |
| YUV | 38.57 | 137.84 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 56 | 0 | 0.89 | 0.36 | 0.65 | 324.62 | 0.8 | 0.19 |
| Hex | 58 | A | 38 | 0 | 59 | 24 | 41 | 145 | 50 | 13 |
| Octal | 130 | 12 | 70 | 0 | 131 | 44 | 101 | 505 | 120 | 23 |
| Binary | 1011000 | 1010 | 111000 | 0 | 1011001 | 100100 | 1000001 | 101000101 | 1010000 | 10011 |
Color Harmonies of #580A38
Complementary color
Monochromatic Colors of #580A38
Black with #580A38
Text Example
Text Example
White with #580A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A38; }
p { color: rgb(88,10,56); }
H1.HeaderClassName
{
color: #580A38;
}
.AnyTagClassName
{
color: #580A38;
}
</style>
background-color css
<style>
a { background-color: #580A38; }
a { background-color: rgb(88,10,56); }
div.DivClassName
{
background-color: #580A38;
}
.BgClassName
{
background-color: #580A38;
}
</style>
border-color css
<style>
span { border-color: #580A38; }
span { border-color: rgb(88,10,56); }
td.TdClassName
{
border-color: #580A38;
}
.TagClassName
{
border-color: #580A38;
}
</style>