Shades of Tyrian Purple #850246
Tints of Tyrian Purple #850246
RGB
CMYK
RGB Variations
Color information
#850246 (or 0x850246) is known color: Tyrian Purple. HEX triplet: 85, 02 and 46. RGB value is (133,2,70). Sum of RGB (Red+Green+Blue) = 133+2+70=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #850246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850246 is #7AFDB9. Grayscale: #303030. Windows color (decimal): -8060346 or 4588165. OLE color: 4588165.
HSL color Cylindrical-coordinate representation of color #850246: hue angle of 328.85º 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 #850246 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.48 |
| HSL | 328.85º | 0.97% | 0.26% | - |
| HSV(B) | 328.85º | 0.98% | 0.52% | - |
| XYZ | 10.8 | 5.47 | 6.28 | - |
| YUV | 48.92 | 139.9 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 70 | 0 | 0.98 | 0.47 | 0.48 | 328.85 | 0.97 | 0.26 |
| Hex | 85 | 2 | 46 | 0 | 62 | 2F | 30 | 149 | 61 | 1A |
| Octal | 205 | 2 | 106 | 0 | 142 | 57 | 60 | 511 | 141 | 32 |
| Binary | 10000101 | 10 | 1000110 | 0 | 1100010 | 101111 | 110000 | 101001001 | 1100001 | 11010 |
Color Harmonies of #850246
Complementary color
Monochromatic Colors of #850246
Black with #850246
Text Example
Text Example
White with #850246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850246; }
p { color: rgb(133,2,70); }
H1.HeaderClassName
{
color: #850246;
}
.AnyTagClassName
{
color: #850246;
}
</style>
background-color css
<style>
a { background-color: #850246; }
a { background-color: rgb(133,2,70); }
div.DivClassName
{
background-color: #850246;
}
.BgClassName
{
background-color: #850246;
}
</style>
border-color css
<style>
span { border-color: #850246; }
span { border-color: rgb(133,2,70); }
td.TdClassName
{
border-color: #850246;
}
.TagClassName
{
border-color: #850246;
}
</style>