Shades of Tyrian Purple #5B0132
Tints of Tyrian Purple #5B0132
RGB
CMYK
RGB Variations
Color information
#5B0132 (or 0x5B0132) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 32. RGB value is (91,1,50). Sum of RGB (Red+Green+Blue) = 91+1+50=142 (18% of max value = 765). Red value is 91 (35.94% from 255 or 64.08% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0132 is #A4FECD. Grayscale: #212121. Windows color (decimal): -10813134 or 3277147. OLE color: 3277147.
HSL color Cylindrical-coordinate representation of color #5B0132: hue angle of 327.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0132 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 50 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.64 |
| HSL | 327.33º | 0.98% | 0.18% | - |
| HSV(B) | 327.33º | 0.99% | 0.36% | - |
| XYZ | 4.9 | 2.48 | 3.24 | - |
| YUV | 33.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 50 | 0 | 0.99 | 0.45 | 0.64 | 327.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | 32 | 0 | 63 | 2D | 40 | 147 | 62 | 12 |
| Octal | 133 | 1 | 62 | 0 | 143 | 55 | 100 | 507 | 142 | 22 |
| Binary | 1011011 | 1 | 110010 | 0 | 1100011 | 101101 | 1000000 | 101000111 | 1100010 | 10010 |
Color Harmonies of #5B0132
Complementary color
Monochromatic Colors of #5B0132
Black with #5B0132
Text Example
Text Example
White with #5B0132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0132; }
p { color: rgb(91,1,50); }
H1.HeaderClassName
{
color: #5B0132;
}
.AnyTagClassName
{
color: #5B0132;
}
</style>
background-color css
<style>
a { background-color: #5B0132; }
a { background-color: rgb(91,1,50); }
div.DivClassName
{
background-color: #5B0132;
}
.BgClassName
{
background-color: #5B0132;
}
</style>
border-color css
<style>
span { border-color: #5B0132; }
span { border-color: rgb(91,1,50); }
td.TdClassName
{
border-color: #5B0132;
}
.TagClassName
{
border-color: #5B0132;
}
</style>