Shades of Tyrian Purple #5E032C
Tints of Tyrian Purple #5E032C
RGB
CMYK
RGB Variations
Color information
#5E032C (or 0x5E032C) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 2C. RGB value is (94,3,44). Sum of RGB (Red+Green+Blue) = 94+3+44=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E032C is #A1FCD3. Grayscale: #222222. Windows color (decimal): -10616020 or 2884446. OLE color: 2884446.
HSL color Cylindrical-coordinate representation of color #5E032C: hue angle of 332.97º 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 #5E032C is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 3 | 44 | - |
CMYK | 0 | 0.97 | 0.53 | 0.63 |
HSL | 332.97º | 0.94% | 0.19% | - |
HSV(B) | 332.97º | 0.97% | 0.37% | - |
XYZ | 5.1 | 2.63 | 2.62 | - |
YUV | 34.88 | 133.15 | 170.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 3 | 44 | 0 | 0.97 | 0.53 | 0.63 | 332.97 | 0.94 | 0.19 |
Hex | 5E | 3 | 2C | 0 | 61 | 35 | 3F | 14D | 5E | 13 |
Octal | 136 | 3 | 54 | 0 | 141 | 65 | 77 | 515 | 136 | 23 |
Binary | 1011110 | 11 | 101100 | 0 | 1100001 | 110101 | 111111 | 101001101 | 1011110 | 10011 |
Color Harmonies of #5E032C
Complementary color
Monochromatic Colors of #5E032C
Black with #5E032C
Text Example
Text Example
White with #5E032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E032C; }
p { color: rgb(94,3,44); }
H1.HeaderClassName
{
color: #5E032C;
}
.AnyTagClassName
{
color: #5E032C;
}
</style>
background-color css
<style>
a { background-color: #5E032C; }
a { background-color: rgb(94,3,44); }
div.DivClassName
{
background-color: #5E032C;
}
.BgClassName
{
background-color: #5E032C;
}
</style>
border-color css
<style>
span { border-color: #5E032C; }
span { border-color: rgb(94,3,44); }
td.TdClassName
{
border-color: #5E032C;
}
.TagClassName
{
border-color: #5E032C;
}
</style>