Shades of Tyrian Purple #5E082D
Tints of Tyrian Purple #5E082D
RGB
CMYK
RGB Variations
Color information
#5E082D (or 0x5E082D) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 2D. RGB value is (94,8,45). Sum of RGB (Red+Green+Blue) = 94+8+45=147 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.95% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 94 - color contains mainly: red. Hex color #5E082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E082D is #A1F7D2. Grayscale: #252525. Windows color (decimal): -10614739 or 2951262. OLE color: 2951262.
HSL color Cylindrical-coordinate representation of color #5E082D: hue angle of 334.19º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E082D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 45 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.63 |
| HSL | 334.19º | 0.84% | 0.2% | - |
| HSV(B) | 334.19º | 0.91% | 0.37% | - |
| XYZ | 5.18 | 2.74 | 2.74 | - |
| YUV | 37.93 | 131.99 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 45 | 0 | 0.91 | 0.52 | 0.63 | 334.19 | 0.84 | 0.2 |
| Hex | 5E | 8 | 2D | 0 | 5B | 34 | 3F | 14E | 54 | 14 |
| Octal | 136 | 10 | 55 | 0 | 133 | 64 | 77 | 516 | 124 | 24 |
| Binary | 1011110 | 1000 | 101101 | 0 | 1011011 | 110100 | 111111 | 101001110 | 1010100 | 10100 |
Color Harmonies of #5E082D
Complementary color
Monochromatic Colors of #5E082D
Black with #5E082D
Text Example
Text Example
White with #5E082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E082D; }
p { color: rgb(94,8,45); }
H1.HeaderClassName
{
color: #5E082D;
}
.AnyTagClassName
{
color: #5E082D;
}
</style>
background-color css
<style>
a { background-color: #5E082D; }
a { background-color: rgb(94,8,45); }
div.DivClassName
{
background-color: #5E082D;
}
.BgClassName
{
background-color: #5E082D;
}
</style>
border-color css
<style>
span { border-color: #5E082D; }
span { border-color: rgb(94,8,45); }
td.TdClassName
{
border-color: #5E082D;
}
.TagClassName
{
border-color: #5E082D;
}
</style>