Shades of Tyrian Purple #5B0933
Tints of Tyrian Purple #5B0933
RGB
CMYK
RGB Variations
Color information
#5B0933 (or 0x5B0933) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 33. RGB value is (91,9,51). Sum of RGB (Red+Green+Blue) = 91+9+51=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0933 is #A4F6CC. Grayscale: #262626. Windows color (decimal): -10811085 or 3344731. OLE color: 3344731.
HSL color Cylindrical-coordinate representation of color #5B0933: hue angle of 329.27º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0933 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 51 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.64 |
| HSL | 329.27º | 0.82% | 0.2% | - |
| HSV(B) | 329.27º | 0.9% | 0.36% | - |
| XYZ | 5.01 | 2.66 | 3.38 | - |
| YUV | 38.31 | 135.17 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 51 | 0 | 0.90 | 0.44 | 0.64 | 329.27 | 0.82 | 0.2 |
| Hex | 5B | 9 | 33 | 0 | 5A | 2C | 40 | 149 | 52 | 14 |
| Octal | 133 | 11 | 63 | 0 | 132 | 54 | 100 | 511 | 122 | 24 |
| Binary | 1011011 | 1001 | 110011 | 0 | 1011010 | 101100 | 1000000 | 101001001 | 1010010 | 10100 |
Color Harmonies of #5B0933
Complementary color
Monochromatic Colors of #5B0933
Black with #5B0933
Text Example
Text Example
White with #5B0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0933; }
p { color: rgb(91,9,51); }
H1.HeaderClassName
{
color: #5B0933;
}
.AnyTagClassName
{
color: #5B0933;
}
</style>
background-color css
<style>
a { background-color: #5B0933; }
a { background-color: rgb(91,9,51); }
div.DivClassName
{
background-color: #5B0933;
}
.BgClassName
{
background-color: #5B0933;
}
</style>
border-color css
<style>
span { border-color: #5B0933; }
span { border-color: rgb(91,9,51); }
td.TdClassName
{
border-color: #5B0933;
}
.TagClassName
{
border-color: #5B0933;
}
</style>