Shades of Tyrian Purple #580946
Tints of Tyrian Purple #580946
RGB
CMYK
RGB Variations
Color information
#580946 (or 0x580946) is known color: Tyrian Purple. HEX triplet: 58, 09 and 46. RGB value is (88,9,70). Sum of RGB (Red+Green+Blue) = 88+9+70=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #580946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580946 is #A7F6B9. Grayscale: #272727. Windows color (decimal): -11007674 or 4589912. OLE color: 4589912.
HSL color Cylindrical-coordinate representation of color #580946: hue angle of 313.67º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580946 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 70 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.65 |
| HSL | 313.67º | 0.81% | 0.19% | - |
| HSV(B) | 313.67º | 0.9% | 0.35% | - |
| XYZ | 5.23 | 2.71 | 6.04 | - |
| YUV | 39.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 70 | 0 | 0.90 | 0.20 | 0.65 | 313.67 | 0.81 | 0.19 |
| Hex | 58 | 9 | 46 | 0 | 5A | 14 | 41 | 13A | 51 | 13 |
| Octal | 130 | 11 | 106 | 0 | 132 | 24 | 101 | 472 | 121 | 23 |
| Binary | 1011000 | 1001 | 1000110 | 0 | 1011010 | 10100 | 1000001 | 100111010 | 1010001 | 10011 |
Color Harmonies of #580946
Complementary color
Monochromatic Colors of #580946
Black with #580946
Text Example
Text Example
White with #580946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580946; }
p { color: rgb(88,9,70); }
H1.HeaderClassName
{
color: #580946;
}
.AnyTagClassName
{
color: #580946;
}
</style>
background-color css
<style>
a { background-color: #580946; }
a { background-color: rgb(88,9,70); }
div.DivClassName
{
background-color: #580946;
}
.BgClassName
{
background-color: #580946;
}
</style>
border-color css
<style>
span { border-color: #580946; }
span { border-color: rgb(88,9,70); }
td.TdClassName
{
border-color: #580946;
}
.TagClassName
{
border-color: #580946;
}
</style>