Shades of Tyrian Purple #5B032B
Tints of Tyrian Purple #5B032B
RGB
CMYK
RGB Variations
Color information
#5B032B (or 0x5B032B) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 2B. RGB value is (91,3,43). Sum of RGB (Red+Green+Blue) = 91+3+43=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B032B is #A4FCD4. Grayscale: #212121. Windows color (decimal): -10812629 or 2818907. OLE color: 2818907.
HSL color Cylindrical-coordinate representation of color #5B032B: hue angle of 332.73º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B032B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.64 |
| HSL | 332.73º | 0.94% | 0.18% | - |
| HSV(B) | 332.73º | 0.97% | 0.36% | - |
| XYZ | 4.78 | 2.46 | 2.51 | - |
| YUV | 33.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 43 | 0 | 0.97 | 0.53 | 0.64 | 332.73 | 0.94 | 0.18 |
| Hex | 5B | 3 | 2B | 0 | 61 | 35 | 40 | 14D | 5E | 12 |
| Octal | 133 | 3 | 53 | 0 | 141 | 65 | 100 | 515 | 136 | 22 |
| Binary | 1011011 | 11 | 101011 | 0 | 1100001 | 110101 | 1000000 | 101001101 | 1011110 | 10010 |
Color Harmonies of #5B032B
Complementary color
Monochromatic Colors of #5B032B
Black with #5B032B
Text Example
Text Example
White with #5B032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B032B; }
p { color: rgb(91,3,43); }
H1.HeaderClassName
{
color: #5B032B;
}
.AnyTagClassName
{
color: #5B032B;
}
</style>
background-color css
<style>
a { background-color: #5B032B; }
a { background-color: rgb(91,3,43); }
div.DivClassName
{
background-color: #5B032B;
}
.BgClassName
{
background-color: #5B032B;
}
</style>
border-color css
<style>
span { border-color: #5B032B; }
span { border-color: rgb(91,3,43); }
td.TdClassName
{
border-color: #5B032B;
}
.TagClassName
{
border-color: #5B032B;
}
</style>