Shades of Tyrian Purple #5A0F2E
Tints of Tyrian Purple #5A0F2E
RGB
CMYK
RGB Variations
Color information
#5A0F2E (or 0x5A0F2E) is known color: Tyrian Purple. HEX triplet: 5A, 0F and 2E. RGB value is (90,15,46). Sum of RGB (Red+Green+Blue) = 90+15+46=151 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.60% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F2E is #A5F0D1. Grayscale: #282828. Windows color (decimal): -10875090 or 3018586. OLE color: 3018586.
HSL color Cylindrical-coordinate representation of color #5A0F2E: hue angle of 335.2º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F2E is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 46 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.65 |
| HSL | 335.2º | 0.71% | 0.21% | - |
| HSV(B) | 335.2º | 0.83% | 0.35% | - |
| XYZ | 4.88 | 2.71 | 2.85 | - |
| YUV | 40.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 46 | 0 | 0.83 | 0.49 | 0.65 | 335.2 | 0.71 | 0.21 |
| Hex | 5A | F | 2E | 0 | 53 | 31 | 41 | 14F | 47 | 15 |
| Octal | 132 | 17 | 56 | 0 | 123 | 61 | 101 | 517 | 107 | 25 |
| Binary | 1011010 | 1111 | 101110 | 0 | 1010011 | 110001 | 1000001 | 101001111 | 1000111 | 10101 |
Color Harmonies of #5A0F2E
Complementary color
Monochromatic Colors of #5A0F2E
Black with #5A0F2E
Text Example
Text Example
White with #5A0F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F2E; }
p { color: rgb(90,15,46); }
H1.HeaderClassName
{
color: #5A0F2E;
}
.AnyTagClassName
{
color: #5A0F2E;
}
</style>
background-color css
<style>
a { background-color: #5A0F2E; }
a { background-color: rgb(90,15,46); }
div.DivClassName
{
background-color: #5A0F2E;
}
.BgClassName
{
background-color: #5A0F2E;
}
</style>
border-color css
<style>
span { border-color: #5A0F2E; }
span { border-color: rgb(90,15,46); }
td.TdClassName
{
border-color: #5A0F2E;
}
.TagClassName
{
border-color: #5A0F2E;
}
</style>