Shades of Tyrian Purple #58084A
Tints of Tyrian Purple #58084A
RGB
CMYK
RGB Variations
Color information
#58084A (or 0x58084A) is known color: Tyrian Purple. HEX triplet: 58, 08 and 4A. RGB value is (88,8,74). Sum of RGB (Red+Green+Blue) = 88+8+74=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58084A is #A7F7B5. Grayscale: #272727. Windows color (decimal): -11007926 or 4851800. OLE color: 4851800.
HSL color Cylindrical-coordinate representation of color #58084A: hue angle of 310.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #58084A is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 8 | 74 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.65 |
| HSL | 310.5º | 0.83% | 0.19% | - |
| HSV(B) | 310.5º | 0.91% | 0.35% | - |
| XYZ | 5.35 | 2.74 | 6.73 | - |
| YUV | 39.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 74 | 0 | 0.91 | 0.16 | 0.65 | 310.5 | 0.83 | 0.19 |
| Hex | 58 | 8 | 4A | 0 | 5B | 10 | 41 | 136 | 53 | 13 |
| Octal | 130 | 10 | 112 | 0 | 133 | 20 | 101 | 466 | 123 | 23 |
| Binary | 1011000 | 1000 | 1001010 | 0 | 1011011 | 10000 | 1000001 | 100110110 | 1010011 | 10011 |
Color Harmonies of #58084A
Complementary color
Monochromatic Colors of #58084A
Black with #58084A
Text Example
Text Example
White with #58084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58084A; }
p { color: rgb(88,8,74); }
H1.HeaderClassName
{
color: #58084A;
}
.AnyTagClassName
{
color: #58084A;
}
</style>
background-color css
<style>
a { background-color: #58084A; }
a { background-color: rgb(88,8,74); }
div.DivClassName
{
background-color: #58084A;
}
.BgClassName
{
background-color: #58084A;
}
</style>
border-color css
<style>
span { border-color: #58084A; }
span { border-color: rgb(88,8,74); }
td.TdClassName
{
border-color: #58084A;
}
.TagClassName
{
border-color: #58084A;
}
</style>