Shades of Tyrian Purple #5B0533
Tints of Tyrian Purple #5B0533
RGB
CMYK
RGB Variations
Color information
#5B0533 (or 0x5B0533) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 33. RGB value is (91,5,51). Sum of RGB (Red+Green+Blue) = 91+5+51=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0533 is #A4FACC. Grayscale: #232323. Windows color (decimal): -10812109 or 3343707. OLE color: 3343707.
HSL color Cylindrical-coordinate representation of color #5B0533: hue angle of 327.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0533 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 51 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.64 |
| HSL | 327.91º | 0.9% | 0.19% | - |
| HSV(B) | 327.91º | 0.95% | 0.36% | - |
| XYZ | 4.97 | 2.57 | 3.37 | - |
| YUV | 35.96 | 136.49 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 51 | 0 | 0.95 | 0.44 | 0.64 | 327.91 | 0.9 | 0.19 |
| Hex | 5B | 5 | 33 | 0 | 5F | 2C | 40 | 148 | 5A | 13 |
| Octal | 133 | 5 | 63 | 0 | 137 | 54 | 100 | 510 | 132 | 23 |
| Binary | 1011011 | 101 | 110011 | 0 | 1011111 | 101100 | 1000000 | 101001000 | 1011010 | 10011 |
Color Harmonies of #5B0533
Complementary color
Monochromatic Colors of #5B0533
Black with #5B0533
Text Example
Text Example
White with #5B0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0533; }
p { color: rgb(91,5,51); }
H1.HeaderClassName
{
color: #5B0533;
}
.AnyTagClassName
{
color: #5B0533;
}
</style>
background-color css
<style>
a { background-color: #5B0533; }
a { background-color: rgb(91,5,51); }
div.DivClassName
{
background-color: #5B0533;
}
.BgClassName
{
background-color: #5B0533;
}
</style>
border-color css
<style>
span { border-color: #5B0533; }
span { border-color: rgb(91,5,51); }
td.TdClassName
{
border-color: #5B0533;
}
.TagClassName
{
border-color: #5B0533;
}
</style>