Shades of Tyrian Purple #5B134A
Tints of Tyrian Purple #5B134A
RGB
CMYK
RGB Variations
Color information
#5B134A (or 0x5B134A) is known color: Tyrian Purple. HEX triplet: 5B, 13 and 4A. RGB value is (91,19,74). Sum of RGB (Red+Green+Blue) = 91+19+74=184 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.46% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 91 - color contains mainly: red. Hex color #5B134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B134A is #A4ECB5. Grayscale: #2E2E2E. Windows color (decimal): -10808502 or 4854619. OLE color: 4854619.
HSL color Cylindrical-coordinate representation of color #5B134A: hue angle of 314.17º 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 #5B134A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 74 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.64 |
| HSL | 314.17º | 0.65% | 0.22% | - |
| HSV(B) | 314.17º | 0.79% | 0.36% | - |
| XYZ | 5.78 | 3.18 | 6.79 | - |
| YUV | 46.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 74 | 0 | 0.79 | 0.19 | 0.64 | 314.17 | 0.65 | 0.22 |
| Hex | 5B | 13 | 4A | 0 | 4F | 13 | 40 | 13A | 41 | 16 |
| Octal | 133 | 23 | 112 | 0 | 117 | 23 | 100 | 472 | 101 | 26 |
| Binary | 1011011 | 10011 | 1001010 | 0 | 1001111 | 10011 | 1000000 | 100111010 | 1000001 | 10110 |
Color Harmonies of #5B134A
Complementary color
Monochromatic Colors of #5B134A
Black with #5B134A
Text Example
Text Example
White with #5B134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B134A; }
p { color: rgb(91,19,74); }
H1.HeaderClassName
{
color: #5B134A;
}
.AnyTagClassName
{
color: #5B134A;
}
</style>
background-color css
<style>
a { background-color: #5B134A; }
a { background-color: rgb(91,19,74); }
div.DivClassName
{
background-color: #5B134A;
}
.BgClassName
{
background-color: #5B134A;
}
</style>
border-color css
<style>
span { border-color: #5B134A; }
span { border-color: rgb(91,19,74); }
td.TdClassName
{
border-color: #5B134A;
}
.TagClassName
{
border-color: #5B134A;
}
</style>