Shades of Tyrian Purple #850346
Tints of Tyrian Purple #850346
RGB
CMYK
RGB Variations
Color information
#850346 (or 0x850346) is known color: Tyrian Purple. HEX triplet: 85, 03 and 46. RGB value is (133,3,70). Sum of RGB (Red+Green+Blue) = 133+3+70=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850346 is #7AFCB9. Grayscale: #313131. Windows color (decimal): -8060090 or 4588421. OLE color: 4588421.
HSL color Cylindrical-coordinate representation of color #850346: hue angle of 329.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850346 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 70 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.48 |
| HSL | 329.08º | 0.96% | 0.27% | - |
| HSV(B) | 329.08º | 0.98% | 0.52% | - |
| XYZ | 10.81 | 5.49 | 6.28 | - |
| YUV | 49.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 70 | 0 | 0.98 | 0.47 | 0.48 | 329.08 | 0.96 | 0.27 |
| Hex | 85 | 3 | 46 | 0 | 62 | 2F | 30 | 149 | 60 | 1B |
| Octal | 205 | 3 | 106 | 0 | 142 | 57 | 60 | 511 | 140 | 33 |
| Binary | 10000101 | 11 | 1000110 | 0 | 1100010 | 101111 | 110000 | 101001001 | 1100000 | 11011 |
Color Harmonies of #850346
Complementary color
Monochromatic Colors of #850346
Black with #850346
Text Example
Text Example
White with #850346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850346; }
p { color: rgb(133,3,70); }
H1.HeaderClassName
{
color: #850346;
}
.AnyTagClassName
{
color: #850346;
}
</style>
background-color css
<style>
a { background-color: #850346; }
a { background-color: rgb(133,3,70); }
div.DivClassName
{
background-color: #850346;
}
.BgClassName
{
background-color: #850346;
}
</style>
border-color css
<style>
span { border-color: #850346; }
span { border-color: rgb(133,3,70); }
td.TdClassName
{
border-color: #850346;
}
.TagClassName
{
border-color: #850346;
}
</style>