Shades of Tyrian Purple #5B003F
Tints of Tyrian Purple #5B003F
RGB
CMYK
RGB Variations
Color information
#5B003F (or 0x5B003F) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 3F. RGB value is (91,0,63). Sum of RGB (Red+Green+Blue) = 91+0+63=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B003F is #A4FFC0. Grayscale: #222222. Windows color (decimal): -10813377 or 4128859. OLE color: 4128859.
HSL color Cylindrical-coordinate representation of color #5B003F: hue angle of 318.46º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B003F is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.31 | 0.64 |
| HSL | 318.46º | 1% | 0.18% | - |
| HSV(B) | 318.46º | 1% | 0.36% | - |
| XYZ | 5.21 | 2.58 | 4.93 | - |
| YUV | 34.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 63 | 0 | 1 | 0.31 | 0.64 | 318.46 | 1 | 0.18 |
| Hex | 5B | 0 | 3F | 0 | 64 | 1F | 40 | 13E | 64 | 12 |
| Octal | 133 | 0 | 77 | 0 | 144 | 37 | 100 | 476 | 144 | 22 |
| Binary | 1011011 | 0 | 111111 | 0 | 1100100 | 11111 | 1000000 | 100111110 | 1100100 | 10010 |
Color Harmonies of #5B003F
Complementary color
Monochromatic Colors of #5B003F
Black with #5B003F
Text Example
Text Example
White with #5B003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B003F; }
p { color: rgb(91,0,63); }
H1.HeaderClassName
{
color: #5B003F;
}
.AnyTagClassName
{
color: #5B003F;
}
</style>
background-color css
<style>
a { background-color: #5B003F; }
a { background-color: rgb(91,0,63); }
div.DivClassName
{
background-color: #5B003F;
}
.BgClassName
{
background-color: #5B003F;
}
</style>
border-color css
<style>
span { border-color: #5B003F; }
span { border-color: rgb(91,0,63); }
td.TdClassName
{
border-color: #5B003F;
}
.TagClassName
{
border-color: #5B003F;
}
</style>