Shades of Tyrian Purple #58074F
Tints of Tyrian Purple #58074F
RGB
CMYK
RGB Variations
Color information
#58074F (or 0x58074F) is known color: Tyrian Purple. HEX triplet: 58, 07 and 4F. RGB value is (88,7,79). Sum of RGB (Red+Green+Blue) = 88+7+79=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #58074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58074F is #A7F8B0. Grayscale: #272727. Windows color (decimal): -11008177 or 5179224. OLE color: 5179224.
HSL color Cylindrical-coordinate representation of color #58074F: hue angle of 306.67º 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 #58074F is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 79 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.65 |
| HSL | 306.67º | 0.85% | 0.19% | - |
| HSV(B) | 306.67º | 0.92% | 0.35% | - |
| XYZ | 5.51 | 2.79 | 7.65 | - |
| YUV | 39.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 79 | 0 | 0.92 | 0.10 | 0.65 | 306.67 | 0.85 | 0.19 |
| Hex | 58 | 7 | 4F | 0 | 5C | A | 41 | 133 | 55 | 13 |
| Octal | 130 | 7 | 117 | 0 | 134 | 12 | 101 | 463 | 125 | 23 |
| Binary | 1011000 | 111 | 1001111 | 0 | 1011100 | 1010 | 1000001 | 100110011 | 1010101 | 10011 |
Color Harmonies of #58074F
Complementary color
Monochromatic Colors of #58074F
Black with #58074F
Text Example
Text Example
White with #58074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58074F; }
p { color: rgb(88,7,79); }
H1.HeaderClassName
{
color: #58074F;
}
.AnyTagClassName
{
color: #58074F;
}
</style>
background-color css
<style>
a { background-color: #58074F; }
a { background-color: rgb(88,7,79); }
div.DivClassName
{
background-color: #58074F;
}
.BgClassName
{
background-color: #58074F;
}
</style>
border-color css
<style>
span { border-color: #58074F; }
span { border-color: rgb(88,7,79); }
td.TdClassName
{
border-color: #58074F;
}
.TagClassName
{
border-color: #58074F;
}
</style>