Shades of Tyrian Purple #850247
Tints of Tyrian Purple #850247
RGB
CMYK
RGB Variations
Color information
#850247 (or 0x850247) is known color: Tyrian Purple. HEX triplet: 85, 02 and 47. RGB value is (133,2,71). Sum of RGB (Red+Green+Blue) = 133+2+71=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850247 is #7AFDB8. Grayscale: #303030. Windows color (decimal): -8060345 or 4653701. OLE color: 4653701.
HSL color Cylindrical-coordinate representation of color #850247: hue angle of 328.4º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850247 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 71 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.48 |
| HSL | 328.4º | 0.97% | 0.26% | - |
| HSV(B) | 328.4º | 0.98% | 0.52% | - |
| XYZ | 10.83 | 5.48 | 6.45 | - |
| YUV | 49.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 71 | 0 | 0.98 | 0.47 | 0.48 | 328.4 | 0.97 | 0.26 |
| Hex | 85 | 2 | 47 | 0 | 62 | 2F | 30 | 148 | 61 | 1A |
| Octal | 205 | 2 | 107 | 0 | 142 | 57 | 60 | 510 | 141 | 32 |
| Binary | 10000101 | 10 | 1000111 | 0 | 1100010 | 101111 | 110000 | 101001000 | 1100001 | 11010 |
Color Harmonies of #850247
Complementary color
Monochromatic Colors of #850247
Black with #850247
Text Example
Text Example
White with #850247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850247; }
p { color: rgb(133,2,71); }
H1.HeaderClassName
{
color: #850247;
}
.AnyTagClassName
{
color: #850247;
}
</style>
background-color css
<style>
a { background-color: #850247; }
a { background-color: rgb(133,2,71); }
div.DivClassName
{
background-color: #850247;
}
.BgClassName
{
background-color: #850247;
}
</style>
border-color css
<style>
span { border-color: #850247; }
span { border-color: rgb(133,2,71); }
td.TdClassName
{
border-color: #850247;
}
.TagClassName
{
border-color: #850247;
}
</style>