Shades of Tyrian Purple #58092F
Tints of Tyrian Purple #58092F
RGB
CMYK
RGB Variations
Color information
#58092F (or 0x58092F) is known color: Tyrian Purple. HEX triplet: 58, 09 and 2F. RGB value is (88,9,47). Sum of RGB (Red+Green+Blue) = 88+9+47=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #58092F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58092F is #A7F6D0. Grayscale: #242424. Windows color (decimal): -11007697 or 3082584. OLE color: 3082584.
HSL color Cylindrical-coordinate representation of color #58092F: hue angle of 331.14º 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 #58092F is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 47 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.65 |
| HSL | 331.14º | 0.81% | 0.19% | - |
| HSV(B) | 331.14º | 0.9% | 0.35% | - |
| XYZ | 4.64 | 2.48 | 2.92 | - |
| YUV | 36.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 47 | 0 | 0.90 | 0.47 | 0.65 | 331.14 | 0.81 | 0.19 |
| Hex | 58 | 9 | 2F | 0 | 5A | 2F | 41 | 14B | 51 | 13 |
| Octal | 130 | 11 | 57 | 0 | 132 | 57 | 101 | 513 | 121 | 23 |
| Binary | 1011000 | 1001 | 101111 | 0 | 1011010 | 101111 | 1000001 | 101001011 | 1010001 | 10011 |
Color Harmonies of #58092F
Complementary color
Monochromatic Colors of #58092F
Black with #58092F
Text Example
Text Example
White with #58092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58092F; }
p { color: rgb(88,9,47); }
H1.HeaderClassName
{
color: #58092F;
}
.AnyTagClassName
{
color: #58092F;
}
</style>
background-color css
<style>
a { background-color: #58092F; }
a { background-color: rgb(88,9,47); }
div.DivClassName
{
background-color: #58092F;
}
.BgClassName
{
background-color: #58092F;
}
</style>
border-color css
<style>
span { border-color: #58092F; }
span { border-color: rgb(88,9,47); }
td.TdClassName
{
border-color: #58092F;
}
.TagClassName
{
border-color: #58092F;
}
</style>