Shades of Tyrian Purple #58134A
Tints of Tyrian Purple #58134A
RGB
CMYK
RGB Variations
Color information
#58134A (or 0x58134A) is known color: Tyrian Purple. HEX triplet: 58, 13 and 4A. RGB value is (88,19,74). Sum of RGB (Red+Green+Blue) = 88+19+74=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58134A is #A7ECB5. Grayscale: #2D2D2D. Windows color (decimal): -11005110 or 4854616. OLE color: 4854616.
HSL color Cylindrical-coordinate representation of color #58134A: hue angle of 312.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58134A is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 74 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.65 |
| HSL | 312.17º | 0.64% | 0.21% | - |
| HSV(B) | 312.17º | 0.78% | 0.35% | - |
| XYZ | 5.49 | 3.03 | 6.77 | - |
| YUV | 45.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 74 | 0 | 0.78 | 0.16 | 0.65 | 312.17 | 0.64 | 0.21 |
| Hex | 58 | 13 | 4A | 0 | 4E | 10 | 41 | 138 | 40 | 15 |
| Octal | 130 | 23 | 112 | 0 | 116 | 20 | 101 | 470 | 100 | 25 |
| Binary | 1011000 | 10011 | 1001010 | 0 | 1001110 | 10000 | 1000001 | 100111000 | 1000000 | 10101 |
Color Harmonies of #58134A
Complementary color
Monochromatic Colors of #58134A
Black with #58134A
Text Example
Text Example
White with #58134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58134A; }
p { color: rgb(88,19,74); }
H1.HeaderClassName
{
color: #58134A;
}
.AnyTagClassName
{
color: #58134A;
}
</style>
background-color css
<style>
a { background-color: #58134A; }
a { background-color: rgb(88,19,74); }
div.DivClassName
{
background-color: #58134A;
}
.BgClassName
{
background-color: #58134A;
}
</style>
border-color css
<style>
span { border-color: #58134A; }
span { border-color: rgb(88,19,74); }
td.TdClassName
{
border-color: #58134A;
}
.TagClassName
{
border-color: #58134A;
}
</style>