Shades of Tyrian Purple #5B133F
Tints of Tyrian Purple #5B133F
RGB
CMYK
RGB Variations
Color information
#5B133F (or 0x5B133F) is known color: Tyrian Purple. HEX triplet: 5B, 13 and 3F. RGB value is (91,19,63). Sum of RGB (Red+Green+Blue) = 91+19+63=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B133F is #A4ECC0. Grayscale: #2D2D2D. Windows color (decimal): -10808513 or 4133723. OLE color: 4133723.
HSL color Cylindrical-coordinate representation of color #5B133F: hue angle of 323.33º 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 #5B133F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 63 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.64 |
| HSL | 323.33º | 0.65% | 0.22% | - |
| HSV(B) | 323.33º | 0.79% | 0.36% | - |
| XYZ | 5.44 | 3.05 | 5 | - |
| YUV | 45.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 63 | 0 | 0.79 | 0.31 | 0.64 | 323.33 | 0.65 | 0.22 |
| Hex | 5B | 13 | 3F | 0 | 4F | 1F | 40 | 143 | 41 | 16 |
| Octal | 133 | 23 | 77 | 0 | 117 | 37 | 100 | 503 | 101 | 26 |
| Binary | 1011011 | 10011 | 111111 | 0 | 1001111 | 11111 | 1000000 | 101000011 | 1000001 | 10110 |
Color Harmonies of #5B133F
Complementary color
Monochromatic Colors of #5B133F
Black with #5B133F
Text Example
Text Example
White with #5B133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B133F; }
p { color: rgb(91,19,63); }
H1.HeaderClassName
{
color: #5B133F;
}
.AnyTagClassName
{
color: #5B133F;
}
</style>
background-color css
<style>
a { background-color: #5B133F; }
a { background-color: rgb(91,19,63); }
div.DivClassName
{
background-color: #5B133F;
}
.BgClassName
{
background-color: #5B133F;
}
</style>
border-color css
<style>
span { border-color: #5B133F; }
span { border-color: rgb(91,19,63); }
td.TdClassName
{
border-color: #5B133F;
}
.TagClassName
{
border-color: #5B133F;
}
</style>