Shades of Tyrian Purple #850A40
Tints of Tyrian Purple #850A40
RGB
CMYK
RGB Variations
Color information
#850A40 (or 0x850A40) is known color: Tyrian Purple. HEX triplet: 85, 0A and 40. RGB value is (133,10,64). Sum of RGB (Red+Green+Blue) = 133+10+64=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #850A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A40 is #7AF5BF. Grayscale: #343434. Windows color (decimal): -8058304 or 4196997. OLE color: 4196997.
HSL color Cylindrical-coordinate representation of color #850A40: hue angle of 333.66º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A40 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 64 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.48 |
| HSL | 333.66º | 0.86% | 0.28% | - |
| HSV(B) | 333.66º | 0.92% | 0.52% | - |
| XYZ | 10.71 | 5.57 | 5.36 | - |
| YUV | 52.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 64 | 0 | 0.92 | 0.52 | 0.48 | 333.66 | 0.86 | 0.28 |
| Hex | 85 | A | 40 | 0 | 5C | 34 | 30 | 14E | 56 | 1C |
| Octal | 205 | 12 | 100 | 0 | 134 | 64 | 60 | 516 | 126 | 34 |
| Binary | 10000101 | 1010 | 1000000 | 0 | 1011100 | 110100 | 110000 | 101001110 | 1010110 | 11100 |
Color Harmonies of #850A40
Complementary color
Monochromatic Colors of #850A40
Black with #850A40
Text Example
Text Example
White with #850A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A40; }
p { color: rgb(133,10,64); }
H1.HeaderClassName
{
color: #850A40;
}
.AnyTagClassName
{
color: #850A40;
}
</style>
background-color css
<style>
a { background-color: #850A40; }
a { background-color: rgb(133,10,64); }
div.DivClassName
{
background-color: #850A40;
}
.BgClassName
{
background-color: #850A40;
}
</style>
border-color css
<style>
span { border-color: #850A40; }
span { border-color: rgb(133,10,64); }
td.TdClassName
{
border-color: #850A40;
}
.TagClassName
{
border-color: #850A40;
}
</style>