Shades of Tyrian Purple #58092D
Tints of Tyrian Purple #58092D
RGB
CMYK
RGB Variations
Color information
#58092D (or 0x58092D) is known color: Tyrian Purple. HEX triplet: 58, 09 and 2D. RGB value is (88,9,45). Sum of RGB (Red+Green+Blue) = 88+9+45=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #58092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092D is #A7F6D2. Grayscale: #242424. Windows color (decimal): -11007699 or 2951512. OLE color: 2951512.
HSL color Cylindrical-coordinate representation of color #58092D: hue angle of 332.66º 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 #58092D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 45 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.65 |
| HSL | 332.66º | 0.81% | 0.19% | - |
| HSV(B) | 332.66º | 0.9% | 0.35% | - |
| XYZ | 4.6 | 2.46 | 2.72 | - |
| YUV | 36.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 45 | 0 | 0.90 | 0.49 | 0.65 | 332.66 | 0.81 | 0.19 |
| Hex | 58 | 9 | 2D | 0 | 5A | 31 | 41 | 14D | 51 | 13 |
| Octal | 130 | 11 | 55 | 0 | 132 | 61 | 101 | 515 | 121 | 23 |
| Binary | 1011000 | 1001 | 101101 | 0 | 1011010 | 110001 | 1000001 | 101001101 | 1010001 | 10011 |
Color Harmonies of #58092D
Complementary color
Monochromatic Colors of #58092D
Black with #58092D
Text Example
Text Example
White with #58092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58092D; }
p { color: rgb(88,9,45); }
H1.HeaderClassName
{
color: #58092D;
}
.AnyTagClassName
{
color: #58092D;
}
</style>
background-color css
<style>
a { background-color: #58092D; }
a { background-color: rgb(88,9,45); }
div.DivClassName
{
background-color: #58092D;
}
.BgClassName
{
background-color: #58092D;
}
</style>
border-color css
<style>
span { border-color: #58092D; }
span { border-color: rgb(88,9,45); }
td.TdClassName
{
border-color: #58092D;
}
.TagClassName
{
border-color: #58092D;
}
</style>