Shades of Tyrian Purple #5B0340
Tints of Tyrian Purple #5B0340
RGB
CMYK
RGB Variations
Color information
#5B0340 (or 0x5B0340) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 40. RGB value is (91,3,64). Sum of RGB (Red+Green+Blue) = 91+3+64=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0340 is #A4FCBF. Grayscale: #242424. Windows color (decimal): -10812608 or 4195163. OLE color: 4195163.
HSL color Cylindrical-coordinate representation of color #5B0340: hue angle of 318.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0340 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 64 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.64 |
| HSL | 318.41º | 0.94% | 0.18% | - |
| HSV(B) | 318.41º | 0.97% | 0.36% | - |
| XYZ | 5.27 | 2.66 | 5.09 | - |
| YUV | 36.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 64 | 0 | 0.97 | 0.30 | 0.64 | 318.41 | 0.94 | 0.18 |
| Hex | 5B | 3 | 40 | 0 | 61 | 1E | 40 | 13E | 5E | 12 |
| Octal | 133 | 3 | 100 | 0 | 141 | 36 | 100 | 476 | 136 | 22 |
| Binary | 1011011 | 11 | 1000000 | 0 | 1100001 | 11110 | 1000000 | 100111110 | 1011110 | 10010 |
Color Harmonies of #5B0340
Complementary color
Monochromatic Colors of #5B0340
Black with #5B0340
Text Example
Text Example
White with #5B0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0340; }
p { color: rgb(91,3,64); }
H1.HeaderClassName
{
color: #5B0340;
}
.AnyTagClassName
{
color: #5B0340;
}
</style>
background-color css
<style>
a { background-color: #5B0340; }
a { background-color: rgb(91,3,64); }
div.DivClassName
{
background-color: #5B0340;
}
.BgClassName
{
background-color: #5B0340;
}
</style>
border-color css
<style>
span { border-color: #5B0340; }
span { border-color: rgb(91,3,64); }
td.TdClassName
{
border-color: #5B0340;
}
.TagClassName
{
border-color: #5B0340;
}
</style>