Shades of Tyrian Purple #5B034B
Tints of Tyrian Purple #5B034B
RGB
CMYK
RGB Variations
Color information
#5B034B (or 0x5B034B) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 4B. RGB value is (91,3,75). Sum of RGB (Red+Green+Blue) = 91+3+75=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B034B is #A4FCB4. Grayscale: #252525. Windows color (decimal): -10812597 or 4916059. OLE color: 4916059.
HSL color Cylindrical-coordinate representation of color #5B034B: hue angle of 310.91º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B034B is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.64 |
| HSL | 310.91º | 0.94% | 0.18% | - |
| HSV(B) | 310.91º | 0.97% | 0.36% | - |
| XYZ | 5.62 | 2.8 | 6.9 | - |
| YUV | 37.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 75 | 0 | 0.97 | 0.18 | 0.64 | 310.91 | 0.94 | 0.18 |
| Hex | 5B | 3 | 4B | 0 | 61 | 12 | 40 | 137 | 5E | 12 |
| Octal | 133 | 3 | 113 | 0 | 141 | 22 | 100 | 467 | 136 | 22 |
| Binary | 1011011 | 11 | 1001011 | 0 | 1100001 | 10010 | 1000000 | 100110111 | 1011110 | 10010 |
Color Harmonies of #5B034B
Complementary color
Monochromatic Colors of #5B034B
Black with #5B034B
Text Example
Text Example
White with #5B034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B034B; }
p { color: rgb(91,3,75); }
H1.HeaderClassName
{
color: #5B034B;
}
.AnyTagClassName
{
color: #5B034B;
}
</style>
background-color css
<style>
a { background-color: #5B034B; }
a { background-color: rgb(91,3,75); }
div.DivClassName
{
background-color: #5B034B;
}
.BgClassName
{
background-color: #5B034B;
}
</style>
border-color css
<style>
span { border-color: #5B034B; }
span { border-color: rgb(91,3,75); }
td.TdClassName
{
border-color: #5B034B;
}
.TagClassName
{
border-color: #5B034B;
}
</style>