Shades of Tyrian Purple #5B0542
Tints of Tyrian Purple #5B0542
RGB
CMYK
RGB Variations
Color information
#5B0542 (or 0x5B0542) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 42. RGB value is (91,5,66). Sum of RGB (Red+Green+Blue) = 91+5+66=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 66 (26.17% from 255 or 40.74% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0542 is #A4FABD. Grayscale: #252525. Windows color (decimal): -10812094 or 4326747. OLE color: 4326747.
HSL color Cylindrical-coordinate representation of color #5B0542: hue angle of 317.44º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0542 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 5 | 66 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.64 |
| HSL | 317.44º | 0.9% | 0.19% | - |
| HSV(B) | 317.44º | 0.95% | 0.36% | - |
| XYZ | 5.35 | 2.73 | 5.4 | - |
| YUV | 37.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 5 | 66 | 0 | 0.95 | 0.27 | 0.64 | 317.44 | 0.9 | 0.19 |
| Hex | 5B | 5 | 42 | 0 | 5F | 1B | 40 | 13D | 5A | 13 |
| Octal | 133 | 5 | 102 | 0 | 137 | 33 | 100 | 475 | 132 | 23 |
| Binary | 1011011 | 101 | 1000010 | 0 | 1011111 | 11011 | 1000000 | 100111101 | 1011010 | 10011 |
Color Harmonies of #5B0542
Complementary color
Monochromatic Colors of #5B0542
Black with #5B0542
Text Example
Text Example
White with #5B0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0542; }
p { color: rgb(91,5,66); }
H1.HeaderClassName
{
color: #5B0542;
}
.AnyTagClassName
{
color: #5B0542;
}
</style>
background-color css
<style>
a { background-color: #5B0542; }
a { background-color: rgb(91,5,66); }
div.DivClassName
{
background-color: #5B0542;
}
.BgClassName
{
background-color: #5B0542;
}
</style>
border-color css
<style>
span { border-color: #5B0542; }
span { border-color: rgb(91,5,66); }
td.TdClassName
{
border-color: #5B0542;
}
.TagClassName
{
border-color: #5B0542;
}
</style>