Shades of Tyrian Purple #890045
Tints of Tyrian Purple #890045
RGB
CMYK
RGB Variations
Color information
#890045 (or 0x890045) is known color: Tyrian Purple. HEX triplet: 89, 00 and 45. RGB value is (137,0,69). Sum of RGB (Red+Green+Blue) = 137+0+69=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #890045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890045 is #76FFBA. Grayscale: #303030. Windows color (decimal): -7798715 or 4522121. OLE color: 4522121.
HSL color Cylindrical-coordinate representation of color #890045: hue angle of 329.78º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890045 is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.50 | 0.46 |
| HSL | 329.78º | 1% | 0.27% | - |
| HSV(B) | 329.78º | 1% | 0.54% | - |
| XYZ | 11.39 | 5.75 | 6.14 | - |
| YUV | 48.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 69 | 0 | 1 | 0.50 | 0.46 | 329.78 | 1 | 0.27 |
| Hex | 89 | 0 | 45 | 0 | 64 | 32 | 2E | 14A | 64 | 1B |
| Octal | 211 | 0 | 105 | 0 | 144 | 62 | 56 | 512 | 144 | 33 |
| Binary | 10001001 | 0 | 1000101 | 0 | 1100100 | 110010 | 101110 | 101001010 | 1100100 | 11011 |
Color Harmonies of #890045
Complementary color
Monochromatic Colors of #890045
Black with #890045
Text Example
Text Example
White with #890045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890045; }
p { color: rgb(137,0,69); }
H1.HeaderClassName
{
color: #890045;
}
.AnyTagClassName
{
color: #890045;
}
</style>
background-color css
<style>
a { background-color: #890045; }
a { background-color: rgb(137,0,69); }
div.DivClassName
{
background-color: #890045;
}
.BgClassName
{
background-color: #890045;
}
</style>
border-color css
<style>
span { border-color: #890045; }
span { border-color: rgb(137,0,69); }
td.TdClassName
{
border-color: #890045;
}
.TagClassName
{
border-color: #890045;
}
</style>