Shades of Tyrian Purple #5B034A
Tints of Tyrian Purple #5B034A
RGB
CMYK
RGB Variations
Color information
#5B034A (or 0x5B034A) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 4A. RGB value is (91,3,74). Sum of RGB (Red+Green+Blue) = 91+3+74=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B034A is #A4FCB5. Grayscale: #252525. Windows color (decimal): -10812598 or 4850523. OLE color: 4850523.
HSL color Cylindrical-coordinate representation of color #5B034A: hue angle of 311.59º 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 #5B034A is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.64 |
| HSL | 311.59º | 0.94% | 0.18% | - |
| HSV(B) | 311.59º | 0.97% | 0.36% | - |
| XYZ | 5.58 | 2.78 | 6.72 | - |
| YUV | 37.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 74 | 0 | 0.97 | 0.19 | 0.64 | 311.59 | 0.94 | 0.18 |
| Hex | 5B | 3 | 4A | 0 | 61 | 13 | 40 | 138 | 5E | 12 |
| Octal | 133 | 3 | 112 | 0 | 141 | 23 | 100 | 470 | 136 | 22 |
| Binary | 1011011 | 11 | 1001010 | 0 | 1100001 | 10011 | 1000000 | 100111000 | 1011110 | 10010 |
Color Harmonies of #5B034A
Complementary color
Monochromatic Colors of #5B034A
Black with #5B034A
Text Example
Text Example
White with #5B034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B034A; }
p { color: rgb(91,3,74); }
H1.HeaderClassName
{
color: #5B034A;
}
.AnyTagClassName
{
color: #5B034A;
}
</style>
background-color css
<style>
a { background-color: #5B034A; }
a { background-color: rgb(91,3,74); }
div.DivClassName
{
background-color: #5B034A;
}
.BgClassName
{
background-color: #5B034A;
}
</style>
border-color css
<style>
span { border-color: #5B034A; }
span { border-color: rgb(91,3,74); }
td.TdClassName
{
border-color: #5B034A;
}
.TagClassName
{
border-color: #5B034A;
}
</style>