Shades of Tyrian Purple #5B103E
Tints of Tyrian Purple #5B103E
RGB
CMYK
RGB Variations
Color information
#5B103E (or 0x5B103E) is known color: Tyrian Purple. HEX triplet: 5B, 10 and 3E. RGB value is (91,16,62). Sum of RGB (Red+Green+Blue) = 91+16+62=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 62 (24.61% from 255 or 36.69% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B103E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B103E is #A4EFC1. Grayscale: #2B2B2B. Windows color (decimal): -10809282 or 4067419. OLE color: 4067419.
HSL color Cylindrical-coordinate representation of color #5B103E: hue angle of 323.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 #5B103E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 16 | 62 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.64 |
| HSL | 323.2º | 0.7% | 0.21% | - |
| HSV(B) | 323.2º | 0.82% | 0.36% | - |
| XYZ | 5.37 | 2.94 | 4.84 | - |
| YUV | 43.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 62 | 0 | 0.82 | 0.32 | 0.64 | 323.2 | 0.7 | 0.21 |
| Hex | 5B | 10 | 3E | 0 | 52 | 20 | 40 | 143 | 46 | 15 |
| Octal | 133 | 20 | 76 | 0 | 122 | 40 | 100 | 503 | 106 | 25 |
| Binary | 1011011 | 10000 | 111110 | 0 | 1010010 | 100000 | 1000000 | 101000011 | 1000110 | 10101 |
Color Harmonies of #5B103E
Complementary color
Monochromatic Colors of #5B103E
Black with #5B103E
Text Example
Text Example
White with #5B103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B103E; }
p { color: rgb(91,16,62); }
H1.HeaderClassName
{
color: #5B103E;
}
.AnyTagClassName
{
color: #5B103E;
}
</style>
background-color css
<style>
a { background-color: #5B103E; }
a { background-color: rgb(91,16,62); }
div.DivClassName
{
background-color: #5B103E;
}
.BgClassName
{
background-color: #5B103E;
}
</style>
border-color css
<style>
span { border-color: #5B103E; }
span { border-color: rgb(91,16,62); }
td.TdClassName
{
border-color: #5B103E;
}
.TagClassName
{
border-color: #5B103E;
}
</style>