Shades of Tyrian Purple #5B134C
Tints of Tyrian Purple #5B134C
RGB
CMYK
RGB Variations
Color information
#5B134C (or 0x5B134C) is known color: Tyrian Purple. HEX triplet: 5B, 13 and 4C. RGB value is (91,19,76). Sum of RGB (Red+Green+Blue) = 91+19+76=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B134C is #A4ECB3. Grayscale: #2E2E2E. Windows color (decimal): -10808500 or 4985691. OLE color: 4985691.
HSL color Cylindrical-coordinate representation of color #5B134C: hue angle of 312.5º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B134C is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 76 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.64 |
| HSL | 312.5º | 0.65% | 0.22% | - |
| HSV(B) | 312.5º | 0.79% | 0.36% | - |
| XYZ | 5.85 | 3.21 | 7.15 | - |
| YUV | 47.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 76 | 0 | 0.79 | 0.16 | 0.64 | 312.5 | 0.65 | 0.22 |
| Hex | 5B | 13 | 4C | 0 | 4F | 10 | 40 | 138 | 41 | 16 |
| Octal | 133 | 23 | 114 | 0 | 117 | 20 | 100 | 470 | 101 | 26 |
| Binary | 1011011 | 10011 | 1001100 | 0 | 1001111 | 10000 | 1000000 | 100111000 | 1000001 | 10110 |
Color Harmonies of #5B134C
Complementary color
Monochromatic Colors of #5B134C
Black with #5B134C
Text Example
Text Example
White with #5B134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B134C; }
p { color: rgb(91,19,76); }
H1.HeaderClassName
{
color: #5B134C;
}
.AnyTagClassName
{
color: #5B134C;
}
</style>
background-color css
<style>
a { background-color: #5B134C; }
a { background-color: rgb(91,19,76); }
div.DivClassName
{
background-color: #5B134C;
}
.BgClassName
{
background-color: #5B134C;
}
</style>
border-color css
<style>
span { border-color: #5B134C; }
span { border-color: rgb(91,19,76); }
td.TdClassName
{
border-color: #5B134C;
}
.TagClassName
{
border-color: #5B134C;
}
</style>