Shades of Tyrian Purple #5B0133
Tints of Tyrian Purple #5B0133
RGB
CMYK
RGB Variations
Color information
#5B0133 (or 0x5B0133) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 33. RGB value is (91,1,51). Sum of RGB (Red+Green+Blue) = 91+1+51=143 (18% of max value = 765). Red value is 91 (35.94% from 255 or 63.64% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0133 is #A4FECC. Grayscale: #212121. Windows color (decimal): -10813133 or 3342683. OLE color: 3342683.
HSL color Cylindrical-coordinate representation of color #5B0133: hue angle of 326.67º 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 #5B0133 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 51 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.64 |
| HSL | 326.67º | 0.98% | 0.18% | - |
| HSV(B) | 326.67º | 0.99% | 0.36% | - |
| XYZ | 4.92 | 2.48 | 3.35 | - |
| YUV | 33.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 51 | 0 | 0.99 | 0.44 | 0.64 | 326.67 | 0.98 | 0.18 |
| Hex | 5B | 1 | 33 | 0 | 63 | 2C | 40 | 147 | 62 | 12 |
| Octal | 133 | 1 | 63 | 0 | 143 | 54 | 100 | 507 | 142 | 22 |
| Binary | 1011011 | 1 | 110011 | 0 | 1100011 | 101100 | 1000000 | 101000111 | 1100010 | 10010 |
Color Harmonies of #5B0133
Complementary color
Monochromatic Colors of #5B0133
Black with #5B0133
Text Example
Text Example
White with #5B0133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0133; }
p { color: rgb(91,1,51); }
H1.HeaderClassName
{
color: #5B0133;
}
.AnyTagClassName
{
color: #5B0133;
}
</style>
background-color css
<style>
a { background-color: #5B0133; }
a { background-color: rgb(91,1,51); }
div.DivClassName
{
background-color: #5B0133;
}
.BgClassName
{
background-color: #5B0133;
}
</style>
border-color css
<style>
span { border-color: #5B0133; }
span { border-color: rgb(91,1,51); }
td.TdClassName
{
border-color: #5B0133;
}
.TagClassName
{
border-color: #5B0133;
}
</style>