Shades of Tyrian Purple #5B0D42
Tints of Tyrian Purple #5B0D42
RGB
CMYK
RGB Variations
Color information
#5B0D42 (or 0x5B0D42) is known color: Tyrian Purple. HEX triplet: 5B, 0D and 42. RGB value is (91,13,66). Sum of RGB (Red+Green+Blue) = 91+13+66=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0D42 is #A4F2BD. Grayscale: #2A2A2A. Windows color (decimal): -10810046 or 4328795. OLE color: 4328795.
HSL color Cylindrical-coordinate representation of color #5B0D42: hue angle of 319.23º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B0D42 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 13 | 66 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.64 |
| HSL | 319.23º | 0.75% | 0.2% | - |
| HSV(B) | 319.23º | 0.86% | 0.36% | - |
| XYZ | 5.44 | 2.91 | 5.43 | - |
| YUV | 42.36 | 141.34 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 66 | 0 | 0.86 | 0.27 | 0.64 | 319.23 | 0.75 | 0.2 |
| Hex | 5B | D | 42 | 0 | 56 | 1B | 40 | 13F | 4B | 14 |
| Octal | 133 | 15 | 102 | 0 | 126 | 33 | 100 | 477 | 113 | 24 |
| Binary | 1011011 | 1101 | 1000010 | 0 | 1010110 | 11011 | 1000000 | 100111111 | 1001011 | 10100 |
Color Harmonies of #5B0D42
Complementary color
Monochromatic Colors of #5B0D42
Black with #5B0D42
Text Example
Text Example
White with #5B0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0D42; }
p { color: rgb(91,13,66); }
H1.HeaderClassName
{
color: #5B0D42;
}
.AnyTagClassName
{
color: #5B0D42;
}
</style>
background-color css
<style>
a { background-color: #5B0D42; }
a { background-color: rgb(91,13,66); }
div.DivClassName
{
background-color: #5B0D42;
}
.BgClassName
{
background-color: #5B0D42;
}
</style>
border-color css
<style>
span { border-color: #5B0D42; }
span { border-color: rgb(91,13,66); }
td.TdClassName
{
border-color: #5B0D42;
}
.TagClassName
{
border-color: #5B0D42;
}
</style>