Shades of Tyrian Purple #850040
Tints of Tyrian Purple #850040
RGB
CMYK
RGB Variations
Color information
#850040 (or 0x850040) is known color: Tyrian Purple. HEX triplet: 85, 00 and 40. RGB value is (133,0,64). Sum of RGB (Red+Green+Blue) = 133+0+64=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #850040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850040 is #7AFFBF. Grayscale: #2E2E2E. Windows color (decimal): -8060864 or 4194437. OLE color: 4194437.
HSL color Cylindrical-coordinate representation of color #850040: hue angle of 331.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850040 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.52 | 0.48 |
| HSL | 331.13º | 1% | 0.26% | - |
| HSV(B) | 331.13º | 1% | 0.52% | - |
| XYZ | 10.6 | 5.36 | 5.33 | - |
| YUV | 47.06 | 137.56 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 64 | 0 | 1 | 0.52 | 0.48 | 331.13 | 1 | 0.26 |
| Hex | 85 | 0 | 40 | 0 | 64 | 34 | 30 | 14B | 64 | 1A |
| Octal | 205 | 0 | 100 | 0 | 144 | 64 | 60 | 513 | 144 | 32 |
| Binary | 10000101 | 0 | 1000000 | 0 | 1100100 | 110100 | 110000 | 101001011 | 1100100 | 11010 |
Color Harmonies of #850040
Complementary color
Monochromatic Colors of #850040
Black with #850040
Text Example
Text Example
White with #850040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850040; }
p { color: rgb(133,0,64); }
H1.HeaderClassName
{
color: #850040;
}
.AnyTagClassName
{
color: #850040;
}
</style>
background-color css
<style>
a { background-color: #850040; }
a { background-color: rgb(133,0,64); }
div.DivClassName
{
background-color: #850040;
}
.BgClassName
{
background-color: #850040;
}
</style>
border-color css
<style>
span { border-color: #850040; }
span { border-color: rgb(133,0,64); }
td.TdClassName
{
border-color: #850040;
}
.TagClassName
{
border-color: #850040;
}
</style>