Shades of Tyrian Purple #5E083D
Tints of Tyrian Purple #5E083D
RGB
CMYK
RGB Variations
Color information
#5E083D (or 0x5E083D) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 3D. RGB value is (94,8,61). Sum of RGB (Red+Green+Blue) = 94+8+61=163 (21% of max value = 765). Red value is 94 (37.11% from 255 or 57.67% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 94 - color contains mainly: red. Hex color #5E083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E083D is #A1F7C2. Grayscale: #272727. Windows color (decimal): -10614723 or 3999838. OLE color: 3999838.
HSL color Cylindrical-coordinate representation of color #5E083D: hue angle of 323.02º 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 #5E083D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 61 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.63 |
| HSL | 323.02º | 0.84% | 0.2% | - |
| HSV(B) | 323.02º | 0.91% | 0.37% | - |
| XYZ | 5.55 | 2.89 | 4.68 | - |
| YUV | 39.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 61 | 0 | 0.91 | 0.35 | 0.63 | 323.02 | 0.84 | 0.2 |
| Hex | 5E | 8 | 3D | 0 | 5B | 23 | 3F | 143 | 54 | 14 |
| Octal | 136 | 10 | 75 | 0 | 133 | 43 | 77 | 503 | 124 | 24 |
| Binary | 1011110 | 1000 | 111101 | 0 | 1011011 | 100011 | 111111 | 101000011 | 1010100 | 10100 |
Color Harmonies of #5E083D
Complementary color
Monochromatic Colors of #5E083D
Black with #5E083D
Text Example
Text Example
White with #5E083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E083D; }
p { color: rgb(94,8,61); }
H1.HeaderClassName
{
color: #5E083D;
}
.AnyTagClassName
{
color: #5E083D;
}
</style>
background-color css
<style>
a { background-color: #5E083D; }
a { background-color: rgb(94,8,61); }
div.DivClassName
{
background-color: #5E083D;
}
.BgClassName
{
background-color: #5E083D;
}
</style>
border-color css
<style>
span { border-color: #5E083D; }
span { border-color: rgb(94,8,61); }
td.TdClassName
{
border-color: #5E083D;
}
.TagClassName
{
border-color: #5E083D;
}
</style>