Shades of Tyrian Purple #5B054B
Tints of Tyrian Purple #5B054B
RGB
CMYK
RGB Variations
Color information
#5B054B (or 0x5B054B) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4B. RGB value is (91,5,75). Sum of RGB (Red+Green+Blue) = 91+5+75=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B054B is #A4FAB4. Grayscale: #262626. Windows color (decimal): -10812085 or 4916571. OLE color: 4916571.
HSL color Cylindrical-coordinate representation of color #5B054B: hue angle of 311.16º 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 #5B054B is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 75 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.64 |
| HSL | 311.16º | 0.9% | 0.19% | - |
| HSV(B) | 311.16º | 0.95% | 0.36% | - |
| XYZ | 5.64 | 2.84 | 6.91 | - |
| YUV | 38.69 | 148.49 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 75 | 0 | 0.95 | 0.18 | 0.64 | 311.16 | 0.9 | 0.19 |
| Hex | 5B | 5 | 4B | 0 | 5F | 12 | 40 | 137 | 5A | 13 |
| Octal | 133 | 5 | 113 | 0 | 137 | 22 | 100 | 467 | 132 | 23 |
| Binary | 1011011 | 101 | 1001011 | 0 | 1011111 | 10010 | 1000000 | 100110111 | 1011010 | 10011 |
Color Harmonies of #5B054B
Complementary color
Monochromatic Colors of #5B054B
Black with #5B054B
Text Example
Text Example
White with #5B054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B054B; }
p { color: rgb(91,5,75); }
H1.HeaderClassName
{
color: #5B054B;
}
.AnyTagClassName
{
color: #5B054B;
}
</style>
background-color css
<style>
a { background-color: #5B054B; }
a { background-color: rgb(91,5,75); }
div.DivClassName
{
background-color: #5B054B;
}
.BgClassName
{
background-color: #5B054B;
}
</style>
border-color css
<style>
span { border-color: #5B054B; }
span { border-color: rgb(91,5,75); }
td.TdClassName
{
border-color: #5B054B;
}
.TagClassName
{
border-color: #5B054B;
}
</style>