Shades of Tyrian Purple #5B0C2C
Tints of Tyrian Purple #5B0C2C
RGB
CMYK
RGB Variations
Color information
#5B0C2C (or 0x5B0C2C) is known color: Tyrian Purple. HEX triplet: 5B, 0C and 2C. RGB value is (91,12,44). Sum of RGB (Red+Green+Blue) = 91+12+44=147 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.90% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0C2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0C2C is #A4F3D3. Grayscale: #272727. Windows color (decimal): -10810324 or 2886747. OLE color: 2886747.
HSL color Cylindrical-coordinate representation of color #5B0C2C: hue angle of 335.7º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B0C2C is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 12 | 44 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.64 |
| HSL | 335.7º | 0.77% | 0.2% | - |
| HSV(B) | 335.7º | 0.87% | 0.36% | - |
| XYZ | 4.9 | 2.67 | 2.64 | - |
| YUV | 39.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 44 | 0 | 0.87 | 0.52 | 0.64 | 335.7 | 0.77 | 0.2 |
| Hex | 5B | C | 2C | 0 | 57 | 34 | 40 | 150 | 4D | 14 |
| Octal | 133 | 14 | 54 | 0 | 127 | 64 | 100 | 520 | 115 | 24 |
| Binary | 1011011 | 1100 | 101100 | 0 | 1010111 | 110100 | 1000000 | 101010000 | 1001101 | 10100 |
Color Harmonies of #5B0C2C
Complementary color
Monochromatic Colors of #5B0C2C
Black with #5B0C2C
Text Example
Text Example
White with #5B0C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0C2C; }
p { color: rgb(91,12,44); }
H1.HeaderClassName
{
color: #5B0C2C;
}
.AnyTagClassName
{
color: #5B0C2C;
}
</style>
background-color css
<style>
a { background-color: #5B0C2C; }
a { background-color: rgb(91,12,44); }
div.DivClassName
{
background-color: #5B0C2C;
}
.BgClassName
{
background-color: #5B0C2C;
}
</style>
border-color css
<style>
span { border-color: #5B0C2C; }
span { border-color: rgb(91,12,44); }
td.TdClassName
{
border-color: #5B0C2C;
}
.TagClassName
{
border-color: #5B0C2C;
}
</style>