Shades of Tyrian Purple #5A103A
Tints of Tyrian Purple #5A103A
RGB
CMYK
RGB Variations
Color information
#5A103A (or 0x5A103A) is known color: Tyrian Purple. HEX triplet: 5A, 10 and 3A. RGB value is (90,16,58). Sum of RGB (Red+Green+Blue) = 90+16+58=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A103A is #A5EFC5. Grayscale: #2A2A2A. Windows color (decimal): -10874822 or 3805274. OLE color: 3805274.
HSL color Cylindrical-coordinate representation of color #5A103A: hue angle of 325.95º 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 #5A103A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 16 | 58 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.65 |
| HSL | 325.95º | 0.7% | 0.21% | - |
| HSV(B) | 325.95º | 0.82% | 0.35% | - |
| XYZ | 5.17 | 2.85 | 4.28 | - |
| YUV | 42.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 58 | 0 | 0.82 | 0.36 | 0.65 | 325.95 | 0.7 | 0.21 |
| Hex | 5A | 10 | 3A | 0 | 52 | 24 | 41 | 146 | 46 | 15 |
| Octal | 132 | 20 | 72 | 0 | 122 | 44 | 101 | 506 | 106 | 25 |
| Binary | 1011010 | 10000 | 111010 | 0 | 1010010 | 100100 | 1000001 | 101000110 | 1000110 | 10101 |
Color Harmonies of #5A103A
Complementary color
Monochromatic Colors of #5A103A
Black with #5A103A
Text Example
Text Example
White with #5A103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A103A; }
p { color: rgb(90,16,58); }
H1.HeaderClassName
{
color: #5A103A;
}
.AnyTagClassName
{
color: #5A103A;
}
</style>
background-color css
<style>
a { background-color: #5A103A; }
a { background-color: rgb(90,16,58); }
div.DivClassName
{
background-color: #5A103A;
}
.BgClassName
{
background-color: #5A103A;
}
</style>
border-color css
<style>
span { border-color: #5A103A; }
span { border-color: rgb(90,16,58); }
td.TdClassName
{
border-color: #5A103A;
}
.TagClassName
{
border-color: #5A103A;
}
</style>