Shades of Tyrian Purple #5B012E
Tints of Tyrian Purple #5B012E
RGB
CMYK
RGB Variations
Color information
#5B012E (or 0x5B012E) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 2E. RGB value is (91,1,46). Sum of RGB (Red+Green+Blue) = 91+1+46=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B012E is #A4FED1. Grayscale: #202020. Windows color (decimal): -10813138 or 3015003. OLE color: 3015003.
HSL color Cylindrical-coordinate representation of color #5B012E: hue angle of 330º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B012E is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.64 |
| HSL | 330º | 0.98% | 0.18% | - |
| HSV(B) | 330º | 0.99% | 0.36% | - |
| XYZ | 4.82 | 2.44 | 2.8 | - |
| YUV | 33.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 46 | 0 | 0.99 | 0.49 | 0.64 | 330 | 0.98 | 0.18 |
| Hex | 5B | 1 | 2E | 0 | 63 | 31 | 40 | 14A | 62 | 12 |
| Octal | 133 | 1 | 56 | 0 | 143 | 61 | 100 | 512 | 142 | 22 |
| Binary | 1011011 | 1 | 101110 | 0 | 1100011 | 110001 | 1000000 | 101001010 | 1100010 | 10010 |
Color Harmonies of #5B012E
Complementary color
Monochromatic Colors of #5B012E
Black with #5B012E
Text Example
Text Example
White with #5B012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B012E; }
p { color: rgb(91,1,46); }
H1.HeaderClassName
{
color: #5B012E;
}
.AnyTagClassName
{
color: #5B012E;
}
</style>
background-color css
<style>
a { background-color: #5B012E; }
a { background-color: rgb(91,1,46); }
div.DivClassName
{
background-color: #5B012E;
}
.BgClassName
{
background-color: #5B012E;
}
</style>
border-color css
<style>
span { border-color: #5B012E; }
span { border-color: rgb(91,1,46); }
td.TdClassName
{
border-color: #5B012E;
}
.TagClassName
{
border-color: #5B012E;
}
</style>