Shades of Tyrian Purple #890240
Tints of Tyrian Purple #890240
RGB
CMYK
RGB Variations
Color information
#890240 (or 0x890240) is known color: Tyrian Purple. HEX triplet: 89, 02 and 40. RGB value is (137,2,64). Sum of RGB (Red+Green+Blue) = 137+2+64=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #890240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890240 is #76FDBF. Grayscale: #313131. Windows color (decimal): -7798208 or 4194953. OLE color: 4194953.
HSL color Cylindrical-coordinate representation of color #890240: hue angle of 332.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890240 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.46 |
| HSL | 332.44º | 0.97% | 0.27% | - |
| HSV(B) | 332.44º | 0.99% | 0.54% | - |
| XYZ | 11.26 | 5.73 | 5.36 | - |
| YUV | 49.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 64 | 0 | 0.99 | 0.53 | 0.46 | 332.44 | 0.97 | 0.27 |
| Hex | 89 | 2 | 40 | 0 | 63 | 35 | 2E | 14C | 61 | 1B |
| Octal | 211 | 2 | 100 | 0 | 143 | 65 | 56 | 514 | 141 | 33 |
| Binary | 10001001 | 10 | 1000000 | 0 | 1100011 | 110101 | 101110 | 101001100 | 1100001 | 11011 |
Color Harmonies of #890240
Complementary color
Monochromatic Colors of #890240
Black with #890240
Text Example
Text Example
White with #890240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890240; }
p { color: rgb(137,2,64); }
H1.HeaderClassName
{
color: #890240;
}
.AnyTagClassName
{
color: #890240;
}
</style>
background-color css
<style>
a { background-color: #890240; }
a { background-color: rgb(137,2,64); }
div.DivClassName
{
background-color: #890240;
}
.BgClassName
{
background-color: #890240;
}
</style>
border-color css
<style>
span { border-color: #890240; }
span { border-color: rgb(137,2,64); }
td.TdClassName
{
border-color: #890240;
}
.TagClassName
{
border-color: #890240;
}
</style>