Shades of Tyrian Purple #5E103B
Tints of Tyrian Purple #5E103B
RGB
CMYK
RGB Variations
Color information
#5E103B (or 0x5E103B) is known color: Tyrian Purple. HEX triplet: 5E, 10 and 3B. RGB value is (94,16,59). Sum of RGB (Red+Green+Blue) = 94+16+59=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 59 (23.44% from 255 or 34.91% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E103B is #A1EFC4. Grayscale: #2C2C2C. Windows color (decimal): -10612677 or 3870814. OLE color: 3870814.
HSL color Cylindrical-coordinate representation of color #5E103B: hue angle of 326.92º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E103B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 16 | 59 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.63 |
| HSL | 326.92º | 0.71% | 0.22% | - |
| HSV(B) | 326.92º | 0.83% | 0.37% | - |
| XYZ | 5.59 | 3.07 | 4.43 | - |
| YUV | 44.22 | 136.34 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 16 | 59 | 0 | 0.83 | 0.37 | 0.63 | 326.92 | 0.71 | 0.22 |
| Hex | 5E | 10 | 3B | 0 | 53 | 25 | 3F | 147 | 47 | 16 |
| Octal | 136 | 20 | 73 | 0 | 123 | 45 | 77 | 507 | 107 | 26 |
| Binary | 1011110 | 10000 | 111011 | 0 | 1010011 | 100101 | 111111 | 101000111 | 1000111 | 10110 |
Color Harmonies of #5E103B
Complementary color
Monochromatic Colors of #5E103B
Black with #5E103B
Text Example
Text Example
White with #5E103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E103B; }
p { color: rgb(94,16,59); }
H1.HeaderClassName
{
color: #5E103B;
}
.AnyTagClassName
{
color: #5E103B;
}
</style>
background-color css
<style>
a { background-color: #5E103B; }
a { background-color: rgb(94,16,59); }
div.DivClassName
{
background-color: #5E103B;
}
.BgClassName
{
background-color: #5E103B;
}
</style>
border-color css
<style>
span { border-color: #5E103B; }
span { border-color: rgb(94,16,59); }
td.TdClassName
{
border-color: #5E103B;
}
.TagClassName
{
border-color: #5E103B;
}
</style>