Shades of Tyrian Purple #5A104A
Tints of Tyrian Purple #5A104A
RGB
CMYK
RGB Variations
Color information
#5A104A (or 0x5A104A) is known color: Tyrian Purple. HEX triplet: 5A, 10 and 4A. RGB value is (90,16,74). Sum of RGB (Red+Green+Blue) = 90+16+74=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A104A is #A5EFB5. Grayscale: #2C2C2C. Windows color (decimal): -10874806 or 4853850. OLE color: 4853850.
HSL color Cylindrical-coordinate representation of color #5A104A: hue angle of 312.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A104A is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 74 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.65 |
| HSL | 312.97º | 0.7% | 0.21% | - |
| HSV(B) | 312.97º | 0.82% | 0.35% | - |
| XYZ | 5.64 | 3.04 | 6.77 | - |
| YUV | 44.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 74 | 0 | 0.82 | 0.18 | 0.65 | 312.97 | 0.7 | 0.21 |
| Hex | 5A | 10 | 4A | 0 | 52 | 12 | 41 | 139 | 46 | 15 |
| Octal | 132 | 20 | 112 | 0 | 122 | 22 | 101 | 471 | 106 | 25 |
| Binary | 1011010 | 10000 | 1001010 | 0 | 1010010 | 10010 | 1000001 | 100111001 | 1000110 | 10101 |
Color Harmonies of #5A104A
Complementary color
Monochromatic Colors of #5A104A
Black with #5A104A
Text Example
Text Example
White with #5A104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A104A; }
p { color: rgb(90,16,74); }
H1.HeaderClassName
{
color: #5A104A;
}
.AnyTagClassName
{
color: #5A104A;
}
</style>
background-color css
<style>
a { background-color: #5A104A; }
a { background-color: rgb(90,16,74); }
div.DivClassName
{
background-color: #5A104A;
}
.BgClassName
{
background-color: #5A104A;
}
</style>
border-color css
<style>
span { border-color: #5A104A; }
span { border-color: rgb(90,16,74); }
td.TdClassName
{
border-color: #5A104A;
}
.TagClassName
{
border-color: #5A104A;
}
</style>