Shades of Tyrian Purple #890243
Tints of Tyrian Purple #890243
RGB
CMYK
RGB Variations
Color information
#890243 (or 0x890243) is known color: Tyrian Purple. HEX triplet: 89, 02 and 43. RGB value is (137,2,67). Sum of RGB (Red+Green+Blue) = 137+2+67=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890243 is #76FDBC. Grayscale: #313131. Windows color (decimal): -7798205 or 4391561. OLE color: 4391561.
HSL color Cylindrical-coordinate representation of color #890243: hue angle of 331.11º 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 #890243 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.46 |
| HSL | 331.11º | 0.97% | 0.27% | - |
| HSV(B) | 331.11º | 0.99% | 0.54% | - |
| XYZ | 11.35 | 5.77 | 5.83 | - |
| YUV | 49.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 67 | 0 | 0.99 | 0.51 | 0.46 | 331.11 | 0.97 | 0.27 |
| Hex | 89 | 2 | 43 | 0 | 63 | 33 | 2E | 14B | 61 | 1B |
| Octal | 211 | 2 | 103 | 0 | 143 | 63 | 56 | 513 | 141 | 33 |
| Binary | 10001001 | 10 | 1000011 | 0 | 1100011 | 110011 | 101110 | 101001011 | 1100001 | 11011 |
Color Harmonies of #890243
Complementary color
Monochromatic Colors of #890243
Black with #890243
Text Example
Text Example
White with #890243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890243; }
p { color: rgb(137,2,67); }
H1.HeaderClassName
{
color: #890243;
}
.AnyTagClassName
{
color: #890243;
}
</style>
background-color css
<style>
a { background-color: #890243; }
a { background-color: rgb(137,2,67); }
div.DivClassName
{
background-color: #890243;
}
.BgClassName
{
background-color: #890243;
}
</style>
border-color css
<style>
span { border-color: #890243; }
span { border-color: rgb(137,2,67); }
td.TdClassName
{
border-color: #890243;
}
.TagClassName
{
border-color: #890243;
}
</style>