Shades of Tyrian Purple #5A0248
Tints of Tyrian Purple #5A0248
RGB
CMYK
RGB Variations
Color information
#5A0248 (or 0x5A0248) is known color: Tyrian Purple. HEX triplet: 5A, 02 and 48. RGB value is (90,2,72). Sum of RGB (Red+Green+Blue) = 90+2+72=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0248 is #A5FDB7. Grayscale: #242424. Windows color (decimal): -10878392 or 4719194. OLE color: 4719194.
HSL color Cylindrical-coordinate representation of color #5A0248: hue angle of 312.27º 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 #5A0248 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 72 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.65 |
| HSL | 312.27º | 0.96% | 0.18% | - |
| HSV(B) | 312.27º | 0.98% | 0.35% | - |
| XYZ | 5.41 | 2.68 | 6.36 | - |
| YUV | 36.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 72 | 0 | 0.98 | 0.20 | 0.65 | 312.27 | 0.96 | 0.18 |
| Hex | 5A | 2 | 48 | 0 | 62 | 14 | 41 | 138 | 60 | 12 |
| Octal | 132 | 2 | 110 | 0 | 142 | 24 | 101 | 470 | 140 | 22 |
| Binary | 1011010 | 10 | 1001000 | 0 | 1100010 | 10100 | 1000001 | 100111000 | 1100000 | 10010 |
Color Harmonies of #5A0248
Complementary color
Monochromatic Colors of #5A0248
Black with #5A0248
Text Example
Text Example
White with #5A0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0248; }
p { color: rgb(90,2,72); }
H1.HeaderClassName
{
color: #5A0248;
}
.AnyTagClassName
{
color: #5A0248;
}
</style>
background-color css
<style>
a { background-color: #5A0248; }
a { background-color: rgb(90,2,72); }
div.DivClassName
{
background-color: #5A0248;
}
.BgClassName
{
background-color: #5A0248;
}
</style>
border-color css
<style>
span { border-color: #5A0248; }
span { border-color: rgb(90,2,72); }
td.TdClassName
{
border-color: #5A0248;
}
.TagClassName
{
border-color: #5A0248;
}
</style>