Shades of Tyrian Purple #5B144B
Tints of Tyrian Purple #5B144B
RGB
CMYK
RGB Variations
Color information
#5B144B (or 0x5B144B) is known color: Tyrian Purple. HEX triplet: 5B, 14 and 4B. RGB value is (91,20,75). Sum of RGB (Red+Green+Blue) = 91+20+75=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B144B is #A4EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10808245 or 4920411. OLE color: 4920411.
HSL color Cylindrical-coordinate representation of color #5B144B: hue angle of 313.52º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B144B is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 20 | 75 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.64 |
| HSL | 313.52º | 0.64% | 0.22% | - |
| HSV(B) | 313.52º | 0.78% | 0.36% | - |
| XYZ | 5.83 | 3.23 | 6.97 | - |
| YUV | 47.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 20 | 75 | 0 | 0.78 | 0.18 | 0.64 | 313.52 | 0.64 | 0.22 |
| Hex | 5B | 14 | 4B | 0 | 4E | 12 | 40 | 13A | 40 | 16 |
| Octal | 133 | 24 | 113 | 0 | 116 | 22 | 100 | 472 | 100 | 26 |
| Binary | 1011011 | 10100 | 1001011 | 0 | 1001110 | 10010 | 1000000 | 100111010 | 1000000 | 10110 |
Color Harmonies of #5B144B
Complementary color
Monochromatic Colors of #5B144B
Black with #5B144B
Text Example
Text Example
White with #5B144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B144B; }
p { color: rgb(91,20,75); }
H1.HeaderClassName
{
color: #5B144B;
}
.AnyTagClassName
{
color: #5B144B;
}
</style>
background-color css
<style>
a { background-color: #5B144B; }
a { background-color: rgb(91,20,75); }
div.DivClassName
{
background-color: #5B144B;
}
.BgClassName
{
background-color: #5B144B;
}
</style>
border-color css
<style>
span { border-color: #5B144B; }
span { border-color: rgb(91,20,75); }
td.TdClassName
{
border-color: #5B144B;
}
.TagClassName
{
border-color: #5B144B;
}
</style>