Shades of Tyrian Purple #5B104D
Tints of Tyrian Purple #5B104D
RGB
CMYK
RGB Variations
Color information
#5B104D (or 0x5B104D) is known color: Tyrian Purple. HEX triplet: 5B, 10 and 4D. RGB value is (91,16,77). Sum of RGB (Red+Green+Blue) = 91+16+77=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B104D is #A4EFB2. Grayscale: #2D2D2D. Windows color (decimal): -10809267 or 5050459. OLE color: 5050459.
HSL color Cylindrical-coordinate representation of color #5B104D: hue angle of 311.2º 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 #5B104D is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 77 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.64 |
| HSL | 311.2º | 0.7% | 0.21% | - |
| HSV(B) | 311.2º | 0.82% | 0.36% | - |
| XYZ | 5.84 | 3.13 | 7.32 | - |
| YUV | 45.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 77 | 0 | 0.82 | 0.15 | 0.64 | 311.2 | 0.7 | 0.21 |
| Hex | 5B | 10 | 4D | 0 | 52 | F | 40 | 137 | 46 | 15 |
| Octal | 133 | 20 | 115 | 0 | 122 | 17 | 100 | 467 | 106 | 25 |
| Binary | 1011011 | 10000 | 1001101 | 0 | 1010010 | 1111 | 1000000 | 100110111 | 1000110 | 10101 |
Color Harmonies of #5B104D
Complementary color
Monochromatic Colors of #5B104D
Black with #5B104D
Text Example
Text Example
White with #5B104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B104D; }
p { color: rgb(91,16,77); }
H1.HeaderClassName
{
color: #5B104D;
}
.AnyTagClassName
{
color: #5B104D;
}
</style>
background-color css
<style>
a { background-color: #5B104D; }
a { background-color: rgb(91,16,77); }
div.DivClassName
{
background-color: #5B104D;
}
.BgClassName
{
background-color: #5B104D;
}
</style>
border-color css
<style>
span { border-color: #5B104D; }
span { border-color: rgb(91,16,77); }
td.TdClassName
{
border-color: #5B104D;
}
.TagClassName
{
border-color: #5B104D;
}
</style>