Shades of Tyrian Purple #5E034E
Tints of Tyrian Purple #5E034E
RGB
CMYK
RGB Variations
Color information
#5E034E (or 0x5E034E) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 4E. RGB value is (94,3,78). Sum of RGB (Red+Green+Blue) = 94+3+78=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E034E is #A1FCB1. Grayscale: #262626. Windows color (decimal): -10615986 or 5112670. OLE color: 5112670.
HSL color Cylindrical-coordinate representation of color #5E034E: hue angle of 310.55º 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 #5E034E is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 3 | 78 | - |
CMYK | 0 | 0.97 | 0.17 | 0.63 |
HSL | 310.55º | 0.94% | 0.19% | - |
HSV(B) | 310.55º | 0.97% | 0.37% | - |
XYZ | 6.02 | 2.99 | 7.47 | - |
YUV | 38.76 | 150.15 | 167.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 3 | 78 | 0 | 0.97 | 0.17 | 0.63 | 310.55 | 0.94 | 0.19 |
Hex | 5E | 3 | 4E | 0 | 61 | 11 | 3F | 137 | 5E | 13 |
Octal | 136 | 3 | 116 | 0 | 141 | 21 | 77 | 467 | 136 | 23 |
Binary | 1011110 | 11 | 1001110 | 0 | 1100001 | 10001 | 111111 | 100110111 | 1011110 | 10011 |
Color Harmonies of #5E034E
Complementary color
Monochromatic Colors of #5E034E
Black with #5E034E
Text Example
Text Example
White with #5E034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E034E; }
p { color: rgb(94,3,78); }
H1.HeaderClassName
{
color: #5E034E;
}
.AnyTagClassName
{
color: #5E034E;
}
</style>
background-color css
<style>
a { background-color: #5E034E; }
a { background-color: rgb(94,3,78); }
div.DivClassName
{
background-color: #5E034E;
}
.BgClassName
{
background-color: #5E034E;
}
</style>
border-color css
<style>
span { border-color: #5E034E; }
span { border-color: rgb(94,3,78); }
td.TdClassName
{
border-color: #5E034E;
}
.TagClassName
{
border-color: #5E034E;
}
</style>