Shades of Tyrian Purple #58072C
Tints of Tyrian Purple #58072C
RGB
CMYK
RGB Variations
Color information
#58072C (or 0x58072C) is known color: Tyrian Purple. HEX triplet: 58, 07 and 2C. RGB value is (88,7,44). Sum of RGB (Red+Green+Blue) = 88+7+44=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58072C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58072C is #A7F8D3. Grayscale: #232323. Windows color (decimal): -11008212 or 2885464. OLE color: 2885464.
HSL color Cylindrical-coordinate representation of color #58072C: hue angle of 332.59º 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 #58072C is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 44 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.65 |
| HSL | 332.59º | 0.85% | 0.19% | - |
| HSV(B) | 332.59º | 0.92% | 0.35% | - |
| XYZ | 4.56 | 2.41 | 2.61 | - |
| YUV | 35.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 44 | 0 | 0.92 | 0.5 | 0.65 | 332.59 | 0.85 | 0.19 |
| Hex | 58 | 7 | 2C | 0 | 5C | 32 | 41 | 14D | 55 | 13 |
| Octal | 130 | 7 | 54 | 0 | 134 | 62 | 101 | 515 | 125 | 23 |
| Binary | 1011000 | 111 | 101100 | 0 | 1011100 | 110010 | 1000001 | 101001101 | 1010101 | 10011 |
Color Harmonies of #58072C
Complementary color
Monochromatic Colors of #58072C
Black with #58072C
Text Example
Text Example
White with #58072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58072C; }
p { color: rgb(88,7,44); }
H1.HeaderClassName
{
color: #58072C;
}
.AnyTagClassName
{
color: #58072C;
}
</style>
background-color css
<style>
a { background-color: #58072C; }
a { background-color: rgb(88,7,44); }
div.DivClassName
{
background-color: #58072C;
}
.BgClassName
{
background-color: #58072C;
}
</style>
border-color css
<style>
span { border-color: #58072C; }
span { border-color: rgb(88,7,44); }
td.TdClassName
{
border-color: #58072C;
}
.TagClassName
{
border-color: #58072C;
}
</style>