Shades of Tyrian Purple #5A1342
Tints of Tyrian Purple #5A1342
RGB
CMYK
RGB Variations
Color information
#5A1342 (or 0x5A1342) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 42. RGB value is (90,19,66). Sum of RGB (Red+Green+Blue) = 90+19+66=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1342 is #A5ECBD. Grayscale: #2D2D2D. Windows color (decimal): -10874046 or 4330330. OLE color: 4330330.
HSL color Cylindrical-coordinate representation of color #5A1342: hue angle of 320.28º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1342 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 66 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.65 |
| HSL | 320.28º | 0.65% | 0.21% | - |
| HSV(B) | 320.28º | 0.79% | 0.35% | - |
| XYZ | 5.43 | 3.03 | 5.45 | - |
| YUV | 45.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 66 | 0 | 0.79 | 0.27 | 0.65 | 320.28 | 0.65 | 0.21 |
| Hex | 5A | 13 | 42 | 0 | 4F | 1B | 41 | 140 | 41 | 15 |
| Octal | 132 | 23 | 102 | 0 | 117 | 33 | 101 | 500 | 101 | 25 |
| Binary | 1011010 | 10011 | 1000010 | 0 | 1001111 | 11011 | 1000001 | 101000000 | 1000001 | 10101 |
Color Harmonies of #5A1342
Complementary color
Monochromatic Colors of #5A1342
Black with #5A1342
Text Example
Text Example
White with #5A1342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1342; }
p { color: rgb(90,19,66); }
H1.HeaderClassName
{
color: #5A1342;
}
.AnyTagClassName
{
color: #5A1342;
}
</style>
background-color css
<style>
a { background-color: #5A1342; }
a { background-color: rgb(90,19,66); }
div.DivClassName
{
background-color: #5A1342;
}
.BgClassName
{
background-color: #5A1342;
}
</style>
border-color css
<style>
span { border-color: #5A1342; }
span { border-color: rgb(90,19,66); }
td.TdClassName
{
border-color: #5A1342;
}
.TagClassName
{
border-color: #5A1342;
}
</style>