Shades of Tyrian Purple #5B0F2E
Tints of Tyrian Purple #5B0F2E
RGB
CMYK
RGB Variations
Color information
#5B0F2E (or 0x5B0F2E) is known color: Tyrian Purple. HEX triplet: 5B, 0F and 2E. RGB value is (91,15,46). Sum of RGB (Red+Green+Blue) = 91+15+46=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0F2E is #A4F0D1. Grayscale: #292929. Windows color (decimal): -10809554 or 3018587. OLE color: 3018587.
HSL color Cylindrical-coordinate representation of color #5B0F2E: hue angle of 335.53º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B0F2E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 15 | 46 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.64 |
| HSL | 335.53º | 0.72% | 0.21% | - |
| HSV(B) | 335.53º | 0.84% | 0.36% | - |
| XYZ | 4.98 | 2.76 | 2.86 | - |
| YUV | 41.26 | 130.68 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 46 | 0 | 0.84 | 0.49 | 0.64 | 335.53 | 0.72 | 0.21 |
| Hex | 5B | F | 2E | 0 | 54 | 31 | 40 | 150 | 48 | 15 |
| Octal | 133 | 17 | 56 | 0 | 124 | 61 | 100 | 520 | 110 | 25 |
| Binary | 1011011 | 1111 | 101110 | 0 | 1010100 | 110001 | 1000000 | 101010000 | 1001000 | 10101 |
Color Harmonies of #5B0F2E
Complementary color
Monochromatic Colors of #5B0F2E
Black with #5B0F2E
Text Example
Text Example
White with #5B0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0F2E; }
p { color: rgb(91,15,46); }
H1.HeaderClassName
{
color: #5B0F2E;
}
.AnyTagClassName
{
color: #5B0F2E;
}
</style>
background-color css
<style>
a { background-color: #5B0F2E; }
a { background-color: rgb(91,15,46); }
div.DivClassName
{
background-color: #5B0F2E;
}
.BgClassName
{
background-color: #5B0F2E;
}
</style>
border-color css
<style>
span { border-color: #5B0F2E; }
span { border-color: rgb(91,15,46); }
td.TdClassName
{
border-color: #5B0F2E;
}
.TagClassName
{
border-color: #5B0F2E;
}
</style>