Shades of Tyrian Purple #890542
Tints of Tyrian Purple #890542
RGB
CMYK
RGB Variations
Color information
#890542 (or 0x890542) is known color: Tyrian Purple. HEX triplet: 89, 05 and 42. RGB value is (137,5,66). Sum of RGB (Red+Green+Blue) = 137+5+66=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #890542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890542 is #76FABD. Grayscale: #333333. Windows color (decimal): -7797438 or 4326793. OLE color: 4326793.
HSL color Cylindrical-coordinate representation of color #890542: hue angle of 332.27º 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 #890542 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.46 |
| HSL | 332.27º | 0.93% | 0.28% | - |
| HSV(B) | 332.27º | 0.96% | 0.54% | - |
| XYZ | 11.35 | 5.82 | 5.68 | - |
| YUV | 51.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 66 | 0 | 0.96 | 0.52 | 0.46 | 332.27 | 0.93 | 0.28 |
| Hex | 89 | 5 | 42 | 0 | 60 | 34 | 2E | 14C | 5D | 1C |
| Octal | 211 | 5 | 102 | 0 | 140 | 64 | 56 | 514 | 135 | 34 |
| Binary | 10001001 | 101 | 1000010 | 0 | 1100000 | 110100 | 101110 | 101001100 | 1011101 | 11100 |
Color Harmonies of #890542
Complementary color
Monochromatic Colors of #890542
Black with #890542
Text Example
Text Example
White with #890542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890542; }
p { color: rgb(137,5,66); }
H1.HeaderClassName
{
color: #890542;
}
.AnyTagClassName
{
color: #890542;
}
</style>
background-color css
<style>
a { background-color: #890542; }
a { background-color: rgb(137,5,66); }
div.DivClassName
{
background-color: #890542;
}
.BgClassName
{
background-color: #890542;
}
</style>
border-color css
<style>
span { border-color: #890542; }
span { border-color: rgb(137,5,66); }
td.TdClassName
{
border-color: #890542;
}
.TagClassName
{
border-color: #890542;
}
</style>