Shades of Tyrian Purple #5E002B
Tints of Tyrian Purple #5E002B
RGB
CMYK
RGB Variations
Color information
#5E002B (or 0x5E002B) is known color: Tyrian Purple. HEX triplet: 5E, 00 and 2B. RGB value is (94,0,43). Sum of RGB (Red+Green+Blue) = 94+0+43=137 (18% of max value = 765). Red value is 94 (37.11% from 255 or 68.61% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 94 - color contains mainly: red. Hex color #5E002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E002B is #A1FFD4. Grayscale: #202020. Windows color (decimal): -10616789 or 2818142. OLE color: 2818142.
HSL color Cylindrical-coordinate representation of color #5E002B: hue angle of 332.55º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E002B is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.54 | 0.63 |
| HSL | 332.55º | 1% | 0.18% | - |
| HSV(B) | 332.55º | 1% | 0.37% | - |
| XYZ | 5.05 | 2.55 | 2.51 | - |
| YUV | 33.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 43 | 0 | 1 | 0.54 | 0.63 | 332.55 | 1 | 0.18 |
| Hex | 5E | 0 | 2B | 0 | 64 | 36 | 3F | 14D | 64 | 12 |
| Octal | 136 | 0 | 53 | 0 | 144 | 66 | 77 | 515 | 144 | 22 |
| Binary | 1011110 | 0 | 101011 | 0 | 1100100 | 110110 | 111111 | 101001101 | 1100100 | 10010 |
Color Harmonies of #5E002B
Complementary color
Monochromatic Colors of #5E002B
Black with #5E002B
Text Example
Text Example
White with #5E002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E002B; }
p { color: rgb(94,0,43); }
H1.HeaderClassName
{
color: #5E002B;
}
.AnyTagClassName
{
color: #5E002B;
}
</style>
background-color css
<style>
a { background-color: #5E002B; }
a { background-color: rgb(94,0,43); }
div.DivClassName
{
background-color: #5E002B;
}
.BgClassName
{
background-color: #5E002B;
}
</style>
border-color css
<style>
span { border-color: #5E002B; }
span { border-color: rgb(94,0,43); }
td.TdClassName
{
border-color: #5E002B;
}
.TagClassName
{
border-color: #5E002B;
}
</style>