Shades of Tyrian Purple #58114A
Tints of Tyrian Purple #58114A
RGB
CMYK
RGB Variations
Color information
#58114A (or 0x58114A) is known color: Tyrian Purple. HEX triplet: 58, 11 and 4A. RGB value is (88,17,74). Sum of RGB (Red+Green+Blue) = 88+17+74=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #58114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58114A is #A7EEB5. Grayscale: #2C2C2C. Windows color (decimal): -11005622 or 4854104. OLE color: 4854104.
HSL color Cylindrical-coordinate representation of color #58114A: hue angle of 311.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #58114A is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 74 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.65 |
| HSL | 311.83º | 0.68% | 0.21% | - |
| HSV(B) | 311.83º | 0.81% | 0.35% | - |
| XYZ | 5.46 | 2.97 | 6.76 | - |
| YUV | 44.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 74 | 0 | 0.81 | 0.16 | 0.65 | 311.83 | 0.68 | 0.21 |
| Hex | 58 | 11 | 4A | 0 | 51 | 10 | 41 | 138 | 44 | 15 |
| Octal | 130 | 21 | 112 | 0 | 121 | 20 | 101 | 470 | 104 | 25 |
| Binary | 1011000 | 10001 | 1001010 | 0 | 1010001 | 10000 | 1000001 | 100111000 | 1000100 | 10101 |
Color Harmonies of #58114A
Complementary color
Monochromatic Colors of #58114A
Black with #58114A
Text Example
Text Example
White with #58114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58114A; }
p { color: rgb(88,17,74); }
H1.HeaderClassName
{
color: #58114A;
}
.AnyTagClassName
{
color: #58114A;
}
</style>
background-color css
<style>
a { background-color: #58114A; }
a { background-color: rgb(88,17,74); }
div.DivClassName
{
background-color: #58114A;
}
.BgClassName
{
background-color: #58114A;
}
</style>
border-color css
<style>
span { border-color: #58114A; }
span { border-color: rgb(88,17,74); }
td.TdClassName
{
border-color: #58114A;
}
.TagClassName
{
border-color: #58114A;
}
</style>