Shades of Tyrian Purple #5A1247
Tints of Tyrian Purple #5A1247
RGB
CMYK
RGB Variations
Color information
#5A1247 (or 0x5A1247) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 47. RGB value is (90,18,71). Sum of RGB (Red+Green+Blue) = 90+18+71=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1247 is #A5EDB8. Grayscale: #2D2D2D. Windows color (decimal): -10874297 or 4657754. OLE color: 4657754.
HSL color Cylindrical-coordinate representation of color #5A1247: hue angle of 315.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1247 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 18 | 71 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.65 |
| HSL | 315.83º | 0.67% | 0.21% | - |
| HSV(B) | 315.83º | 0.8% | 0.35% | - |
| XYZ | 5.57 | 3.06 | 6.26 | - |
| YUV | 45.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 71 | 0 | 0.80 | 0.21 | 0.65 | 315.83 | 0.67 | 0.21 |
| Hex | 5A | 12 | 47 | 0 | 50 | 15 | 41 | 13C | 43 | 15 |
| Octal | 132 | 22 | 107 | 0 | 120 | 25 | 101 | 474 | 103 | 25 |
| Binary | 1011010 | 10010 | 1000111 | 0 | 1010000 | 10101 | 1000001 | 100111100 | 1000011 | 10101 |
Color Harmonies of #5A1247
Complementary color
Monochromatic Colors of #5A1247
Black with #5A1247
Text Example
Text Example
White with #5A1247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1247; }
p { color: rgb(90,18,71); }
H1.HeaderClassName
{
color: #5A1247;
}
.AnyTagClassName
{
color: #5A1247;
}
</style>
background-color css
<style>
a { background-color: #5A1247; }
a { background-color: rgb(90,18,71); }
div.DivClassName
{
background-color: #5A1247;
}
.BgClassName
{
background-color: #5A1247;
}
</style>
border-color css
<style>
span { border-color: #5A1247; }
span { border-color: rgb(90,18,71); }
td.TdClassName
{
border-color: #5A1247;
}
.TagClassName
{
border-color: #5A1247;
}
</style>