Shades of Tyrian Purple #5E113C
Tints of Tyrian Purple #5E113C
RGB
CMYK
RGB Variations
Color information
#5E113C (or 0x5E113C) is known color: Tyrian Purple. HEX triplet: 5E, 11 and 3C. RGB value is (94,17,60). Sum of RGB (Red+Green+Blue) = 94+17+60=171 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.97% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 94 - color contains mainly: red. Hex color #5E113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E113C is #A1EEC3. Grayscale: #2C2C2C. Windows color (decimal): -10612420 or 3936606. OLE color: 3936606.
HSL color Cylindrical-coordinate representation of color #5E113C: hue angle of 326.49º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E113C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 17 | 60 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.63 |
| HSL | 326.49º | 0.69% | 0.22% | - |
| HSV(B) | 326.49º | 0.82% | 0.37% | - |
| XYZ | 5.63 | 3.11 | 4.58 | - |
| YUV | 44.93 | 136.51 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 17 | 60 | 0 | 0.82 | 0.36 | 0.63 | 326.49 | 0.69 | 0.22 |
| Hex | 5E | 11 | 3C | 0 | 52 | 24 | 3F | 146 | 45 | 16 |
| Octal | 136 | 21 | 74 | 0 | 122 | 44 | 77 | 506 | 105 | 26 |
| Binary | 1011110 | 10001 | 111100 | 0 | 1010010 | 100100 | 111111 | 101000110 | 1000101 | 10110 |
Color Harmonies of #5E113C
Complementary color
Monochromatic Colors of #5E113C
Black with #5E113C
Text Example
Text Example
White with #5E113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E113C; }
p { color: rgb(94,17,60); }
H1.HeaderClassName
{
color: #5E113C;
}
.AnyTagClassName
{
color: #5E113C;
}
</style>
background-color css
<style>
a { background-color: #5E113C; }
a { background-color: rgb(94,17,60); }
div.DivClassName
{
background-color: #5E113C;
}
.BgClassName
{
background-color: #5E113C;
}
</style>
border-color css
<style>
span { border-color: #5E113C; }
span { border-color: rgb(94,17,60); }
td.TdClassName
{
border-color: #5E113C;
}
.TagClassName
{
border-color: #5E113C;
}
</style>