Shades of Tyrian Purple #5B014E
Tints of Tyrian Purple #5B014E
RGB
CMYK
RGB Variations
Color information
#5B014E (or 0x5B014E) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 4E. RGB value is (91,1,78). Sum of RGB (Red+Green+Blue) = 91+1+78=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B014E is #A4FEB1. Grayscale: #242424. Windows color (decimal): -10813106 or 5112155. OLE color: 5112155.
HSL color Cylindrical-coordinate representation of color #5B014E: hue angle of 308.67º 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 #5B014E is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.64 |
| HSL | 308.67º | 0.98% | 0.18% | - |
| HSV(B) | 308.67º | 0.99% | 0.36% | - |
| XYZ | 5.7 | 2.8 | 7.45 | - |
| YUV | 36.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 78 | 0 | 0.99 | 0.14 | 0.64 | 308.67 | 0.98 | 0.18 |
| Hex | 5B | 1 | 4E | 0 | 63 | E | 40 | 135 | 62 | 12 |
| Octal | 133 | 1 | 116 | 0 | 143 | 16 | 100 | 465 | 142 | 22 |
| Binary | 1011011 | 1 | 1001110 | 0 | 1100011 | 1110 | 1000000 | 100110101 | 1100010 | 10010 |
Color Harmonies of #5B014E
Complementary color
Monochromatic Colors of #5B014E
Black with #5B014E
Text Example
Text Example
White with #5B014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B014E; }
p { color: rgb(91,1,78); }
H1.HeaderClassName
{
color: #5B014E;
}
.AnyTagClassName
{
color: #5B014E;
}
</style>
background-color css
<style>
a { background-color: #5B014E; }
a { background-color: rgb(91,1,78); }
div.DivClassName
{
background-color: #5B014E;
}
.BgClassName
{
background-color: #5B014E;
}
</style>
border-color css
<style>
span { border-color: #5B014E; }
span { border-color: rgb(91,1,78); }
td.TdClassName
{
border-color: #5B014E;
}
.TagClassName
{
border-color: #5B014E;
}
</style>