Shades of Tyrian Purple #5A0448
Tints of Tyrian Purple #5A0448
RGB
CMYK
RGB Variations
Color information
#5A0448 (or 0x5A0448) is known color: Tyrian Purple. HEX triplet: 5A, 04 and 48. RGB value is (90,4,72). Sum of RGB (Red+Green+Blue) = 90+4+72=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0448 is #A5FBB7. Grayscale: #252525. Windows color (decimal): -10877880 or 4719706. OLE color: 4719706.
HSL color Cylindrical-coordinate representation of color #5A0448: hue angle of 312.56º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0448 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 72 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.65 |
| HSL | 312.56º | 0.91% | 0.18% | - |
| HSV(B) | 312.56º | 0.96% | 0.35% | - |
| XYZ | 5.43 | 2.73 | 6.37 | - |
| YUV | 37.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 72 | 0 | 0.96 | 0.20 | 0.65 | 312.56 | 0.91 | 0.18 |
| Hex | 5A | 4 | 48 | 0 | 60 | 14 | 41 | 139 | 5B | 12 |
| Octal | 132 | 4 | 110 | 0 | 140 | 24 | 101 | 471 | 133 | 22 |
| Binary | 1011010 | 100 | 1001000 | 0 | 1100000 | 10100 | 1000001 | 100111001 | 1011011 | 10010 |
Color Harmonies of #5A0448
Complementary color
Monochromatic Colors of #5A0448
Black with #5A0448
Text Example
Text Example
White with #5A0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0448; }
p { color: rgb(90,4,72); }
H1.HeaderClassName
{
color: #5A0448;
}
.AnyTagClassName
{
color: #5A0448;
}
</style>
background-color css
<style>
a { background-color: #5A0448; }
a { background-color: rgb(90,4,72); }
div.DivClassName
{
background-color: #5A0448;
}
.BgClassName
{
background-color: #5A0448;
}
</style>
border-color css
<style>
span { border-color: #5A0448; }
span { border-color: rgb(90,4,72); }
td.TdClassName
{
border-color: #5A0448;
}
.TagClassName
{
border-color: #5A0448;
}
</style>