Shades of Tyrian Purple #5B054D
Tints of Tyrian Purple #5B054D
RGB
CMYK
RGB Variations
Color information
#5B054D (or 0x5B054D) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4D. RGB value is (91,5,77). Sum of RGB (Red+Green+Blue) = 91+5+77=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B054D is #A4FAB2. Grayscale: #262626. Windows color (decimal): -10812083 or 5047643. OLE color: 5047643.
HSL color Cylindrical-coordinate representation of color #5B054D: hue angle of 309.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B054D is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 77 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.64 |
| HSL | 309.77º | 0.9% | 0.19% | - |
| HSV(B) | 309.77º | 0.95% | 0.36% | - |
| XYZ | 5.71 | 2.87 | 7.27 | - |
| YUV | 38.92 | 149.49 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 77 | 0 | 0.95 | 0.15 | 0.64 | 309.77 | 0.9 | 0.19 |
| Hex | 5B | 5 | 4D | 0 | 5F | F | 40 | 136 | 5A | 13 |
| Octal | 133 | 5 | 115 | 0 | 137 | 17 | 100 | 466 | 132 | 23 |
| Binary | 1011011 | 101 | 1001101 | 0 | 1011111 | 1111 | 1000000 | 100110110 | 1011010 | 10011 |
Color Harmonies of #5B054D
Complementary color
Monochromatic Colors of #5B054D
Black with #5B054D
Text Example
Text Example
White with #5B054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B054D; }
p { color: rgb(91,5,77); }
H1.HeaderClassName
{
color: #5B054D;
}
.AnyTagClassName
{
color: #5B054D;
}
</style>
background-color css
<style>
a { background-color: #5B054D; }
a { background-color: rgb(91,5,77); }
div.DivClassName
{
background-color: #5B054D;
}
.BgClassName
{
background-color: #5B054D;
}
</style>
border-color css
<style>
span { border-color: #5B054D; }
span { border-color: rgb(91,5,77); }
td.TdClassName
{
border-color: #5B054D;
}
.TagClassName
{
border-color: #5B054D;
}
</style>