Shades of Tyrian Purple #850140
Tints of Tyrian Purple #850140
RGB
CMYK
RGB Variations
Color information
#850140 (or 0x850140) is known color: Tyrian Purple. HEX triplet: 85, 01 and 40. RGB value is (133,1,64). Sum of RGB (Red+Green+Blue) = 133+1+64=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #850140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850140 is #7AFEBF. Grayscale: #2F2F2F. Windows color (decimal): -8060608 or 4194693. OLE color: 4194693.
HSL color Cylindrical-coordinate representation of color #850140: hue angle of 331.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850140 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.48 |
| HSL | 331.36º | 0.99% | 0.26% | - |
| HSV(B) | 331.36º | 0.99% | 0.52% | - |
| XYZ | 10.61 | 5.38 | 5.33 | - |
| YUV | 47.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 64 | 0 | 0.99 | 0.52 | 0.48 | 331.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 40 | 0 | 63 | 34 | 30 | 14B | 63 | 1A |
| Octal | 205 | 1 | 100 | 0 | 143 | 64 | 60 | 513 | 143 | 32 |
| Binary | 10000101 | 1 | 1000000 | 0 | 1100011 | 110100 | 110000 | 101001011 | 1100011 | 11010 |
Color Harmonies of #850140
Complementary color
Monochromatic Colors of #850140
Black with #850140
Text Example
Text Example
White with #850140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850140; }
p { color: rgb(133,1,64); }
H1.HeaderClassName
{
color: #850140;
}
.AnyTagClassName
{
color: #850140;
}
</style>
background-color css
<style>
a { background-color: #850140; }
a { background-color: rgb(133,1,64); }
div.DivClassName
{
background-color: #850140;
}
.BgClassName
{
background-color: #850140;
}
</style>
border-color css
<style>
span { border-color: #850140; }
span { border-color: rgb(133,1,64); }
td.TdClassName
{
border-color: #850140;
}
.TagClassName
{
border-color: #850140;
}
</style>