Shades of Tyrian Purple #5B094B
Tints of Tyrian Purple #5B094B
RGB
CMYK
RGB Variations
Color information
#5B094B (or 0x5B094B) is known color: Tyrian Purple. HEX triplet: 5B, 09 and 4B. RGB value is (91,9,75). Sum of RGB (Red+Green+Blue) = 91+9+75=175 (23% of max value = 765). Red value is 91 (35.94% from 255 or 52% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 91 - color contains mainly: red. Hex color #5B094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B094B is #A4F6B4. Grayscale: #282828. Windows color (decimal): -10811061 or 4917595. OLE color: 4917595.
HSL color Cylindrical-coordinate representation of color #5B094B: hue angle of 311.71º 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 #5B094B is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 9 | 75 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.64 |
| HSL | 311.71º | 0.82% | 0.2% | - |
| HSV(B) | 311.71º | 0.9% | 0.36% | - |
| XYZ | 5.68 | 2.93 | 6.92 | - |
| YUV | 41.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 9 | 75 | 0 | 0.90 | 0.18 | 0.64 | 311.71 | 0.82 | 0.2 |
| Hex | 5B | 9 | 4B | 0 | 5A | 12 | 40 | 138 | 52 | 14 |
| Octal | 133 | 11 | 113 | 0 | 132 | 22 | 100 | 470 | 122 | 24 |
| Binary | 1011011 | 1001 | 1001011 | 0 | 1011010 | 10010 | 1000000 | 100111000 | 1010010 | 10100 |
Color Harmonies of #5B094B
Complementary color
Monochromatic Colors of #5B094B
Black with #5B094B
Text Example
Text Example
White with #5B094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B094B; }
p { color: rgb(91,9,75); }
H1.HeaderClassName
{
color: #5B094B;
}
.AnyTagClassName
{
color: #5B094B;
}
</style>
background-color css
<style>
a { background-color: #5B094B; }
a { background-color: rgb(91,9,75); }
div.DivClassName
{
background-color: #5B094B;
}
.BgClassName
{
background-color: #5B094B;
}
</style>
border-color css
<style>
span { border-color: #5B094B; }
span { border-color: rgb(91,9,75); }
td.TdClassName
{
border-color: #5B094B;
}
.TagClassName
{
border-color: #5B094B;
}
</style>