Shades of Tyrian Purple #580748
Tints of Tyrian Purple #580748
RGB
CMYK
RGB Variations
Color information
#580748 (or 0x580748) is known color: Tyrian Purple. HEX triplet: 58, 07 and 48. RGB value is (88,7,72). Sum of RGB (Red+Green+Blue) = 88+7+72=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #580748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580748 is #A7F8B7. Grayscale: #262626. Windows color (decimal): -11008184 or 4720472. OLE color: 4720472.
HSL color Cylindrical-coordinate representation of color #580748: hue angle of 311.85º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580748 is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 72 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.65 |
| HSL | 311.85º | 0.85% | 0.19% | - |
| HSV(B) | 311.85º | 0.92% | 0.35% | - |
| XYZ | 5.27 | 2.69 | 6.37 | - |
| YUV | 38.63 | 146.84 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 72 | 0 | 0.92 | 0.18 | 0.65 | 311.85 | 0.85 | 0.19 |
| Hex | 58 | 7 | 48 | 0 | 5C | 12 | 41 | 138 | 55 | 13 |
| Octal | 130 | 7 | 110 | 0 | 134 | 22 | 101 | 470 | 125 | 23 |
| Binary | 1011000 | 111 | 1001000 | 0 | 1011100 | 10010 | 1000001 | 100111000 | 1010101 | 10011 |
Color Harmonies of #580748
Complementary color
Monochromatic Colors of #580748
Black with #580748
Text Example
Text Example
White with #580748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580748; }
p { color: rgb(88,7,72); }
H1.HeaderClassName
{
color: #580748;
}
.AnyTagClassName
{
color: #580748;
}
</style>
background-color css
<style>
a { background-color: #580748; }
a { background-color: rgb(88,7,72); }
div.DivClassName
{
background-color: #580748;
}
.BgClassName
{
background-color: #580748;
}
</style>
border-color css
<style>
span { border-color: #580748; }
span { border-color: rgb(88,7,72); }
td.TdClassName
{
border-color: #580748;
}
.TagClassName
{
border-color: #580748;
}
</style>