Shades of Tyrian Purple #5B104E
Tints of Tyrian Purple #5B104E
RGB
CMYK
RGB Variations
Color information
#5B104E (or 0x5B104E) is known color: Tyrian Purple. HEX triplet: 5B, 10 and 4E. RGB value is (91,16,78). Sum of RGB (Red+Green+Blue) = 91+16+78=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B104E is #A4EFB1. Grayscale: #2D2D2D. Windows color (decimal): -10809266 or 5115995. OLE color: 5115995.
HSL color Cylindrical-coordinate representation of color #5B104E: hue angle of 310.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B104E is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 78 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.64 |
| HSL | 310.4º | 0.7% | 0.21% | - |
| HSV(B) | 310.4º | 0.82% | 0.36% | - |
| XYZ | 5.87 | 3.14 | 7.51 | - |
| YUV | 45.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 78 | 0 | 0.82 | 0.14 | 0.64 | 310.4 | 0.7 | 0.21 |
| Hex | 5B | 10 | 4E | 0 | 52 | E | 40 | 136 | 46 | 15 |
| Octal | 133 | 20 | 116 | 0 | 122 | 16 | 100 | 466 | 106 | 25 |
| Binary | 1011011 | 10000 | 1001110 | 0 | 1010010 | 1110 | 1000000 | 100110110 | 1000110 | 10101 |
Color Harmonies of #5B104E
Complementary color
Monochromatic Colors of #5B104E
Black with #5B104E
Text Example
Text Example
White with #5B104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B104E; }
p { color: rgb(91,16,78); }
H1.HeaderClassName
{
color: #5B104E;
}
.AnyTagClassName
{
color: #5B104E;
}
</style>
background-color css
<style>
a { background-color: #5B104E; }
a { background-color: rgb(91,16,78); }
div.DivClassName
{
background-color: #5B104E;
}
.BgClassName
{
background-color: #5B104E;
}
</style>
border-color css
<style>
span { border-color: #5B104E; }
span { border-color: rgb(91,16,78); }
td.TdClassName
{
border-color: #5B104E;
}
.TagClassName
{
border-color: #5B104E;
}
</style>