Shades of Tyrian Purple #5A1343
Tints of Tyrian Purple #5A1343
RGB
CMYK
RGB Variations
Color information
#5A1343 (or 0x5A1343) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 43. RGB value is (90,19,67). Sum of RGB (Red+Green+Blue) = 90+19+67=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1343 is #A5ECBC. Grayscale: #2D2D2D. Windows color (decimal): -10874045 or 4395866. OLE color: 4395866.
HSL color Cylindrical-coordinate representation of color #5A1343: hue angle of 319.44º 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 #5A1343 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 19 | 67 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.65 |
| HSL | 319.44º | 0.65% | 0.21% | - |
| HSV(B) | 319.44º | 0.79% | 0.35% | - |
| XYZ | 5.46 | 3.04 | 5.61 | - |
| YUV | 45.7 | 140.02 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 67 | 0 | 0.79 | 0.26 | 0.65 | 319.44 | 0.65 | 0.21 |
| Hex | 5A | 13 | 43 | 0 | 4F | 1A | 41 | 13F | 41 | 15 |
| Octal | 132 | 23 | 103 | 0 | 117 | 32 | 101 | 477 | 101 | 25 |
| Binary | 1011010 | 10011 | 1000011 | 0 | 1001111 | 11010 | 1000001 | 100111111 | 1000001 | 10101 |
Color Harmonies of #5A1343
Complementary color
Monochromatic Colors of #5A1343
Black with #5A1343
Text Example
Text Example
White with #5A1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1343; }
p { color: rgb(90,19,67); }
H1.HeaderClassName
{
color: #5A1343;
}
.AnyTagClassName
{
color: #5A1343;
}
</style>
background-color css
<style>
a { background-color: #5A1343; }
a { background-color: rgb(90,19,67); }
div.DivClassName
{
background-color: #5A1343;
}
.BgClassName
{
background-color: #5A1343;
}
</style>
border-color css
<style>
span { border-color: #5A1343; }
span { border-color: rgb(90,19,67); }
td.TdClassName
{
border-color: #5A1343;
}
.TagClassName
{
border-color: #5A1343;
}
</style>