Shades of Tyrian Purple #5B083F
Tints of Tyrian Purple #5B083F
RGB
CMYK
RGB Variations
Color information
#5B083F (or 0x5B083F) is known color: Tyrian Purple. HEX triplet: 5B, 08 and 3F. RGB value is (91,8,63). Sum of RGB (Red+Green+Blue) = 91+8+63=162 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.17% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 63 (25% from 255 or 38.89% from 162); Max value from RGB is 91 - color contains mainly: red. Hex color #5B083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B083F is #A4F7C0. Grayscale: #262626. Windows color (decimal): -10811329 or 4130907. OLE color: 4130907.
HSL color Cylindrical-coordinate representation of color #5B083F: hue angle of 320.24º 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 #5B083F is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 8 | 63 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.64 |
| HSL | 320.24º | 0.84% | 0.19% | - |
| HSV(B) | 320.24º | 0.91% | 0.36% | - |
| XYZ | 5.3 | 2.76 | 4.96 | - |
| YUV | 39.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 63 | 0 | 0.91 | 0.31 | 0.64 | 320.24 | 0.84 | 0.19 |
| Hex | 5B | 8 | 3F | 0 | 5B | 1F | 40 | 140 | 54 | 13 |
| Octal | 133 | 10 | 77 | 0 | 133 | 37 | 100 | 500 | 124 | 23 |
| Binary | 1011011 | 1000 | 111111 | 0 | 1011011 | 11111 | 1000000 | 101000000 | 1010100 | 10011 |
Color Harmonies of #5B083F
Complementary color
Monochromatic Colors of #5B083F
Black with #5B083F
Text Example
Text Example
White with #5B083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B083F; }
p { color: rgb(91,8,63); }
H1.HeaderClassName
{
color: #5B083F;
}
.AnyTagClassName
{
color: #5B083F;
}
</style>
background-color css
<style>
a { background-color: #5B083F; }
a { background-color: rgb(91,8,63); }
div.DivClassName
{
background-color: #5B083F;
}
.BgClassName
{
background-color: #5B083F;
}
</style>
border-color css
<style>
span { border-color: #5B083F; }
span { border-color: rgb(91,8,63); }
td.TdClassName
{
border-color: #5B083F;
}
.TagClassName
{
border-color: #5B083F;
}
</style>