Shades of Tyrian Purple #5B0241
Tints of Tyrian Purple #5B0241
RGB
CMYK
RGB Variations
Color information
#5B0241 (or 0x5B0241) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 41. RGB value is (91,2,65). Sum of RGB (Red+Green+Blue) = 91+2+65=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0241 is #A4FDBE. Grayscale: #232323. Windows color (decimal): -10812863 or 4260443. OLE color: 4260443.
HSL color Cylindrical-coordinate representation of color #5B0241: hue angle of 317.53º 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 #5B0241 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 65 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.64 |
| HSL | 317.53º | 0.96% | 0.18% | - |
| HSV(B) | 317.53º | 0.98% | 0.36% | - |
| XYZ | 5.29 | 2.65 | 5.23 | - |
| YUV | 35.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 65 | 0 | 0.98 | 0.29 | 0.64 | 317.53 | 0.96 | 0.18 |
| Hex | 5B | 2 | 41 | 0 | 62 | 1D | 40 | 13E | 60 | 12 |
| Octal | 133 | 2 | 101 | 0 | 142 | 35 | 100 | 476 | 140 | 22 |
| Binary | 1011011 | 10 | 1000001 | 0 | 1100010 | 11101 | 1000000 | 100111110 | 1100000 | 10010 |
Color Harmonies of #5B0241
Complementary color
Monochromatic Colors of #5B0241
Black with #5B0241
Text Example
Text Example
White with #5B0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0241; }
p { color: rgb(91,2,65); }
H1.HeaderClassName
{
color: #5B0241;
}
.AnyTagClassName
{
color: #5B0241;
}
</style>
background-color css
<style>
a { background-color: #5B0241; }
a { background-color: rgb(91,2,65); }
div.DivClassName
{
background-color: #5B0241;
}
.BgClassName
{
background-color: #5B0241;
}
</style>
border-color css
<style>
span { border-color: #5B0241; }
span { border-color: rgb(91,2,65); }
td.TdClassName
{
border-color: #5B0241;
}
.TagClassName
{
border-color: #5B0241;
}
</style>