Shades of Tyrian Purple #5A0350
Tints of Tyrian Purple #5A0350
RGB
CMYK
RGB Variations
Color information
#5A0350 (or 0x5A0350) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 50. RGB value is (90,3,80). Sum of RGB (Red+Green+Blue) = 90+3+80=173 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.02% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0350 is #A5FCAF. Grayscale: #252525. Windows color (decimal): -10878128 or 5243738. OLE color: 5243738.
HSL color Cylindrical-coordinate representation of color #5A0350: hue angle of 306.9º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0350 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 80 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.65 |
| HSL | 306.9º | 0.94% | 0.18% | - |
| HSV(B) | 306.9º | 0.97% | 0.35% | - |
| XYZ | 5.7 | 2.82 | 7.83 | - |
| YUV | 37.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 80 | 0 | 0.97 | 0.11 | 0.65 | 306.9 | 0.94 | 0.18 |
| Hex | 5A | 3 | 50 | 0 | 61 | B | 41 | 133 | 5E | 12 |
| Octal | 132 | 3 | 120 | 0 | 141 | 13 | 101 | 463 | 136 | 22 |
| Binary | 1011010 | 11 | 1010000 | 0 | 1100001 | 1011 | 1000001 | 100110011 | 1011110 | 10010 |
Color Harmonies of #5A0350
Complementary color
Monochromatic Colors of #5A0350
Black with #5A0350
Text Example
Text Example
White with #5A0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0350; }
p { color: rgb(90,3,80); }
H1.HeaderClassName
{
color: #5A0350;
}
.AnyTagClassName
{
color: #5A0350;
}
</style>
background-color css
<style>
a { background-color: #5A0350; }
a { background-color: rgb(90,3,80); }
div.DivClassName
{
background-color: #5A0350;
}
.BgClassName
{
background-color: #5A0350;
}
</style>
border-color css
<style>
span { border-color: #5A0350; }
span { border-color: rgb(90,3,80); }
td.TdClassName
{
border-color: #5A0350;
}
.TagClassName
{
border-color: #5A0350;
}
</style>