Shades of Tyrian Purple #58094A
Tints of Tyrian Purple #58094A
RGB
CMYK
RGB Variations
Color information
#58094A (or 0x58094A) is known color: Tyrian Purple. HEX triplet: 58, 09 and 4A. RGB value is (88,9,74). Sum of RGB (Red+Green+Blue) = 88+9+74=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #58094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58094A is #A7F6B5. Grayscale: #272727. Windows color (decimal): -11007670 or 4852056. OLE color: 4852056.
HSL color Cylindrical-coordinate representation of color #58094A: hue angle of 310.63º 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 #58094A is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 74 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.65 |
| HSL | 310.63º | 0.81% | 0.19% | - |
| HSV(B) | 310.63º | 0.9% | 0.35% | - |
| XYZ | 5.36 | 2.76 | 6.73 | - |
| YUV | 40.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 74 | 0 | 0.90 | 0.16 | 0.65 | 310.63 | 0.81 | 0.19 |
| Hex | 58 | 9 | 4A | 0 | 5A | 10 | 41 | 137 | 51 | 13 |
| Octal | 130 | 11 | 112 | 0 | 132 | 20 | 101 | 467 | 121 | 23 |
| Binary | 1011000 | 1001 | 1001010 | 0 | 1011010 | 10000 | 1000001 | 100110111 | 1010001 | 10011 |
Color Harmonies of #58094A
Complementary color
Monochromatic Colors of #58094A
Black with #58094A
Text Example
Text Example
White with #58094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58094A; }
p { color: rgb(88,9,74); }
H1.HeaderClassName
{
color: #58094A;
}
.AnyTagClassName
{
color: #58094A;
}
</style>
background-color css
<style>
a { background-color: #58094A; }
a { background-color: rgb(88,9,74); }
div.DivClassName
{
background-color: #58094A;
}
.BgClassName
{
background-color: #58094A;
}
</style>
border-color css
<style>
span { border-color: #58094A; }
span { border-color: rgb(88,9,74); }
td.TdClassName
{
border-color: #58094A;
}
.TagClassName
{
border-color: #58094A;
}
</style>