Shades of Tyrian Purple #850643
Tints of Tyrian Purple #850643
RGB
CMYK
RGB Variations
Color information
#850643 (or 0x850643) is known color: Tyrian Purple. HEX triplet: 85, 06 and 43. RGB value is (133,6,67). Sum of RGB (Red+Green+Blue) = 133+6+67=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #850643 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850643 is #7AF9BC. Grayscale: #323232. Windows color (decimal): -8059325 or 4392581. OLE color: 4392581.
HSL color Cylindrical-coordinate representation of color #850643: hue angle of 331.18º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850643 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 67 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.48 |
| HSL | 331.18º | 0.91% | 0.27% | - |
| HSV(B) | 331.18º | 0.95% | 0.52% | - |
| XYZ | 10.75 | 5.52 | 5.81 | - |
| YUV | 50.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 67 | 0 | 0.95 | 0.50 | 0.48 | 331.18 | 0.91 | 0.27 |
| Hex | 85 | 6 | 43 | 0 | 5F | 32 | 30 | 14B | 5B | 1B |
| Octal | 205 | 6 | 103 | 0 | 137 | 62 | 60 | 513 | 133 | 33 |
| Binary | 10000101 | 110 | 1000011 | 0 | 1011111 | 110010 | 110000 | 101001011 | 1011011 | 11011 |
Color Harmonies of #850643
Complementary color
Monochromatic Colors of #850643
Black with #850643
Text Example
Text Example
White with #850643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850643; }
p { color: rgb(133,6,67); }
H1.HeaderClassName
{
color: #850643;
}
.AnyTagClassName
{
color: #850643;
}
</style>
background-color css
<style>
a { background-color: #850643; }
a { background-color: rgb(133,6,67); }
div.DivClassName
{
background-color: #850643;
}
.BgClassName
{
background-color: #850643;
}
</style>
border-color css
<style>
span { border-color: #850643; }
span { border-color: rgb(133,6,67); }
td.TdClassName
{
border-color: #850643;
}
.TagClassName
{
border-color: #850643;
}
</style>