Shades of Tyrian Purple #5B022E
Tints of Tyrian Purple #5B022E
RGB
CMYK
RGB Variations
Color information
#5B022E (or 0x5B022E) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 2E. RGB value is (91,2,46). Sum of RGB (Red+Green+Blue) = 91+2+46=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B022E is #A4FDD1. Grayscale: #212121. Windows color (decimal): -10812882 or 3015259. OLE color: 3015259.
HSL color Cylindrical-coordinate representation of color #5B022E: hue angle of 330.34º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B022E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.64 |
| HSL | 330.34º | 0.96% | 0.18% | - |
| HSV(B) | 330.34º | 0.98% | 0.36% | - |
| XYZ | 4.83 | 2.46 | 2.81 | - |
| YUV | 33.63 | 134.99 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 46 | 0 | 0.98 | 0.49 | 0.64 | 330.34 | 0.96 | 0.18 |
| Hex | 5B | 2 | 2E | 0 | 62 | 31 | 40 | 14A | 60 | 12 |
| Octal | 133 | 2 | 56 | 0 | 142 | 61 | 100 | 512 | 140 | 22 |
| Binary | 1011011 | 10 | 101110 | 0 | 1100010 | 110001 | 1000000 | 101001010 | 1100000 | 10010 |
Color Harmonies of #5B022E
Complementary color
Monochromatic Colors of #5B022E
Black with #5B022E
Text Example
Text Example
White with #5B022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B022E; }
p { color: rgb(91,2,46); }
H1.HeaderClassName
{
color: #5B022E;
}
.AnyTagClassName
{
color: #5B022E;
}
</style>
background-color css
<style>
a { background-color: #5B022E; }
a { background-color: rgb(91,2,46); }
div.DivClassName
{
background-color: #5B022E;
}
.BgClassName
{
background-color: #5B022E;
}
</style>
border-color css
<style>
span { border-color: #5B022E; }
span { border-color: rgb(91,2,46); }
td.TdClassName
{
border-color: #5B022E;
}
.TagClassName
{
border-color: #5B022E;
}
</style>