Shades of Tyrian Purple #5B014C
Tints of Tyrian Purple #5B014C
RGB
CMYK
RGB Variations
Color information
#5B014C (or 0x5B014C) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 4C. RGB value is (91,1,76). Sum of RGB (Red+Green+Blue) = 91+1+76=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B014C is #A4FEB3. Grayscale: #242424. Windows color (decimal): -10813108 or 4981083. OLE color: 4981083.
HSL color Cylindrical-coordinate representation of color #5B014C: hue angle of 310º 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 #5B014C is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.64 |
| HSL | 310º | 0.98% | 0.18% | - |
| HSV(B) | 310º | 0.99% | 0.36% | - |
| XYZ | 5.63 | 2.77 | 7.07 | - |
| YUV | 36.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 76 | 0 | 0.99 | 0.16 | 0.64 | 310 | 0.98 | 0.18 |
| Hex | 5B | 1 | 4C | 0 | 63 | 10 | 40 | 136 | 62 | 12 |
| Octal | 133 | 1 | 114 | 0 | 143 | 20 | 100 | 466 | 142 | 22 |
| Binary | 1011011 | 1 | 1001100 | 0 | 1100011 | 10000 | 1000000 | 100110110 | 1100010 | 10010 |
Color Harmonies of #5B014C
Complementary color
Monochromatic Colors of #5B014C
Black with #5B014C
Text Example
Text Example
White with #5B014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B014C; }
p { color: rgb(91,1,76); }
H1.HeaderClassName
{
color: #5B014C;
}
.AnyTagClassName
{
color: #5B014C;
}
</style>
background-color css
<style>
a { background-color: #5B014C; }
a { background-color: rgb(91,1,76); }
div.DivClassName
{
background-color: #5B014C;
}
.BgClassName
{
background-color: #5B014C;
}
</style>
border-color css
<style>
span { border-color: #5B014C; }
span { border-color: rgb(91,1,76); }
td.TdClassName
{
border-color: #5B014C;
}
.TagClassName
{
border-color: #5B014C;
}
</style>