Shades of Tyrian Purple #5B044E
Tints of Tyrian Purple #5B044E
RGB
CMYK
RGB Variations
Color information
#5B044E (or 0x5B044E) is known color: Tyrian Purple. HEX triplet: 5B, 04 and 4E. RGB value is (91,4,78). Sum of RGB (Red+Green+Blue) = 91+4+78=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B044E is #A4FBB1. Grayscale: #262626. Windows color (decimal): -10812338 or 5112923. OLE color: 5112923.
HSL color Cylindrical-coordinate representation of color #5B044E: hue angle of 308.97º 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 #5B044E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 4 | 78 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.64 |
| HSL | 308.97º | 0.92% | 0.19% | - |
| HSV(B) | 308.97º | 0.96% | 0.36% | - |
| XYZ | 5.73 | 2.86 | 7.46 | - |
| YUV | 38.45 | 150.32 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 4 | 78 | 0 | 0.96 | 0.14 | 0.64 | 308.97 | 0.92 | 0.19 |
| Hex | 5B | 4 | 4E | 0 | 60 | E | 40 | 135 | 5C | 13 |
| Octal | 133 | 4 | 116 | 0 | 140 | 16 | 100 | 465 | 134 | 23 |
| Binary | 1011011 | 100 | 1001110 | 0 | 1100000 | 1110 | 1000000 | 100110101 | 1011100 | 10011 |
Color Harmonies of #5B044E
Complementary color
Monochromatic Colors of #5B044E
Black with #5B044E
Text Example
Text Example
White with #5B044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B044E; }
p { color: rgb(91,4,78); }
H1.HeaderClassName
{
color: #5B044E;
}
.AnyTagClassName
{
color: #5B044E;
}
</style>
background-color css
<style>
a { background-color: #5B044E; }
a { background-color: rgb(91,4,78); }
div.DivClassName
{
background-color: #5B044E;
}
.BgClassName
{
background-color: #5B044E;
}
</style>
border-color css
<style>
span { border-color: #5B044E; }
span { border-color: rgb(91,4,78); }
td.TdClassName
{
border-color: #5B044E;
}
.TagClassName
{
border-color: #5B044E;
}
</style>