Shades of Tyrian Purple #5A0249
Tints of Tyrian Purple #5A0249
RGB
CMYK
RGB Variations
Color information
#5A0249 (or 0x5A0249) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 49. RGB value is (90,2,73). Sum of RGB (Red+Green+Blue) = 90+2+73=165 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.55% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0249 is #A5FDB6. Grayscale: #242424. Windows color (decimal): -10878391 or 4784730. OLE color: 4784730.
HSL color Cylindrical-coordinate representation of color #5A0249: hue angle of 311.59º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0249 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 73 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.65 |
| HSL | 311.59º | 0.96% | 0.18% | - |
| HSV(B) | 311.59º | 0.98% | 0.35% | - |
| XYZ | 5.44 | 2.7 | 6.54 | - |
| YUV | 36.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 73 | 0 | 0.98 | 0.19 | 0.65 | 311.59 | 0.96 | 0.18 |
| Hex | 5A | 2 | 49 | 0 | 62 | 13 | 41 | 138 | 60 | 12 |
| Octal | 132 | 2 | 111 | 0 | 142 | 23 | 101 | 470 | 140 | 22 |
| Binary | 1011010 | 10 | 1001001 | 0 | 1100010 | 10011 | 1000001 | 100111000 | 1100000 | 10010 |
Color Harmonies of #5A0249
Complementary color
Monochromatic Colors of #5A0249
Black with #5A0249
Text Example
Text Example
White with #5A0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0249; }
p { color: rgb(90,2,73); }
H1.HeaderClassName
{
color: #5A0249;
}
.AnyTagClassName
{
color: #5A0249;
}
</style>
background-color css
<style>
a { background-color: #5A0249; }
a { background-color: rgb(90,2,73); }
div.DivClassName
{
background-color: #5A0249;
}
.BgClassName
{
background-color: #5A0249;
}
</style>
border-color css
<style>
span { border-color: #5A0249; }
span { border-color: rgb(90,2,73); }
td.TdClassName
{
border-color: #5A0249;
}
.TagClassName
{
border-color: #5A0249;
}
</style>