Shades of Tyrian Purple #5B0333
Tints of Tyrian Purple #5B0333
RGB
CMYK
RGB Variations
Color information
#5B0333 (or 0x5B0333) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 33. RGB value is (91,3,51). Sum of RGB (Red+Green+Blue) = 91+3+51=145 (19% of max value = 765). Red value is 91 (35.94% from 255 or 62.76% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0333 is #A4FCCC. Grayscale: #222222. Windows color (decimal): -10812621 or 3343195. OLE color: 3343195.
HSL color Cylindrical-coordinate representation of color #5B0333: hue angle of 327.27º 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 #5B0333 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 51 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.64 |
| HSL | 327.27º | 0.94% | 0.18% | - |
| HSV(B) | 327.27º | 0.97% | 0.36% | - |
| XYZ | 4.94 | 2.53 | 3.36 | - |
| YUV | 34.78 | 137.15 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 51 | 0 | 0.97 | 0.44 | 0.64 | 327.27 | 0.94 | 0.18 |
| Hex | 5B | 3 | 33 | 0 | 61 | 2C | 40 | 147 | 5E | 12 |
| Octal | 133 | 3 | 63 | 0 | 141 | 54 | 100 | 507 | 136 | 22 |
| Binary | 1011011 | 11 | 110011 | 0 | 1100001 | 101100 | 1000000 | 101000111 | 1011110 | 10010 |
Color Harmonies of #5B0333
Complementary color
Monochromatic Colors of #5B0333
Black with #5B0333
Text Example
Text Example
White with #5B0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0333; }
p { color: rgb(91,3,51); }
H1.HeaderClassName
{
color: #5B0333;
}
.AnyTagClassName
{
color: #5B0333;
}
</style>
background-color css
<style>
a { background-color: #5B0333; }
a { background-color: rgb(91,3,51); }
div.DivClassName
{
background-color: #5B0333;
}
.BgClassName
{
background-color: #5B0333;
}
</style>
border-color css
<style>
span { border-color: #5B0333; }
span { border-color: rgb(91,3,51); }
td.TdClassName
{
border-color: #5B0333;
}
.TagClassName
{
border-color: #5B0333;
}
</style>