Shades of Tyrian Purple #5E022E
Tints of Tyrian Purple #5E022E
RGB
CMYK
RGB Variations
Color information
#5E022E (or 0x5E022E) is known color: Tyrian Purple. HEX triplet: 5E, 02 and 2E. RGB value is (94,2,46). Sum of RGB (Red+Green+Blue) = 94+2+46=142 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.20% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 94 - color contains mainly: red. Hex color #5E022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E022E is #A1FDD1. Grayscale: #222222. Windows color (decimal): -10616274 or 3015262. OLE color: 3015262.
HSL color Cylindrical-coordinate representation of color #5E022E: hue angle of 331.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E022E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 2 | 46 | - |
CMYK | 0 | 0.98 | 0.51 | 0.63 |
HSL | 331.3º | 0.96% | 0.19% | - |
HSV(B) | 331.3º | 0.98% | 0.37% | - |
XYZ | 5.13 | 2.62 | 2.82 | - |
YUV | 34.52 | 134.48 | 170.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 2 | 46 | 0 | 0.98 | 0.51 | 0.63 | 331.3 | 0.96 | 0.19 |
Hex | 5E | 2 | 2E | 0 | 62 | 33 | 3F | 14B | 60 | 13 |
Octal | 136 | 2 | 56 | 0 | 142 | 63 | 77 | 513 | 140 | 23 |
Binary | 1011110 | 10 | 101110 | 0 | 1100010 | 110011 | 111111 | 101001011 | 1100000 | 10011 |
Color Harmonies of #5E022E
Complementary color
Monochromatic Colors of #5E022E
Black with #5E022E
Text Example
Text Example
White with #5E022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E022E; }
p { color: rgb(94,2,46); }
H1.HeaderClassName
{
color: #5E022E;
}
.AnyTagClassName
{
color: #5E022E;
}
</style>
background-color css
<style>
a { background-color: #5E022E; }
a { background-color: rgb(94,2,46); }
div.DivClassName
{
background-color: #5E022E;
}
.BgClassName
{
background-color: #5E022E;
}
</style>
border-color css
<style>
span { border-color: #5E022E; }
span { border-color: rgb(94,2,46); }
td.TdClassName
{
border-color: #5E022E;
}
.TagClassName
{
border-color: #5E022E;
}
</style>