Shades of Tyrian Purple #5B044D
Tints of Tyrian Purple #5B044D
RGB
CMYK
RGB Variations
Color information
#5B044D (or 0x5B044D) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 4D. RGB value is (91,4,77). Sum of RGB (Red+Green+Blue) = 91+4+77=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B044D is #A4FBB2. Grayscale: #262626. Windows color (decimal): -10812339 or 5047387. OLE color: 5047387.
HSL color Cylindrical-coordinate representation of color #5B044D: hue angle of 309.66º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B044D is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 77 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.64 |
| HSL | 309.66º | 0.92% | 0.19% | - |
| HSV(B) | 309.66º | 0.96% | 0.36% | - |
| XYZ | 5.7 | 2.85 | 7.27 | - |
| YUV | 38.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 77 | 0 | 0.96 | 0.15 | 0.64 | 309.66 | 0.92 | 0.19 |
| Hex | 5B | 4 | 4D | 0 | 60 | F | 40 | 136 | 5C | 13 |
| Octal | 133 | 4 | 115 | 0 | 140 | 17 | 100 | 466 | 134 | 23 |
| Binary | 1011011 | 100 | 1001101 | 0 | 1100000 | 1111 | 1000000 | 100110110 | 1011100 | 10011 |
Color Harmonies of #5B044D
Complementary color
Monochromatic Colors of #5B044D
Black with #5B044D
Text Example
Text Example
White with #5B044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B044D; }
p { color: rgb(91,4,77); }
H1.HeaderClassName
{
color: #5B044D;
}
.AnyTagClassName
{
color: #5B044D;
}
</style>
background-color css
<style>
a { background-color: #5B044D; }
a { background-color: rgb(91,4,77); }
div.DivClassName
{
background-color: #5B044D;
}
.BgClassName
{
background-color: #5B044D;
}
</style>
border-color css
<style>
span { border-color: #5B044D; }
span { border-color: rgb(91,4,77); }
td.TdClassName
{
border-color: #5B044D;
}
.TagClassName
{
border-color: #5B044D;
}
</style>