Shades of Tyrian Purple #58092B
Tints of Tyrian Purple #58092B
RGB
CMYK
RGB Variations
Color information
#58092B (or 0x58092B) is known color: Tyrian Purple. HEX triplet: 58, 09 and 2B. RGB value is (88,9,43). Sum of RGB (Red+Green+Blue) = 88+9+43=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58092B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092B is #A7F6D4. Grayscale: #242424. Windows color (decimal): -11007701 or 2820440. OLE color: 2820440.
HSL color Cylindrical-coordinate representation of color #58092B: hue angle of 334.18º 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 #58092B is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 43 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.65 |
| HSL | 334.18º | 0.81% | 0.19% | - |
| HSV(B) | 334.18º | 0.9% | 0.35% | - |
| XYZ | 4.56 | 2.44 | 2.52 | - |
| YUV | 36.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 43 | 0 | 0.90 | 0.51 | 0.65 | 334.18 | 0.81 | 0.19 |
| Hex | 58 | 9 | 2B | 0 | 5A | 33 | 41 | 14E | 51 | 13 |
| Octal | 130 | 11 | 53 | 0 | 132 | 63 | 101 | 516 | 121 | 23 |
| Binary | 1011000 | 1001 | 101011 | 0 | 1011010 | 110011 | 1000001 | 101001110 | 1010001 | 10011 |
Color Harmonies of #58092B
Complementary color
Monochromatic Colors of #58092B
Black with #58092B
Text Example
Text Example
White with #58092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58092B; }
p { color: rgb(88,9,43); }
H1.HeaderClassName
{
color: #58092B;
}
.AnyTagClassName
{
color: #58092B;
}
</style>
background-color css
<style>
a { background-color: #58092B; }
a { background-color: rgb(88,9,43); }
div.DivClassName
{
background-color: #58092B;
}
.BgClassName
{
background-color: #58092B;
}
</style>
border-color css
<style>
span { border-color: #58092B; }
span { border-color: rgb(88,9,43); }
td.TdClassName
{
border-color: #58092B;
}
.TagClassName
{
border-color: #58092B;
}
</style>