Shades of Tyrian Purple #5E064A
Tints of Tyrian Purple #5E064A
RGB
CMYK
RGB Variations
Color information
#5E064A (or 0x5E064A) is known color: Tyrian Purple. HEX triplet: 5E, 06 and 4A. RGB value is (94,6,74). Sum of RGB (Red+Green+Blue) = 94+6+74=174 (23% of max value = 765). Red value is 94 (37.11% from 255 or 54.02% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 94 - color contains mainly: red. Hex color #5E064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E064A is #A1F9B5. Grayscale: #272727. Windows color (decimal): -10615222 or 4851294. OLE color: 4851294.
HSL color Cylindrical-coordinate representation of color #5E064A: hue angle of 313.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E064A is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 6 | 74 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.63 |
| HSL | 313.64º | 0.88% | 0.2% | - |
| HSV(B) | 313.64º | 0.94% | 0.37% | - |
| XYZ | 5.92 | 3 | 6.75 | - |
| YUV | 40.06 | 147.15 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 74 | 0 | 0.94 | 0.21 | 0.63 | 313.64 | 0.88 | 0.2 |
| Hex | 5E | 6 | 4A | 0 | 5E | 15 | 3F | 13A | 58 | 14 |
| Octal | 136 | 6 | 112 | 0 | 136 | 25 | 77 | 472 | 130 | 24 |
| Binary | 1011110 | 110 | 1001010 | 0 | 1011110 | 10101 | 111111 | 100111010 | 1011000 | 10100 |
Color Harmonies of #5E064A
Complementary color
Monochromatic Colors of #5E064A
Black with #5E064A
Text Example
Text Example
White with #5E064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E064A; }
p { color: rgb(94,6,74); }
H1.HeaderClassName
{
color: #5E064A;
}
.AnyTagClassName
{
color: #5E064A;
}
</style>
background-color css
<style>
a { background-color: #5E064A; }
a { background-color: rgb(94,6,74); }
div.DivClassName
{
background-color: #5E064A;
}
.BgClassName
{
background-color: #5E064A;
}
</style>
border-color css
<style>
span { border-color: #5E064A; }
span { border-color: rgb(94,6,74); }
td.TdClassName
{
border-color: #5E064A;
}
.TagClassName
{
border-color: #5E064A;
}
</style>