Shades of Tyrian Purple #5B014F
Tints of Tyrian Purple #5B014F
RGB
CMYK
RGB Variations
Color information
#5B014F (or 0x5B014F) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 4F. RGB value is (91,1,79). Sum of RGB (Red+Green+Blue) = 91+1+79=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B014F is #A4FEB0. Grayscale: #242424. Windows color (decimal): -10813105 or 5177691. OLE color: 5177691.
HSL color Cylindrical-coordinate representation of color #5B014F: hue angle of 308º 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 #5B014F is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 79 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.64 |
| HSL | 308º | 0.98% | 0.18% | - |
| HSV(B) | 308º | 0.99% | 0.36% | - |
| XYZ | 5.74 | 2.81 | 7.64 | - |
| YUV | 36.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 79 | 0 | 0.99 | 0.13 | 0.64 | 308 | 0.98 | 0.18 |
| Hex | 5B | 1 | 4F | 0 | 63 | D | 40 | 134 | 62 | 12 |
| Octal | 133 | 1 | 117 | 0 | 143 | 15 | 100 | 464 | 142 | 22 |
| Binary | 1011011 | 1 | 1001111 | 0 | 1100011 | 1101 | 1000000 | 100110100 | 1100010 | 10010 |
Color Harmonies of #5B014F
Complementary color
Monochromatic Colors of #5B014F
Black with #5B014F
Text Example
Text Example
White with #5B014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B014F; }
p { color: rgb(91,1,79); }
H1.HeaderClassName
{
color: #5B014F;
}
.AnyTagClassName
{
color: #5B014F;
}
</style>
background-color css
<style>
a { background-color: #5B014F; }
a { background-color: rgb(91,1,79); }
div.DivClassName
{
background-color: #5B014F;
}
.BgClassName
{
background-color: #5B014F;
}
</style>
border-color css
<style>
span { border-color: #5B014F; }
span { border-color: rgb(91,1,79); }
td.TdClassName
{
border-color: #5B014F;
}
.TagClassName
{
border-color: #5B014F;
}
</style>