Shades of Tyrian Purple #5E032D
Tints of Tyrian Purple #5E032D
RGB
CMYK
RGB Variations
Color information
#5E032D (or 0x5E032D) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 2D. RGB value is (94,3,45). Sum of RGB (Red+Green+Blue) = 94+3+45=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E032D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E032D is #A1FCD2. Grayscale: #222222. Windows color (decimal): -10616019 or 2949982. OLE color: 2949982.
HSL color Cylindrical-coordinate representation of color #5E032D: hue angle of 332.31º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E032D is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 45 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.63 |
| HSL | 332.31º | 0.94% | 0.19% | - |
| HSV(B) | 332.31º | 0.97% | 0.37% | - |
| XYZ | 5.12 | 2.63 | 2.72 | - |
| YUV | 35 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 45 | 0 | 0.97 | 0.52 | 0.63 | 332.31 | 0.94 | 0.19 |
| Hex | 5E | 3 | 2D | 0 | 61 | 34 | 3F | 14C | 5E | 13 |
| Octal | 136 | 3 | 55 | 0 | 141 | 64 | 77 | 514 | 136 | 23 |
| Binary | 1011110 | 11 | 101101 | 0 | 1100001 | 110100 | 111111 | 101001100 | 1011110 | 10011 |
Color Harmonies of #5E032D
Complementary color
Monochromatic Colors of #5E032D
Black with #5E032D
Text Example
Text Example
White with #5E032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E032D; }
p { color: rgb(94,3,45); }
H1.HeaderClassName
{
color: #5E032D;
}
.AnyTagClassName
{
color: #5E032D;
}
</style>
background-color css
<style>
a { background-color: #5E032D; }
a { background-color: rgb(94,3,45); }
div.DivClassName
{
background-color: #5E032D;
}
.BgClassName
{
background-color: #5E032D;
}
</style>
border-color css
<style>
span { border-color: #5E032D; }
span { border-color: rgb(94,3,45); }
td.TdClassName
{
border-color: #5E032D;
}
.TagClassName
{
border-color: #5E032D;
}
</style>