Shades of Tyrian Purple #5E0830
Tints of Tyrian Purple #5E0830
RGB
CMYK
RGB Variations
Color information
#5E0830 (or 0x5E0830) is known color: Tyrian Purple. HEX triplet: 5E, 08 and 30. RGB value is (94,8,48). Sum of RGB (Red+Green+Blue) = 94+8+48=150 (19% of max value = 765). Red value is 94 (37.11% from 255 or 62.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0830 is #A1F7CF. Grayscale: #262626. Windows color (decimal): -10614736 or 3147870. OLE color: 3147870.
HSL color Cylindrical-coordinate representation of color #5E0830: hue angle of 332.09º 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 #5E0830 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 8 | 48 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.63 |
| HSL | 332.09º | 0.84% | 0.2% | - |
| HSV(B) | 332.09º | 0.91% | 0.37% | - |
| XYZ | 5.24 | 2.77 | 3.05 | - |
| YUV | 38.27 | 133.49 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 8 | 48 | 0 | 0.91 | 0.49 | 0.63 | 332.09 | 0.84 | 0.2 |
| Hex | 5E | 8 | 30 | 0 | 5B | 31 | 3F | 14C | 54 | 14 |
| Octal | 136 | 10 | 60 | 0 | 133 | 61 | 77 | 514 | 124 | 24 |
| Binary | 1011110 | 1000 | 110000 | 0 | 1011011 | 110001 | 111111 | 101001100 | 1010100 | 10100 |
Color Harmonies of #5E0830
Complementary color
Monochromatic Colors of #5E0830
Black with #5E0830
Text Example
Text Example
White with #5E0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0830; }
p { color: rgb(94,8,48); }
H1.HeaderClassName
{
color: #5E0830;
}
.AnyTagClassName
{
color: #5E0830;
}
</style>
background-color css
<style>
a { background-color: #5E0830; }
a { background-color: rgb(94,8,48); }
div.DivClassName
{
background-color: #5E0830;
}
.BgClassName
{
background-color: #5E0830;
}
</style>
border-color css
<style>
span { border-color: #5E0830; }
span { border-color: rgb(94,8,48); }
td.TdClassName
{
border-color: #5E0830;
}
.TagClassName
{
border-color: #5E0830;
}
</style>