Shades of Tyrian Purple #5B0233
Tints of Tyrian Purple #5B0233
RGB
CMYK
RGB Variations
Color information
#5B0233 (or 0x5B0233) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 33. RGB value is (91,2,51). Sum of RGB (Red+Green+Blue) = 91+2+51=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0233 is #A4FDCC. Grayscale: #222222. Windows color (decimal): -10812877 or 3342939. OLE color: 3342939.
HSL color Cylindrical-coordinate representation of color #5B0233: hue angle of 326.97º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0233 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 51 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.64 |
| HSL | 326.97º | 0.96% | 0.18% | - |
| HSV(B) | 326.97º | 0.98% | 0.36% | - |
| XYZ | 4.93 | 2.51 | 3.36 | - |
| YUV | 34.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 51 | 0 | 0.98 | 0.44 | 0.64 | 326.97 | 0.96 | 0.18 |
| Hex | 5B | 2 | 33 | 0 | 62 | 2C | 40 | 147 | 60 | 12 |
| Octal | 133 | 2 | 63 | 0 | 142 | 54 | 100 | 507 | 140 | 22 |
| Binary | 1011011 | 10 | 110011 | 0 | 1100010 | 101100 | 1000000 | 101000111 | 1100000 | 10010 |
Color Harmonies of #5B0233
Complementary color
Monochromatic Colors of #5B0233
Black with #5B0233
Text Example
Text Example
White with #5B0233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0233; }
p { color: rgb(91,2,51); }
H1.HeaderClassName
{
color: #5B0233;
}
.AnyTagClassName
{
color: #5B0233;
}
</style>
background-color css
<style>
a { background-color: #5B0233; }
a { background-color: rgb(91,2,51); }
div.DivClassName
{
background-color: #5B0233;
}
.BgClassName
{
background-color: #5B0233;
}
</style>
border-color css
<style>
span { border-color: #5B0233; }
span { border-color: rgb(91,2,51); }
td.TdClassName
{
border-color: #5B0233;
}
.TagClassName
{
border-color: #5B0233;
}
</style>