Shades of Tyrian Purple #5B003B
Tints of Tyrian Purple #5B003B
RGB
CMYK
RGB Variations
Color information
#5B003B (or 0x5B003B) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 3B. RGB value is (91,0,59). Sum of RGB (Red+Green+Blue) = 91+0+59=150 (19% of max value = 765). Red value is 91 (35.94% from 255 or 60.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 91 - color contains mainly: red. Hex color #5B003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B003B is #A4FFC4. Grayscale: #212121. Windows color (decimal): -10813381 or 3866715. OLE color: 3866715.
HSL color Cylindrical-coordinate representation of color #5B003B: hue angle of 321.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B003B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.35 | 0.64 |
| HSL | 321.1º | 1% | 0.18% | - |
| HSV(B) | 321.1º | 1% | 0.36% | - |
| XYZ | 5.1 | 2.54 | 4.36 | - |
| YUV | 33.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 59 | 0 | 1 | 0.35 | 0.64 | 321.1 | 1 | 0.18 |
| Hex | 5B | 0 | 3B | 0 | 64 | 23 | 40 | 141 | 64 | 12 |
| Octal | 133 | 0 | 73 | 0 | 144 | 43 | 100 | 501 | 144 | 22 |
| Binary | 1011011 | 0 | 111011 | 0 | 1100100 | 100011 | 1000000 | 101000001 | 1100100 | 10010 |
Color Harmonies of #5B003B
Complementary color
Monochromatic Colors of #5B003B
Black with #5B003B
Text Example
Text Example
White with #5B003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B003B; }
p { color: rgb(91,0,59); }
H1.HeaderClassName
{
color: #5B003B;
}
.AnyTagClassName
{
color: #5B003B;
}
</style>
background-color css
<style>
a { background-color: #5B003B; }
a { background-color: rgb(91,0,59); }
div.DivClassName
{
background-color: #5B003B;
}
.BgClassName
{
background-color: #5B003B;
}
</style>
border-color css
<style>
span { border-color: #5B003B; }
span { border-color: rgb(91,0,59); }
td.TdClassName
{
border-color: #5B003B;
}
.TagClassName
{
border-color: #5B003B;
}
</style>