Shades of Tyrian Purple #5B103A
Tints of Tyrian Purple #5B103A
RGB
CMYK
RGB Variations
Color information
#5B103A (or 0x5B103A) is known color: Tyrian Purple. HEX triplet: 5B, 10 and 3A. RGB value is (91,16,58). Sum of RGB (Red+Green+Blue) = 91+16+58=165 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.15% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 91 - color contains mainly: red. Hex color #5B103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B103A is #A4EFC5. Grayscale: #2B2B2B. Windows color (decimal): -10809286 or 3805275. OLE color: 3805275.
HSL color Cylindrical-coordinate representation of color #5B103A: hue angle of 326.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 #5B103A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 58 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.64 |
| HSL | 326.4º | 0.7% | 0.21% | - |
| HSV(B) | 326.4º | 0.82% | 0.36% | - |
| XYZ | 5.26 | 2.9 | 4.29 | - |
| YUV | 43.21 | 136.35 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 58 | 0 | 0.82 | 0.36 | 0.64 | 326.4 | 0.7 | 0.21 |
| Hex | 5B | 10 | 3A | 0 | 52 | 24 | 40 | 146 | 46 | 15 |
| Octal | 133 | 20 | 72 | 0 | 122 | 44 | 100 | 506 | 106 | 25 |
| Binary | 1011011 | 10000 | 111010 | 0 | 1010010 | 100100 | 1000000 | 101000110 | 1000110 | 10101 |
Color Harmonies of #5B103A
Complementary color
Monochromatic Colors of #5B103A
Black with #5B103A
Text Example
Text Example
White with #5B103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B103A; }
p { color: rgb(91,16,58); }
H1.HeaderClassName
{
color: #5B103A;
}
.AnyTagClassName
{
color: #5B103A;
}
</style>
background-color css
<style>
a { background-color: #5B103A; }
a { background-color: rgb(91,16,58); }
div.DivClassName
{
background-color: #5B103A;
}
.BgClassName
{
background-color: #5B103A;
}
</style>
border-color css
<style>
span { border-color: #5B103A; }
span { border-color: rgb(91,16,58); }
td.TdClassName
{
border-color: #5B103A;
}
.TagClassName
{
border-color: #5B103A;
}
</style>