Shades of Tyrian Purple #5B023A
Tints of Tyrian Purple #5B023A
RGB
CMYK
RGB Variations
Color information
#5B023A (or 0x5B023A) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 3A. RGB value is (91,2,58). Sum of RGB (Red+Green+Blue) = 91+2+58=151 (20% of max value = 765). Red value is 91 (35.94% from 255 or 60.26% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 91 - color contains mainly: red. Hex color #5B023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B023A is #A4FDC5. Grayscale: #222222. Windows color (decimal): -10812870 or 3801691. OLE color: 3801691.
HSL color Cylindrical-coordinate representation of color #5B023A: hue angle of 322.25º 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 #5B023A is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 58 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.64 |
| HSL | 322.25º | 0.96% | 0.18% | - |
| HSV(B) | 322.25º | 0.98% | 0.36% | - |
| XYZ | 5.1 | 2.57 | 4.23 | - |
| YUV | 35 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 58 | 0 | 0.98 | 0.36 | 0.64 | 322.25 | 0.96 | 0.18 |
| Hex | 5B | 2 | 3A | 0 | 62 | 24 | 40 | 142 | 60 | 12 |
| Octal | 133 | 2 | 72 | 0 | 142 | 44 | 100 | 502 | 140 | 22 |
| Binary | 1011011 | 10 | 111010 | 0 | 1100010 | 100100 | 1000000 | 101000010 | 1100000 | 10010 |
Color Harmonies of #5B023A
Complementary color
Monochromatic Colors of #5B023A
Black with #5B023A
Text Example
Text Example
White with #5B023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B023A; }
p { color: rgb(91,2,58); }
H1.HeaderClassName
{
color: #5B023A;
}
.AnyTagClassName
{
color: #5B023A;
}
</style>
background-color css
<style>
a { background-color: #5B023A; }
a { background-color: rgb(91,2,58); }
div.DivClassName
{
background-color: #5B023A;
}
.BgClassName
{
background-color: #5B023A;
}
</style>
border-color css
<style>
span { border-color: #5B023A; }
span { border-color: rgb(91,2,58); }
td.TdClassName
{
border-color: #5B023A;
}
.TagClassName
{
border-color: #5B023A;
}
</style>