Shades of Tyrian Purple #58094E
Tints of Tyrian Purple #58094E
RGB
CMYK
RGB Variations
Color information
#58094E (or 0x58094E) is known color: Tyrian Purple. HEX triplet: 58, 09 and 4E. RGB value is (88,9,78). Sum of RGB (Red+Green+Blue) = 88+9+78=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #58094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58094E is #A7F6B1. Grayscale: #282828. Windows color (decimal): -11007666 or 5114200. OLE color: 5114200.
HSL color Cylindrical-coordinate representation of color #58094E: hue angle of 307.59º 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 #58094E is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 78 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.65 |
| HSL | 307.59º | 0.81% | 0.19% | - |
| HSV(B) | 307.59º | 0.9% | 0.35% | - |
| XYZ | 5.5 | 2.82 | 7.46 | - |
| YUV | 40.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 78 | 0 | 0.90 | 0.11 | 0.65 | 307.59 | 0.81 | 0.19 |
| Hex | 58 | 9 | 4E | 0 | 5A | B | 41 | 134 | 51 | 13 |
| Octal | 130 | 11 | 116 | 0 | 132 | 13 | 101 | 464 | 121 | 23 |
| Binary | 1011000 | 1001 | 1001110 | 0 | 1011010 | 1011 | 1000001 | 100110100 | 1010001 | 10011 |
Color Harmonies of #58094E
Complementary color
Monochromatic Colors of #58094E
Black with #58094E
Text Example
Text Example
White with #58094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58094E; }
p { color: rgb(88,9,78); }
H1.HeaderClassName
{
color: #58094E;
}
.AnyTagClassName
{
color: #58094E;
}
</style>
background-color css
<style>
a { background-color: #58094E; }
a { background-color: rgb(88,9,78); }
div.DivClassName
{
background-color: #58094E;
}
.BgClassName
{
background-color: #58094E;
}
</style>
border-color css
<style>
span { border-color: #58094E; }
span { border-color: rgb(88,9,78); }
td.TdClassName
{
border-color: #58094E;
}
.TagClassName
{
border-color: #58094E;
}
</style>