Shades of Tyrian Purple #5B104C
Tints of Tyrian Purple #5B104C
RGB
CMYK
RGB Variations
Color information
#5B104C (or 0x5B104C) is known color: Tyrian Purple. HEX triplet: 5B, 10 and 4C. RGB value is (91,16,76). Sum of RGB (Red+Green+Blue) = 91+16+76=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B104C is #A4EFB3. Grayscale: #2D2D2D. Windows color (decimal): -10809268 or 4984923. OLE color: 4984923.
HSL color Cylindrical-coordinate representation of color #5B104C: hue angle of 312º 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 #5B104C is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 76 | - |
| CMYK | 0 | 0.82 | 0.16 | 0.64 |
| HSL | 312º | 0.7% | 0.21% | - |
| HSV(B) | 312º | 0.82% | 0.36% | - |
| XYZ | 5.8 | 3.12 | 7.13 | - |
| YUV | 45.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 76 | 0 | 0.82 | 0.16 | 0.64 | 312 | 0.7 | 0.21 |
| Hex | 5B | 10 | 4C | 0 | 52 | 10 | 40 | 138 | 46 | 15 |
| Octal | 133 | 20 | 114 | 0 | 122 | 20 | 100 | 470 | 106 | 25 |
| Binary | 1011011 | 10000 | 1001100 | 0 | 1010010 | 10000 | 1000000 | 100111000 | 1000110 | 10101 |
Color Harmonies of #5B104C
Complementary color
Monochromatic Colors of #5B104C
Black with #5B104C
Text Example
Text Example
White with #5B104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B104C; }
p { color: rgb(91,16,76); }
H1.HeaderClassName
{
color: #5B104C;
}
.AnyTagClassName
{
color: #5B104C;
}
</style>
background-color css
<style>
a { background-color: #5B104C; }
a { background-color: rgb(91,16,76); }
div.DivClassName
{
background-color: #5B104C;
}
.BgClassName
{
background-color: #5B104C;
}
</style>
border-color css
<style>
span { border-color: #5B104C; }
span { border-color: rgb(91,16,76); }
td.TdClassName
{
border-color: #5B104C;
}
.TagClassName
{
border-color: #5B104C;
}
</style>