Shades of Tyrian Purple #58094C
Tints of Tyrian Purple #58094C
RGB
CMYK
RGB Variations
Color information
#58094C (or 0x58094C) is known color: Tyrian Purple. HEX triplet: 58, 09 and 4C. RGB value is (88,9,76). Sum of RGB (Red+Green+Blue) = 88+9+76=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #58094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58094C is #A7F6B3. Grayscale: #282828. Windows color (decimal): -11007668 or 4983128. OLE color: 4983128.
HSL color Cylindrical-coordinate representation of color #58094C: hue angle of 309.11º 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 #58094C is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 76 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.65 |
| HSL | 309.11º | 0.81% | 0.19% | - |
| HSV(B) | 309.11º | 0.9% | 0.35% | - |
| XYZ | 5.43 | 2.79 | 7.09 | - |
| YUV | 40.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 76 | 0 | 0.90 | 0.14 | 0.65 | 309.11 | 0.81 | 0.19 |
| Hex | 58 | 9 | 4C | 0 | 5A | E | 41 | 135 | 51 | 13 |
| Octal | 130 | 11 | 114 | 0 | 132 | 16 | 101 | 465 | 121 | 23 |
| Binary | 1011000 | 1001 | 1001100 | 0 | 1011010 | 1110 | 1000001 | 100110101 | 1010001 | 10011 |
Color Harmonies of #58094C
Complementary color
Monochromatic Colors of #58094C
Black with #58094C
Text Example
Text Example
White with #58094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58094C; }
p { color: rgb(88,9,76); }
H1.HeaderClassName
{
color: #58094C;
}
.AnyTagClassName
{
color: #58094C;
}
</style>
background-color css
<style>
a { background-color: #58094C; }
a { background-color: rgb(88,9,76); }
div.DivClassName
{
background-color: #58094C;
}
.BgClassName
{
background-color: #58094C;
}
</style>
border-color css
<style>
span { border-color: #58094C; }
span { border-color: rgb(88,9,76); }
td.TdClassName
{
border-color: #58094C;
}
.TagClassName
{
border-color: #58094C;
}
</style>