Shades of Tyrian Purple #5B0951
Tints of Tyrian Purple #5B0951
RGB
CMYK
RGB Variations
Color information
#5B0951 (or 0x5B0951) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 51. RGB value is (91,9,81). Sum of RGB (Red+Green+Blue) = 91+9+81=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0951 is #A4F6AE. Grayscale: #292929. Windows color (decimal): -10811055 or 5310811. OLE color: 5310811.
HSL color Cylindrical-coordinate representation of color #5B0951: hue angle of 307.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0951 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 81 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.64 |
| HSL | 307.32º | 0.82% | 0.2% | - |
| HSV(B) | 307.32º | 0.9% | 0.36% | - |
| XYZ | 5.9 | 3.01 | 8.06 | - |
| YUV | 41.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 81 | 0 | 0.90 | 0.11 | 0.64 | 307.32 | 0.82 | 0.2 |
| Hex | 5B | 9 | 51 | 0 | 5A | B | 40 | 133 | 52 | 14 |
| Octal | 133 | 11 | 121 | 0 | 132 | 13 | 100 | 463 | 122 | 24 |
| Binary | 1011011 | 1001 | 1010001 | 0 | 1011010 | 1011 | 1000000 | 100110011 | 1010010 | 10100 |
Color Harmonies of #5B0951
Complementary color
Monochromatic Colors of #5B0951
Black with #5B0951
Text Example
Text Example
White with #5B0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0951; }
p { color: rgb(91,9,81); }
H1.HeaderClassName
{
color: #5B0951;
}
.AnyTagClassName
{
color: #5B0951;
}
</style>
background-color css
<style>
a { background-color: #5B0951; }
a { background-color: rgb(91,9,81); }
div.DivClassName
{
background-color: #5B0951;
}
.BgClassName
{
background-color: #5B0951;
}
</style>
border-color css
<style>
span { border-color: #5B0951; }
span { border-color: rgb(91,9,81); }
td.TdClassName
{
border-color: #5B0951;
}
.TagClassName
{
border-color: #5B0951;
}
</style>