Shades of Tyrian Purple #890541
Tints of Tyrian Purple #890541
RGB
CMYK
RGB Variations
Color information
#890541 (or 0x890541) is known color: Tyrian Purple. HEX triplet: 89, 05 and 41. RGB value is (137,5,65). Sum of RGB (Red+Green+Blue) = 137+5+65=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #890541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890541 is #76FABE. Grayscale: #333333. Windows color (decimal): -7797439 or 4261257. OLE color: 4261257.
HSL color Cylindrical-coordinate representation of color #890541: hue angle of 332.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890541 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 65 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.46 |
| HSL | 332.73º | 0.93% | 0.28% | - |
| HSV(B) | 332.73º | 0.96% | 0.54% | - |
| XYZ | 11.32 | 5.81 | 5.53 | - |
| YUV | 51.31 | 135.73 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 65 | 0 | 0.96 | 0.53 | 0.46 | 332.73 | 0.93 | 0.28 |
| Hex | 89 | 5 | 41 | 0 | 60 | 35 | 2E | 14D | 5D | 1C |
| Octal | 211 | 5 | 101 | 0 | 140 | 65 | 56 | 515 | 135 | 34 |
| Binary | 10001001 | 101 | 1000001 | 0 | 1100000 | 110101 | 101110 | 101001101 | 1011101 | 11100 |
Color Harmonies of #890541
Complementary color
Monochromatic Colors of #890541
Black with #890541
Text Example
Text Example
White with #890541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890541; }
p { color: rgb(137,5,65); }
H1.HeaderClassName
{
color: #890541;
}
.AnyTagClassName
{
color: #890541;
}
</style>
background-color css
<style>
a { background-color: #890541; }
a { background-color: rgb(137,5,65); }
div.DivClassName
{
background-color: #890541;
}
.BgClassName
{
background-color: #890541;
}
</style>
border-color css
<style>
span { border-color: #890541; }
span { border-color: rgb(137,5,65); }
td.TdClassName
{
border-color: #890541;
}
.TagClassName
{
border-color: #890541;
}
</style>