Shades of Tyrian Purple #5B0829
Tints of Tyrian Purple #5B0829
RGB
CMYK
RGB Variations
Color information
#5B0829 (or 0x5B0829) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 29. RGB value is (91,8,41). Sum of RGB (Red+Green+Blue) = 91+8+41=140 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0829 is #A4F7D6. Grayscale: #242424. Windows color (decimal): -10811351 or 2689115. OLE color: 2689115.
HSL color Cylindrical-coordinate representation of color #5B0829: hue angle of 336.14º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0829 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 41 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.64 |
| HSL | 336.14º | 0.84% | 0.19% | - |
| HSV(B) | 336.14º | 0.91% | 0.36% | - |
| XYZ | 4.8 | 2.56 | 2.34 | - |
| YUV | 36.58 | 130.5 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 41 | 0 | 0.91 | 0.55 | 0.64 | 336.14 | 0.84 | 0.19 |
| Hex | 5B | 8 | 29 | 0 | 5B | 37 | 40 | 150 | 54 | 13 |
| Octal | 133 | 10 | 51 | 0 | 133 | 67 | 100 | 520 | 124 | 23 |
| Binary | 1011011 | 1000 | 101001 | 0 | 1011011 | 110111 | 1000000 | 101010000 | 1010100 | 10011 |
Color Harmonies of #5B0829
Complementary color
Monochromatic Colors of #5B0829
Black with #5B0829
Text Example
Text Example
White with #5B0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0829; }
p { color: rgb(91,8,41); }
H1.HeaderClassName
{
color: #5B0829;
}
.AnyTagClassName
{
color: #5B0829;
}
</style>
background-color css
<style>
a { background-color: #5B0829; }
a { background-color: rgb(91,8,41); }
div.DivClassName
{
background-color: #5B0829;
}
.BgClassName
{
background-color: #5B0829;
}
</style>
border-color css
<style>
span { border-color: #5B0829; }
span { border-color: rgb(91,8,41); }
td.TdClassName
{
border-color: #5B0829;
}
.TagClassName
{
border-color: #5B0829;
}
</style>