Shades of Tyrian Purple #5B0828
Tints of Tyrian Purple #5B0828
RGB
CMYK
RGB Variations
Color information
#5B0828 (or 0x5B0828) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 28. RGB value is (91,8,40). Sum of RGB (Red+Green+Blue) = 91+8+40=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0828 is #A4F7D7. Grayscale: #242424. Windows color (decimal): -10811352 or 2623579. OLE color: 2623579.
HSL color Cylindrical-coordinate representation of color #5B0828: hue angle of 336.87º 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 #5B0828 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 40 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.64 |
| HSL | 336.87º | 0.84% | 0.19% | - |
| HSV(B) | 336.87º | 0.91% | 0.36% | - |
| XYZ | 4.78 | 2.55 | 2.25 | - |
| YUV | 36.47 | 130 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 40 | 0 | 0.91 | 0.56 | 0.64 | 336.87 | 0.84 | 0.19 |
| Hex | 5B | 8 | 28 | 0 | 5B | 38 | 40 | 151 | 54 | 13 |
| Octal | 133 | 10 | 50 | 0 | 133 | 70 | 100 | 521 | 124 | 23 |
| Binary | 1011011 | 1000 | 101000 | 0 | 1011011 | 111000 | 1000000 | 101010001 | 1010100 | 10011 |
Color Harmonies of #5B0828
Complementary color
Monochromatic Colors of #5B0828
Black with #5B0828
Text Example
Text Example
White with #5B0828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0828; }
p { color: rgb(91,8,40); }
H1.HeaderClassName
{
color: #5B0828;
}
.AnyTagClassName
{
color: #5B0828;
}
</style>
background-color css
<style>
a { background-color: #5B0828; }
a { background-color: rgb(91,8,40); }
div.DivClassName
{
background-color: #5B0828;
}
.BgClassName
{
background-color: #5B0828;
}
</style>
border-color css
<style>
span { border-color: #5B0828; }
span { border-color: rgb(91,8,40); }
td.TdClassName
{
border-color: #5B0828;
}
.TagClassName
{
border-color: #5B0828;
}
</style>