Shades of Tyrian Purple #5A114B
Tints of Tyrian Purple #5A114B
RGB
CMYK
RGB Variations
Color information
#5A114B (or 0x5A114B) is known color: Tyrian Purple. HEX triplet: 5A, 11 and 4B. RGB value is (90,17,75). Sum of RGB (Red+Green+Blue) = 90+17+75=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A114B is #A5EEB4. Grayscale: #2D2D2D. Windows color (decimal): -10874549 or 4919642. OLE color: 4919642.
HSL color Cylindrical-coordinate representation of color #5A114B: hue angle of 312.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A114B is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 17 | 75 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.65 |
| HSL | 312.33º | 0.68% | 0.21% | - |
| HSV(B) | 312.33º | 0.81% | 0.35% | - |
| XYZ | 5.69 | 3.08 | 6.95 | - |
| YUV | 45.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 75 | 0 | 0.81 | 0.17 | 0.65 | 312.33 | 0.68 | 0.21 |
| Hex | 5A | 11 | 4B | 0 | 51 | 11 | 41 | 138 | 44 | 15 |
| Octal | 132 | 21 | 113 | 0 | 121 | 21 | 101 | 470 | 104 | 25 |
| Binary | 1011010 | 10001 | 1001011 | 0 | 1010001 | 10001 | 1000001 | 100111000 | 1000100 | 10101 |
Color Harmonies of #5A114B
Complementary color
Monochromatic Colors of #5A114B
Black with #5A114B
Text Example
Text Example
White with #5A114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A114B; }
p { color: rgb(90,17,75); }
H1.HeaderClassName
{
color: #5A114B;
}
.AnyTagClassName
{
color: #5A114B;
}
</style>
background-color css
<style>
a { background-color: #5A114B; }
a { background-color: rgb(90,17,75); }
div.DivClassName
{
background-color: #5A114B;
}
.BgClassName
{
background-color: #5A114B;
}
</style>
border-color css
<style>
span { border-color: #5A114B; }
span { border-color: rgb(90,17,75); }
td.TdClassName
{
border-color: #5A114B;
}
.TagClassName
{
border-color: #5A114B;
}
</style>