Shades of Tyrian Purple #5B0039
Tints of Tyrian Purple #5B0039
RGB
CMYK
RGB Variations
Color information
#5B0039 (or 0x5B0039) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 39. RGB value is (91,0,57). Sum of RGB (Red+Green+Blue) = 91+0+57=148 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.49% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0039 is #A4FFC6. Grayscale: #212121. Windows color (decimal): -10813383 or 3735643. OLE color: 3735643.
HSL color Cylindrical-coordinate representation of color #5B0039: hue angle of 322.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0039 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.37 | 0.64 |
| HSL | 322.42º | 1% | 0.18% | - |
| HSV(B) | 322.42º | 1% | 0.36% | - |
| XYZ | 5.05 | 2.52 | 4.09 | - |
| YUV | 33.71 | 141.15 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 57 | 0 | 1 | 0.37 | 0.64 | 322.42 | 1 | 0.18 |
| Hex | 5B | 0 | 39 | 0 | 64 | 25 | 40 | 142 | 64 | 12 |
| Octal | 133 | 0 | 71 | 0 | 144 | 45 | 100 | 502 | 144 | 22 |
| Binary | 1011011 | 0 | 111001 | 0 | 1100100 | 100101 | 1000000 | 101000010 | 1100100 | 10010 |
Color Harmonies of #5B0039
Complementary color
Monochromatic Colors of #5B0039
Black with #5B0039
Text Example
Text Example
White with #5B0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0039; }
p { color: rgb(91,0,57); }
H1.HeaderClassName
{
color: #5B0039;
}
.AnyTagClassName
{
color: #5B0039;
}
</style>
background-color css
<style>
a { background-color: #5B0039; }
a { background-color: rgb(91,0,57); }
div.DivClassName
{
background-color: #5B0039;
}
.BgClassName
{
background-color: #5B0039;
}
</style>
border-color css
<style>
span { border-color: #5B0039; }
span { border-color: rgb(91,0,57); }
td.TdClassName
{
border-color: #5B0039;
}
.TagClassName
{
border-color: #5B0039;
}
</style>