Shades of Tyrian Purple #5B024E
Tints of Tyrian Purple #5B024E
RGB
CMYK
RGB Variations
Color information
#5B024E (or 0x5B024E) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 4E. RGB value is (91,2,78). Sum of RGB (Red+Green+Blue) = 91+2+78=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B024E is #A4FDB1. Grayscale: #252525. Windows color (decimal): -10812850 or 5112411. OLE color: 5112411.
HSL color Cylindrical-coordinate representation of color #5B024E: hue angle of 308.76º 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 #5B024E is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.64 |
| HSL | 308.76º | 0.96% | 0.18% | - |
| HSV(B) | 308.76º | 0.98% | 0.36% | - |
| XYZ | 5.71 | 2.82 | 7.45 | - |
| YUV | 37.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 2 | 78 | 0 | 0.98 | 0.14 | 0.64 | 308.76 | 0.96 | 0.18 |
| Hex | 5B | 2 | 4E | 0 | 62 | E | 40 | 135 | 60 | 12 |
| Octal | 133 | 2 | 116 | 0 | 142 | 16 | 100 | 465 | 140 | 22 |
| Binary | 1011011 | 10 | 1001110 | 0 | 1100010 | 1110 | 1000000 | 100110101 | 1100000 | 10010 |
Color Harmonies of #5B024E
Complementary color
Monochromatic Colors of #5B024E
Black with #5B024E
Text Example
Text Example
White with #5B024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B024E; }
p { color: rgb(91,2,78); }
H1.HeaderClassName
{
color: #5B024E;
}
.AnyTagClassName
{
color: #5B024E;
}
</style>
background-color css
<style>
a { background-color: #5B024E; }
a { background-color: rgb(91,2,78); }
div.DivClassName
{
background-color: #5B024E;
}
.BgClassName
{
background-color: #5B024E;
}
</style>
border-color css
<style>
span { border-color: #5B024E; }
span { border-color: rgb(91,2,78); }
td.TdClassName
{
border-color: #5B024E;
}
.TagClassName
{
border-color: #5B024E;
}
</style>