Shades of Tyrian Purple #5B014A
Tints of Tyrian Purple #5B014A
RGB
CMYK
RGB Variations
Color information
#5B014A (or 0x5B014A) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 4A. RGB value is (91,1,74). Sum of RGB (Red+Green+Blue) = 91+1+74=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B014A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B014A is #A4FEB5. Grayscale: #242424. Windows color (decimal): -10813110 or 4850011. OLE color: 4850011.
HSL color Cylindrical-coordinate representation of color #5B014A: hue angle of 311.33º 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 #5B014A is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 74 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.64 |
| HSL | 311.33º | 0.98% | 0.18% | - |
| HSV(B) | 311.33º | 0.99% | 0.36% | - |
| XYZ | 5.56 | 2.74 | 6.71 | - |
| YUV | 36.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 74 | 0 | 0.99 | 0.19 | 0.64 | 311.33 | 0.98 | 0.18 |
| Hex | 5B | 1 | 4A | 0 | 63 | 13 | 40 | 137 | 62 | 12 |
| Octal | 133 | 1 | 112 | 0 | 143 | 23 | 100 | 467 | 142 | 22 |
| Binary | 1011011 | 1 | 1001010 | 0 | 1100011 | 10011 | 1000000 | 100110111 | 1100010 | 10010 |
Color Harmonies of #5B014A
Complementary color
Monochromatic Colors of #5B014A
Black with #5B014A
Text Example
Text Example
White with #5B014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B014A; }
p { color: rgb(91,1,74); }
H1.HeaderClassName
{
color: #5B014A;
}
.AnyTagClassName
{
color: #5B014A;
}
</style>
background-color css
<style>
a { background-color: #5B014A; }
a { background-color: rgb(91,1,74); }
div.DivClassName
{
background-color: #5B014A;
}
.BgClassName
{
background-color: #5B014A;
}
</style>
border-color css
<style>
span { border-color: #5B014A; }
span { border-color: rgb(91,1,74); }
td.TdClassName
{
border-color: #5B014A;
}
.TagClassName
{
border-color: #5B014A;
}
</style>