Shades of Tyrian Purple #5B0355
Tints of Tyrian Purple #5B0355
RGB
CMYK
RGB Variations
Color information
#5B0355 (or 0x5B0355) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 55. RGB value is (91,3,85). Sum of RGB (Red+Green+Blue) = 91+3+85=179 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.84% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0355 is #A4FCAA. Grayscale: #262626. Windows color (decimal): -10812587 or 5571419. OLE color: 5571419.
HSL color Cylindrical-coordinate representation of color #5B0355: hue angle of 304.09º 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 #5B0355 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.64 |
| HSL | 304.09º | 0.94% | 0.18% | - |
| HSV(B) | 304.09º | 0.97% | 0.36% | - |
| XYZ | 5.99 | 2.95 | 8.85 | - |
| YUV | 38.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 85 | 0 | 0.97 | 0.07 | 0.64 | 304.09 | 0.94 | 0.18 |
| Hex | 5B | 3 | 55 | 0 | 61 | 7 | 40 | 130 | 5E | 12 |
| Octal | 133 | 3 | 125 | 0 | 141 | 7 | 100 | 460 | 136 | 22 |
| Binary | 1011011 | 11 | 1010101 | 0 | 1100001 | 111 | 1000000 | 100110000 | 1011110 | 10010 |
Color Harmonies of #5B0355
Complementary color
Monochromatic Colors of #5B0355
Black with #5B0355
Text Example
Text Example
White with #5B0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0355; }
p { color: rgb(91,3,85); }
H1.HeaderClassName
{
color: #5B0355;
}
.AnyTagClassName
{
color: #5B0355;
}
</style>
background-color css
<style>
a { background-color: #5B0355; }
a { background-color: rgb(91,3,85); }
div.DivClassName
{
background-color: #5B0355;
}
.BgClassName
{
background-color: #5B0355;
}
</style>
border-color css
<style>
span { border-color: #5B0355; }
span { border-color: rgb(91,3,85); }
td.TdClassName
{
border-color: #5B0355;
}
.TagClassName
{
border-color: #5B0355;
}
</style>